public abstract class IndexedEndpointImpl extends EndpointImpl implements IndexedEndpoint
IndexedEndpoint.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Integer |
index
Index of this endpoint.
|
private XSBooleanValue |
isDefault
isDefault attribute.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAMEBINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME| Modifier | Constructor and Description |
|---|---|
protected |
IndexedEndpointImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getIndex()
Gets the index of the endpoint.
|
java.lang.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(java.lang.Integer theIndex)
Sets the index of the endpoint.
|
void |
setIsDefault(java.lang.Boolean newIsDefault)
Sets whether this is the default endpoint in a list.
|
void |
setIsDefault(XSBooleanValue theIsDefault)
Sets whether this is the default endpoint in a list.
|
getBinding, getLocation, getOrderedChildren, getResponseLocation, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjects, setBinding, setLocation, setResponseLocationequals, 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, waitgetBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocationgetUnknownXMLObjects, getUnknownXMLObjectsgetUnknownAttributesdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.Integer index
private XSBooleanValue isDefault
protected IndexedEndpointImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.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 java.lang.Integer getIndex()
getIndex in interface IndexedEndpointpublic void setIndex(java.lang.Integer theIndex)
setIndex in interface IndexedEndpointtheIndex - index of the endpointpublic java.lang.Boolean isDefault()
isDefault in interface IndexedEndpointpublic XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean in interface IndexedEndpointpublic void setIsDefault(java.lang.Boolean newIsDefault)
setIsDefault in interface IndexedEndpointnewIsDefault - whether this is the default endpoint in a listpublic void setIsDefault(XSBooleanValue theIsDefault)
setIsDefault in interface IndexedEndpointtheIsDefault - whether this is the default endpoint in a list