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 String
The wst:Renewing/@Allow attribute local name.static final String
Element local name.static final QName
Default element name.static final String
The wst:Renewing/@OK attribute local name.static final String
Local name of the XSI type.static final QName
QName 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.void
Sets the wst:Renewing/@Allow attribute value.void
setAllow
(XSBooleanValue allow) Sets the wst:Renewing/@Allow attribute value.void
Sets the wst:Renewing/@OK attribute value.void
setOK
(XSBooleanValue ok) Sets the wst:Renewing/@OK attribute value.Methods inherited from interface org.opensaml.core.xml.XMLObject
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
-
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
Boolean isAllow()Returns the wst:Renewing/@Allow attribute value.- Returns:
- the Allow attribute value
-
isAllowXSBoolean
XSBooleanValue 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
Boolean isOK()Returns the wst:Renewing/@OK attribute value.- Returns:
- the OK attribute value
-
isOKXSBoolean
XSBooleanValue 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.
-