public interface Renewing extends WSTrustObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALLOW_ATTRIB_NAME
The wst:Renewing/@Allow attribute local name.
|
static java.lang.String |
ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
ELEMENT_NAME
Default element name.
|
static java.lang.String |
OK_ATTRIB_NAME
The wst:Renewing/@OK attribute local 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isAllow()
Returns the wst:Renewing/@Allow attribute value.
|
XSBooleanValue |
isAllowXSBoolean()
Returns the wst:Renewing/@Allow attribute value.
|
java.lang.Boolean |
isOK()
Returns the wst:Renewing/@OK attribute value.
|
XSBooleanValue |
isOKXSBoolean()
Returns the wst:Renewing/@OK attribute value.
|
void |
setAllow(java.lang.Boolean allow)
Sets the wst:Renewing/@Allow attribute value.
|
void |
setAllow(XSBooleanValue allow)
Sets the wst:Renewing/@Allow attribute value.
|
void |
setOK(java.lang.Boolean ok)
Sets the wst:Renewing/@OK attribute value.
|
void |
setOK(XSBooleanValue ok)
Sets the wst:Renewing/@OK attribute value.
|
detach, 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 ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ALLOW_ATTRIB_NAME
static final java.lang.String OK_ATTRIB_NAME
java.lang.Boolean isAllow()
XSBooleanValue isAllowXSBoolean()
void setAllow(java.lang.Boolean allow)
allow - the Allow attribute value.void setAllow(XSBooleanValue allow)
allow - the Allow attribute value.java.lang.Boolean isOK()
XSBooleanValue isOKXSBoolean()
void setOK(java.lang.Boolean ok)
ok - the OK attribute value.void setOK(XSBooleanValue ok)
ok - the OK attribute value.