|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.assertion.StatementAbstractType
oasis.names.tc.saml._2_0.assertion.AttributeStatementType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:33:15+02:00", comments="JAXB RI v2.2.6") public class AttributeStatementType
Java class for AttributeStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeStatementType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType"> <choice maxOccurs="unbounded"> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedAttribute"/> </choice> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AttributeStatementType()
|
Method Summary | |
---|---|
List<Serializable> |
getAttributesAndEncryptedAttributes()
Gets the value of the attributesAndEncryptedAttributes property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeStatementType()
Method Detail |
---|
public List<Serializable> getAttributesAndEncryptedAttributes()
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 attributesAndEncryptedAttributes property.
For example, to add a new item, do as follows:
getAttributesAndEncryptedAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
EncryptedElementType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |