org.opensaml.ws.wstrust
Interface Renewing

All Superinterfaces:
WSTrustObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
RenewingImpl

public interface Renewing
extends WSTrustObject

The wst:Renewing element.

See Also:
"WS-Trust 1.3, Chapter 5 Renewal Binding."

Field Summary
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.
 
Method Summary
 java.lang.Boolean isAllow()
          Returns the wst:Renewing/@Allow attribute value.
 org.opensaml.xml.schema.XSBooleanValue isAllowXSBoolean()
          Returns the wst:Renewing/@Allow attribute value.
 java.lang.Boolean isOK()
          Returns the wst:Renewing/@OK attribute value.
 org.opensaml.xml.schema.XSBooleanValue isOKXSBoolean()
          Returns the wst:Renewing/@OK attribute value.
 void setAllow(java.lang.Boolean allow)
          Sets the wst:Renewing/@Allow attribute value.
 void setAllow(org.opensaml.xml.schema.XSBooleanValue allow)
          Sets the wst:Renewing/@Allow attribute value.
 void setOK(java.lang.Boolean ok)
          Sets the wst:Renewing/@OK attribute value.
 void setOK(org.opensaml.xml.schema.XSBooleanValue ok)
          Sets the wst:Renewing/@OK attribute value.
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

ELEMENT_LOCAL_NAME

static final java.lang.String ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

ELEMENT_NAME

static final javax.xml.namespace.QName ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


ALLOW_ATTRIB_NAME

static final java.lang.String ALLOW_ATTRIB_NAME
The wst:Renewing/@Allow attribute local name.

See Also:
Constant Field Values

OK_ATTRIB_NAME

static final java.lang.String OK_ATTRIB_NAME
The wst:Renewing/@OK attribute local name.

See Also:
Constant Field Values
Method Detail

isAllow

java.lang.Boolean isAllow()
Returns the wst:Renewing/@Allow attribute value.

Returns:
the Allow attribute value

isAllowXSBoolean

org.opensaml.xml.schema.XSBooleanValue isAllowXSBoolean()
Returns the wst:Renewing/@Allow attribute value.

Returns:
the Allow attribute value

setAllow

void setAllow(java.lang.Boolean allow)
Sets the wst:Renewing/@Allow attribute value.

Parameters:
allow - the Allow attribute value.

setAllow

void setAllow(org.opensaml.xml.schema.XSBooleanValue allow)
Sets the wst:Renewing/@Allow attribute value.

Parameters:
allow - the Allow attribute value.

isOK

java.lang.Boolean isOK()
Returns the wst:Renewing/@OK attribute value.

Returns:
the OK attribute value

isOKXSBoolean

org.opensaml.xml.schema.XSBooleanValue isOKXSBoolean()
Returns the wst:Renewing/@OK attribute value.

Returns:
the OK attribute value

setOK

void setOK(java.lang.Boolean ok)
Sets the wst:Renewing/@OK attribute value.

Parameters:
ok - the OK attribute value.

setOK

void setOK(org.opensaml.xml.schema.XSBooleanValue ok)
Sets the wst:Renewing/@OK attribute value.

Parameters:
ok - the OK attribute value.


Copyright © 2006-2011 Internet2. All Rights Reserved.