PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.assertion
Class AttributeStatementType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
      extended by org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType
All Implemented Interfaces:
Serializable

public class AttributeStatementType
extends StatementAbstractType

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>
 

See Also:
Serialized Form

Nested Class Summary
static class AttributeStatementType.ASTChoiceType
           
 
Field Summary
protected  List<AttributeStatementType.ASTChoiceType> attributes
           
 
Constructor Summary
AttributeStatementType()
           
 
Method Summary
 void addAttribute(AttributeStatementType.ASTChoiceType attribute)
          Add an attribute
 List<AttributeStatementType.ASTChoiceType> getAttributes()
          Gets the attributes.
 void removeAttribute(AttributeStatementType.ASTChoiceType attribute)
          Remove an attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected List<AttributeStatementType.ASTChoiceType> attributes
Constructor Detail

AttributeStatementType

public AttributeStatementType()
Method Detail

addAttribute

public void addAttribute(AttributeStatementType.ASTChoiceType attribute)
Add an attribute

Parameters:
attribute -

removeAttribute

public void removeAttribute(AttributeStatementType.ASTChoiceType attribute)
Remove an attribute

Parameters:
attribute -

getAttributes

public List<AttributeStatementType.ASTChoiceType> getAttributes()
Gets the attributes.

Returns:
a read only List

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.