Package org.opensaml.soap.wstrust
Interface Renewing
-
- All Superinterfaces:
WSTrustObject,org.opensaml.core.xml.XMLObject
public interface Renewing extends WSTrustObject
The wst:Renewing element.- See Also:
- "WS-Trust 1.3, Chapter 5 Renewal Binding."
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOW_ATTRIB_NAMEThe wst:Renewing/@Allow attribute local name.static StringELEMENT_LOCAL_NAMEElement local name.static QNameELEMENT_NAMEDefault element name.static StringOK_ATTRIB_NAMEThe wst:Renewing/@OK attribute local name.static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisAllow()Returns the wst:Renewing/@Allow attribute value.org.opensaml.core.xml.schema.XSBooleanValueisAllowXSBoolean()Returns the wst:Renewing/@Allow attribute value.BooleanisOK()Returns the wst:Renewing/@OK attribute value.org.opensaml.core.xml.schema.XSBooleanValueisOKXSBoolean()Returns the wst:Renewing/@OK attribute value.voidsetAllow(Boolean allow)Sets the wst:Renewing/@Allow attribute value.voidsetAllow(org.opensaml.core.xml.schema.XSBooleanValue allow)Sets the wst:Renewing/@Allow attribute value.voidsetOK(Boolean ok)Sets the wst:Renewing/@OK attribute value.voidsetOK(org.opensaml.core.xml.schema.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 Detail
-
ELEMENT_LOCAL_NAME
static final String ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
ELEMENT_NAME
static final QName ELEMENT_NAME
Default element name.
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
ALLOW_ATTRIB_NAME
static final String ALLOW_ATTRIB_NAME
The wst:Renewing/@Allow attribute local name.- See Also:
- Constant Field Values
-
OK_ATTRIB_NAME
static final String OK_ATTRIB_NAME
The wst:Renewing/@OK attribute local name.- See Also:
- Constant Field Values
-
-
Method Detail
-
isAllow
Boolean isAllow()
Returns the wst:Renewing/@Allow attribute value.- Returns:
- the Allow attribute value
-
isAllowXSBoolean
org.opensaml.core.xml.schema.XSBooleanValue isAllowXSBoolean()
Returns the wst:Renewing/@Allow attribute value.- Returns:
- the Allow attribute value
-
setAllow
void setAllow(Boolean allow)
Sets the wst:Renewing/@Allow attribute value.- Parameters:
allow- the Allow attribute value.
-
setAllow
void setAllow(org.opensaml.core.xml.schema.XSBooleanValue allow)
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
org.opensaml.core.xml.schema.XSBooleanValue isOKXSBoolean()
Returns the wst:Renewing/@OK attribute value.- Returns:
- the OK attribute value
-
setOK
void setOK(Boolean ok)
Sets the wst:Renewing/@OK attribute value.- Parameters:
ok- the OK attribute value.
-
setOK
void setOK(org.opensaml.core.xml.schema.XSBooleanValue ok)
Sets the wst:Renewing/@OK attribute value.- Parameters:
ok- the OK attribute value.
-
-