|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.metadata.AttributeConsumingServiceType
public class AttributeConsumingServiceType
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>
Field Summary | |
---|---|
protected int |
index
|
protected Boolean |
isDefault
|
protected List<RequestedAttributeType> |
requestedAttribute
|
protected List<LocalizedNameType> |
serviceDescription
|
protected List<LocalizedNameType> |
serviceName
|
Constructor Summary | |
---|---|
AttributeConsumingServiceType(int index)
|
Method Summary | |
---|---|
void |
addRequestedAttribute(RequestedAttributeType req)
Add requestedAttribute |
void |
addServiceDescription(LocalizedNameType desc)
Add serviceDescription. |
void |
addServiceName(LocalizedNameType service)
Add serviceName |
int |
getIndex()
Gets the value of the index 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. |
Boolean |
isIsDefault()
Gets the value of the isDefault property. |
void |
removeRequestedAttribute(RequestedAttributeType req)
remove requestedAttribute |
void |
removeServiceDescription(LocalizedNameType desc)
remove serviceDescription. |
void |
removeServiceName(LocalizedNameType service)
remove serviceName |
void |
setIsDefault(Boolean value)
Sets the value of the isDefault property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<LocalizedNameType> serviceName
protected List<LocalizedNameType> serviceDescription
protected List<RequestedAttributeType> requestedAttribute
protected int index
protected Boolean isDefault
Constructor Detail |
---|
public AttributeConsumingServiceType(int index)
Method Detail |
---|
public void addServiceName(LocalizedNameType service)
Objects of the following type(s) are allowed in the list LocalizedNameType
public void addServiceDescription(LocalizedNameType desc)
Objects of the following type(s) are allowed in the list LocalizedNameType
public void addRequestedAttribute(RequestedAttributeType req)
Objects of the following type(s) are allowed in the list RequestedAttributeType
public void removeServiceName(LocalizedNameType service)
Objects of the following type(s) are allowed in the list LocalizedNameType
public void removeServiceDescription(LocalizedNameType desc)
Objects of the following type(s) are allowed in the list LocalizedNameType
public void removeRequestedAttribute(RequestedAttributeType req)
Objects of the following type(s) are allowed in the list RequestedAttributeType
public List<LocalizedNameType> getServiceName()
Objects of the following type(s) are allowed in the list LocalizedNameType
public List<LocalizedNameType> getServiceDescription()
Objects of the following type(s) are allowed in the list LocalizedNameType
public List<RequestedAttributeType> getRequestedAttribute()
Objects of the following type(s) are allowed in the list RequestedAttributeType
public int getIndex()
public Boolean isIsDefault()
Boolean
public void setIsDefault(Boolean value)
value
- allowed object is Boolean
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |