Class AttributeQueryType

All Implemented Interfaces:
Serializable, SAML2Object

public class AttributeQueryType extends SubjectQueryAbstractType

Java class for AttributeQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • add

      public void add(AttributeType att)
      Add an attribute
      Parameters:
      att -
    • remove

      public void remove(AttributeType att)
      Remove an attribute
      Parameters:
      att -
    • getAttribute

      public List<AttributeType> getAttribute()
      Gets the value of the attribute property.