public abstract class IndexedEndpointImpl extends EndpointImpl implements IndexedEndpoint
IndexedEndpoint
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME
修飾子 | コンストラクタと説明 |
---|---|
protected |
IndexedEndpointImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
修飾子とタイプ | メソッドと説明 |
---|---|
Integer |
getIndex()
Gets the index of the endpoint.
|
Boolean |
isDefault()
Gets whether this is the default endpoint in a list.
|
XSBooleanValue |
isDefaultXSBoolean()
Gets whether this is the default endpoint in a list.
|
void |
setIndex(Integer index)
Sets the index of the endpoint.
|
void |
setIsDefault(Boolean newIsDefault)
Sets whether this is the default endpoint in a list.
|
void |
setIsDefault(XSBooleanValue isDefault)
Sets whether this is the default endpoint in a list.
|
getBinding, getLocation, getOrderedChildren, getResponseLocation, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjects, setBinding, setLocation, setResponseLocation
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
getBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocation
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
getUnknownXMLObjects, getUnknownXMLObjects
getUnknownAttributes
protected IndexedEndpointImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespacepublic Integer getIndex()
getIndex
インタフェース内 IndexedEndpoint
public void setIndex(Integer index)
setIndex
インタフェース内 IndexedEndpoint
index
- index of the endpointpublic Boolean isDefault()
isDefault
インタフェース内 IndexedEndpoint
public XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean
インタフェース内 IndexedEndpoint
public void setIsDefault(Boolean newIsDefault)
setIsDefault
インタフェース内 IndexedEndpoint
newIsDefault
- whether this is the default endpoint in a listpublic void setIsDefault(XSBooleanValue isDefault)
setIsDefault
インタフェース内 IndexedEndpoint
isDefault
- whether this is the default endpoint in a listCopyright © 2012. All Rights Reserved.