public interface Renewing extends WSTrustObject
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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, setSchemaLocation
static final String ELEMENT_LOCAL_NAME
static final QName ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String ALLOW_ATTRIB_NAME
static final String OK_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 © 2016 JBoss by Red Hat. All rights reserved.