public interface Renewing extends WSTrustObject
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
ALLOW_ATTRIB_NAME
The wst:Renewing/@Allow attribute local name.
|
static String |
ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
ELEMENT_NAME
Default element name.
|
static String |
OK_ATTRIB_NAME
The wst:Renewing/@OK attribute local name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Boolean |
isAllow()
Returns the wst:Renewing/@Allow attribute value.
|
XSBooleanValue |
isAllowXSBoolean()
Returns the wst:Renewing/@Allow attribute value.
|
Boolean |
isOK()
Returns the wst:Renewing/@OK attribute value.
|
XSBooleanValue |
isOKXSBoolean()
Returns the wst:Renewing/@OK attribute value.
|
void |
setAllow(Boolean allow)
Sets the wst:Renewing/@Allow attribute value.
|
void |
setAllow(XSBooleanValue allow)
Sets the wst:Renewing/@Allow attribute value.
|
void |
setOK(Boolean ok)
Sets the wst:Renewing/@OK attribute value.
|
void |
setOK(XSBooleanValue ok)
Sets the wst:Renewing/@OK attribute value.
|
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
static final QName ELEMENT_NAME
static final QName TYPE_NAME
static final String ALLOW_ATTRIB_NAME
Boolean isAllow()
XSBooleanValue isAllowXSBoolean()
void setAllow(Boolean allow)
allow
- the Allow attribute value.void setAllow(XSBooleanValue allow)
allow
- the Allow attribute value.Boolean isOK()
XSBooleanValue isOKXSBoolean()
void setOK(Boolean ok)
ok
- the OK attribute value.void setOK(XSBooleanValue ok)
ok
- the OK attribute value.Copyright © 2012. All Rights Reserved.