org.opensaml.ws.wspolicy
Interface OptionalBearing


public interface OptionalBearing

Interface for element having a @wsp:Optional attribute.


Field Summary
static java.lang.String WSP_OPTIONAL_ATTR_LOCAL_NAME
          The wsp:@Optional attribute local name.
static javax.xml.namespace.QName WSP_OPTIONAL_ATTR_NAME
          The wsp:@Optional qualified attribute name.
 
Method Summary
 java.lang.Boolean isWSP12Optional()
          Get the attribute value.
 org.opensaml.xml.schema.XSBooleanValue isWSP12OptionalXSBoolean()
          Get the attribute value.
 void setWSP12Optional(java.lang.Boolean newOptional)
          Set the attribute value.
 void setWSP12Optional(org.opensaml.xml.schema.XSBooleanValue newOptional)
          Set the attribute value.
 

Field Detail

WSP_OPTIONAL_ATTR_LOCAL_NAME

static final java.lang.String WSP_OPTIONAL_ATTR_LOCAL_NAME
The wsp:@Optional attribute local name.

See Also:
Constant Field Values

WSP_OPTIONAL_ATTR_NAME

static final javax.xml.namespace.QName WSP_OPTIONAL_ATTR_NAME
The wsp:@Optional qualified attribute name.

Method Detail

isWSP12Optional

java.lang.Boolean isWSP12Optional()
Get the attribute value.

Returns:
return the attribute value

isWSP12OptionalXSBoolean

org.opensaml.xml.schema.XSBooleanValue isWSP12OptionalXSBoolean()
Get the attribute value.

Returns:
return the attribute value

setWSP12Optional

void setWSP12Optional(java.lang.Boolean newOptional)
Set the attribute value.

Parameters:
newOptional - the new attribute value

setWSP12Optional

void setWSP12Optional(org.opensaml.xml.schema.XSBooleanValue newOptional)
Set the attribute value.

Parameters:
newOptional - the new attribute value


Copyright © 2006-2011 Internet2. All Rights Reserved.