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, prepareForAssignment
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, 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, setSchemaType
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deregisterValidator, getValidators, registerValidator, validate
addNamespace, 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, setSchemaLocation
public int getIndex()
getIndex
インタフェース内 AttributeConsumingService
public void setIndex(int index)
setIndex
インタフェース内 AttributeConsumingService
index
- the index for this servicepublic Boolean isDefault()
isDefault
インタフェース内 AttributeConsumingService
public XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean
インタフェース内 AttributeConsumingService
public void setIsDefault(Boolean newIsDefault)
setIsDefault
インタフェース内 AttributeConsumingService
newIsDefault
- true if this is the default service, false if notpublic void setIsDefault(XSBooleanValue newIsDefault)
setIsDefault
インタフェース内 AttributeConsumingService
newIsDefault
- true if this is the default service, false if notpublic List<ServiceName> getNames()
getNames
インタフェース内 AttributeConsumingService
public List<ServiceDescription> getDescriptions()
getDescriptions
インタフェース内 AttributeConsumingService
public List<RequestedAttribute> getRequestAttributes()
getRequestAttributes
インタフェース内 AttributeConsumingService
public List<XMLObject> getOrderedChildren()
getOrderedChildren
インタフェース内 XMLObject
Copyright © 2012. All Rights Reserved.