Package org.opensaml.soap.wstrust
Interface Renewing
- All Superinterfaces:
WSTrustObject,XMLObject
- All Known Implementing Classes:
RenewingImpl
The wst:Renewing element.
- See Also:
-
- "WS-Trust 1.3, Chapter 5 Renewal Binding."
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe wst:Renewing/@Allow attribute local name.static final StringElement local name.static final QNameDefault element name.static final StringThe wst:Renewing/@OK attribute local name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionisAllow()Returns the wst:Renewing/@Allow attribute value.Returns the wst:Renewing/@Allow attribute value.isOK()Returns the wst:Renewing/@OK attribute value.Returns the wst:Renewing/@OK attribute value.voidSets the wst:Renewing/@Allow attribute value.voidsetAllow(XSBooleanValue allow) Sets the wst:Renewing/@Allow attribute value.voidSets the wst:Renewing/@OK attribute value.voidsetOK(XSBooleanValue ok) Sets the wst:Renewing/@OK attribute value.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
-
Field Details
-
ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
ALLOW_ATTRIB_NAME
The wst:Renewing/@Allow attribute local name.- See Also:
-
OK_ATTRIB_NAME
The wst:Renewing/@OK attribute local name.- See Also:
-
-
Method Details
-
isAllow
Returns the wst:Renewing/@Allow attribute value.- Returns:
- the Allow attribute value
-
isAllowXSBoolean
Returns the wst:Renewing/@Allow attribute value.- Returns:
- the Allow attribute value
-
setAllow
Sets the wst:Renewing/@Allow attribute value.- Parameters:
allow- the Allow attribute value.
-
setAllow
Sets the wst:Renewing/@Allow attribute value.- Parameters:
allow- the Allow attribute value.
-
isOK
Returns the wst:Renewing/@OK attribute value.- Returns:
- the OK attribute value
-
isOKXSBoolean
Returns the wst:Renewing/@OK attribute value.- Returns:
- the OK attribute value
-
setOK
Sets the wst:Renewing/@OK attribute value.- Parameters:
ok- the OK attribute value.
-
setOK
Sets the wst:Renewing/@OK attribute value.- Parameters:
ok- the OK attribute value.
-