public class AttributeConsumingServiceImpl extends AbstractSAMLObject implements AttributeConsumingService
AttributeConsumingService.DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AttributeConsumingServiceImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<ServiceDescription> |
getDescriptions()
Gets the descriptions for this service.
|
int |
getIndex()
Gets the index for this service.
|
List<ServiceName> |
getNames()
Gets the list of names this service has.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<RequestedAttribute> |
getRequestAttributes()
Gets the attributes this service requests.
|
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 index)
Sets the index for this service.
|
void |
setIsDefault(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, prepareForAssignmentderegisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitderegisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic int getIndex()
getIndex インタフェース内 AttributeConsumingServicepublic void setIndex(int index)
setIndex インタフェース内 AttributeConsumingServiceindex - the index for this servicepublic Boolean isDefault()
isDefault インタフェース内 AttributeConsumingServicepublic XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean インタフェース内 AttributeConsumingServicepublic void setIsDefault(Boolean newIsDefault)
setIsDefault インタフェース内 AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic void setIsDefault(XSBooleanValue newIsDefault)
setIsDefault インタフェース内 AttributeConsumingServicenewIsDefault - true if this is the default service, false if notpublic List<ServiceName> getNames()
getNames インタフェース内 AttributeConsumingServicepublic List<ServiceDescription> getDescriptions()
getDescriptions インタフェース内 AttributeConsumingServicepublic List<RequestedAttribute> getRequestAttributes()
getRequestAttributes インタフェース内 AttributeConsumingServicepublic List<XMLObject> getOrderedChildren()
getOrderedChildren インタフェース内 XMLObjectCopyright © 2012. All Rights Reserved.