|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.metadata.AttributeConsumingService
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class AttributeConsumingService
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>
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 |
---|
public AttributeConsumingService()
Method Detail |
---|
public List<LocalizedNameType> getServiceNames()
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
public List<LocalizedNameType> getServiceDescriptions()
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
public List<RequestedAttribute> getRequestedAttributes()
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
public int getIndex()
public void setIndex(int value)
public Boolean isIsDefault()
Boolean
public void setIsDefault(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |