public class SecurityConstraintType extends Object
Java-Klasse für security-constraintType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="security-constraintType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="display-name" type="{http://java.sun.com/xml/ns/javaee}display-nameType" maxOccurs="unbounded" minOccurs="0"/> <element name="web-resource-collection" type="{http://java.sun.com/xml/ns/javaee}web-resource-collectionType" maxOccurs="unbounded"/> <element name="auth-constraint" type="{http://java.sun.com/xml/ns/javaee}auth-constraintType" minOccurs="0"/> <element name="user-data-constraint" type="{http://java.sun.com/xml/ns/javaee}user-data-constraintType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AuthConstraintType |
authConstraint |
protected List<DisplayNameType> |
displayName |
protected String |
id |
protected UserDataConstraintType |
userDataConstraint |
protected List<WebResourceCollectionType> |
webResourceCollection |
Constructor and Description |
---|
SecurityConstraintType() |
Modifier and Type | Method and Description |
---|---|
AuthConstraintType |
getAuthConstraint()
Ruft den Wert der authConstraint-Eigenschaft ab.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
UserDataConstraintType |
getUserDataConstraint()
Ruft den Wert der userDataConstraint-Eigenschaft ab.
|
List<WebResourceCollectionType> |
getWebResourceCollection()
Gets the value of the webResourceCollection property.
|
void |
setAuthConstraint(AuthConstraintType value)
Legt den Wert der authConstraint-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setUserDataConstraint(UserDataConstraintType value)
Legt den Wert der userDataConstraint-Eigenschaft fest.
|
protected List<DisplayNameType> displayName
protected List<WebResourceCollectionType> webResourceCollection
protected AuthConstraintType authConstraint
protected UserDataConstraintType userDataConstraint
protected String id
public List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public List<WebResourceCollectionType> getWebResourceCollection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the webResourceCollection property.
For example, to add a new item, do as follows:
getWebResourceCollection().add(newItem);
Objects of the following type(s) are allowed in the list
WebResourceCollectionType
public AuthConstraintType getAuthConstraint()
AuthConstraintType
public void setAuthConstraint(AuthConstraintType value)
value
- allowed object is
AuthConstraintType
public UserDataConstraintType getUserDataConstraint()
UserDataConstraintType
public void setUserDataConstraint(UserDataConstraintType value)
value
- allowed object is
UserDataConstraintType
Copyright © 2015 buschmais GbR. All rights reserved.