public class AttributeConsumingServiceImpl extends AbstractSAMLObject implements AttributeConsumingService
AttributeConsumingService.| Modifier and Type | Field and Description |
|---|---|
private int |
index
Index of this service.
|
private XSBooleanValue |
isDefault
isDefault attribute of this service.
|
private XMLObjectChildrenList<RequestedAttribute> |
requestAttributes
RequestedAttribute children.
|
private XMLObjectChildrenList<ServiceDescription> |
serviceDescriptions
ServiceDescription children.
|
private XMLObjectChildrenList<ServiceName> |
serviceNames
ServiceName children.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
AttributeConsumingServiceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServiceDescription> |
getDescriptions()
Gets the descriptions for this service.
|
int |
getIndex()
Gets the index for this service.
|
java.util.List<ServiceName> |
getNames()
Gets the list of names this service has.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.util.List<RequestedAttribute> |
getRequestAttributes()
Gets the attributes this service requests.
|
java.lang.Boolean |
isDefault()
Checks if this is the default service for the service provider.
|
XSBooleanValue |
isDefaultXSBoolean()
Checks if this is the default service for the service provider.
|
void |
setIndex(int theIndex)
Sets the index for this service.
|
void |
setIsDefault(java.lang.Boolean newIsDefault)
Sets if this is the default service for the service provider.
|
void |
setIsDefault(XSBooleanValue newIsDefault)
Sets if this is the default service for the service provider.
|
equals, hashCode, prepareForAssignmentdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate int index
private XSBooleanValue isDefault
private final XMLObjectChildrenList<ServiceName> serviceNames
private final XMLObjectChildrenList<ServiceDescription> serviceDescriptions
private final XMLObjectChildrenList<RequestedAttribute> requestAttributes
protected AttributeConsumingServiceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - name spaceelementLocalName - local namenamespacePrefix - prefixpublic int getIndex()
getIndex in interface AttributeConsumingServicepublic void setIndex(int theIndex)
setIndex in interface AttributeConsumingServicetheIndex - the index for this servicepublic java.lang.Boolean isDefault()
isDefault in interface AttributeConsumingServicepublic XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean in interface AttributeConsumingServicepublic void setIsDefault(java.lang.Boolean newIsDefault)
setIsDefault in interface AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic void setIsDefault(XSBooleanValue newIsDefault)
setIsDefault in interface AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic java.util.List<ServiceName> getNames()
getNames in interface AttributeConsumingServicepublic java.util.List<ServiceDescription> getDescriptions()
getDescriptions in interface AttributeConsumingServicepublic java.util.List<RequestedAttribute> getRequestAttributes()
getRequestAttributes in interface AttributeConsumingServicepublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject