public interface IndexedEndpoint extends Endpoint
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
INDEX_ATTRIB_NAME
index attribute name.
|
static String |
IS_DEFAULT_ATTRIB_NAME
isDeault attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 newIsDefault)
Sets whether this is the default endpoint in a list.
|
getBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocationderegisterValidator, getValidators, registerValidator, validateaddNamespace, 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, setSchemaLocationgetUnknownXMLObjects, getUnknownXMLObjectsgetUnknownAttributesstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
Integer getIndex()
void setIndex(Integer index)
index - index of the endpointBoolean isDefault()
XSBooleanValue isDefaultXSBoolean()
void setIsDefault(Boolean newIsDefault)
newIsDefault - whether this is the default endpoint in a listvoid setIsDefault(XSBooleanValue newIsDefault)
newIsDefault - whether this is the default endpoint in a listCopyright © 2012. All Rights Reserved.