public interface IndexedEndpoint extends Endpoint
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
INDEX_ATTRIB_NAME
index attribute name.
|
static java.lang.String |
IS_DEFAULT_ATTRIB_NAME
isDeault attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME| 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 index)
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 newIsDefault)
Sets whether this is the default endpoint in a list.
|
getBinding, 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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String INDEX_ATTRIB_NAME
static final java.lang.String IS_DEFAULT_ATTRIB_NAME
java.lang.Integer getIndex()
void setIndex(java.lang.Integer index)
index - index of the endpointjava.lang.Boolean isDefault()
XSBooleanValue isDefaultXSBoolean()
void setIsDefault(java.lang.Boolean newIsDefault)
newIsDefault - whether this is the default endpoint in a listvoid setIsDefault(XSBooleanValue newIsDefault)
newIsDefault - whether this is the default endpoint in a list