Class AttributeConsumingServiceType

java.lang.Object
eu.europa.esig.saml.jaxb.metadata.AttributeConsumingServiceType

public class AttributeConsumingServiceType extends Object

Java class for AttributeConsumingServiceType complex type.

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

 <complexType name="AttributeConsumingServiceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ServiceName" maxOccurs="unbounded"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ServiceDescription" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}RequestedAttribute" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>