oasis.names.tc.saml._2_0.metadata
Class AttributeConsumingService

java.lang.Object
  extended by oasis.names.tc.saml._2_0.metadata.AttributeConsumingService
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:32:13+02:00",
           comments="JAXB RI v2.2.6")
public class AttributeConsumingService
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

Constructor Summary
AttributeConsumingService()
           
 
Method Summary
 int getIndex()
          Gets the value of the index property.
 List<RequestedAttribute> getRequestedAttributes()
          Gets the value of the requestedAttributes property.
 List<LocalizedNameType> getServiceDescriptions()
          Gets the value of the serviceDescriptions property.
 List<LocalizedNameType> getServiceNames()
          Gets the value of the serviceNames property.
 Boolean isIsDefault()
          Gets the value of the isDefault property.
 void setIndex(int value)
          Sets the value of the index property.
 void setIsDefault(Boolean value)
          Sets the value of the isDefault property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeConsumingService

public AttributeConsumingService()
Method Detail

getServiceNames

public List<LocalizedNameType> getServiceNames()
Gets the value of the serviceNames property.

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 serviceNames property.

For example, to add a new item, do as follows:

    getServiceNames().add(newItem);
 

Objects of the following type(s) are allowed in the list LocalizedNameType


getServiceDescriptions

public List<LocalizedNameType> getServiceDescriptions()
Gets the value of the serviceDescriptions property.

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 serviceDescriptions property.

For example, to add a new item, do as follows:

    getServiceDescriptions().add(newItem);
 

Objects of the following type(s) are allowed in the list LocalizedNameType


getRequestedAttributes

public List<RequestedAttribute> getRequestedAttributes()
Gets the value of the requestedAttributes property.

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 requestedAttributes property.

For example, to add a new item, do as follows:

    getRequestedAttributes().add(newItem);
 

Objects of the following type(s) are allowed in the list RequestedAttribute


getIndex

public int getIndex()
Gets the value of the index property.


setIndex

public void setIndex(int value)
Sets the value of the index property.


isIsDefault

public Boolean isIsDefault()
Gets the value of the isDefault property.

Returns:
possible object is Boolean

setIsDefault

public void setIsDefault(Boolean value)
Sets the value of the isDefault property.

Parameters:
value - allowed object is Boolean



Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.