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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected Boolean |
isDefault |
protected List<RequestedAttributeType> |
requestedAttribute |
protected List<LocalizedNameType> |
serviceDescription |
protected List<LocalizedNameType> |
serviceName |
| Constructor and Description |
|---|
AttributeConsumingServiceType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the value of the index property.
|
Boolean |
getIsDefault()
Gets the value of the isDefault property.
|
List<RequestedAttributeType> |
getRequestedAttribute()
Gets the value of the requestedAttribute property.
|
List<LocalizedNameType> |
getServiceDescription()
Gets the value of the serviceDescription property.
|
List<LocalizedNameType> |
getServiceName()
Gets the value of the serviceName property.
|
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setIsDefault(Boolean value)
Sets the value of the isDefault property.
|
protected List<LocalizedNameType> serviceName
protected List<LocalizedNameType> serviceDescription
protected List<RequestedAttributeType> requestedAttribute
protected int index
protected Boolean isDefault
public List<LocalizedNameType> getServiceName()
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 serviceName property.
For example, to add a new item, do as follows:
getServiceName().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedNameType
public List<LocalizedNameType> getServiceDescription()
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 serviceDescription property.
For example, to add a new item, do as follows:
getServiceDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedNameType
public List<RequestedAttributeType> getRequestedAttribute()
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 requestedAttribute property.
For example, to add a new item, do as follows:
getRequestedAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
RequestedAttributeType
public int getIndex()
public void setIndex(int value)
public Boolean getIsDefault()
BooleanCopyright © 2013 Seam Framework. All Rights Reserved.