Package org.opensaml.soap.wspolicy
Interface OptionalBearing
-
public interface OptionalBearingInterface for element having a@wsp:Optionalattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSP_OPTIONAL_ATTR_LOCAL_NAMEThe wsp:@Optional attribute local name.static QNameWSP_OPTIONAL_ATTR_NAMEThe wsp:@Optional qualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisWSP12Optional()Get the attribute value.org.opensaml.core.xml.schema.XSBooleanValueisWSP12OptionalXSBoolean()Get the attribute value.voidsetWSP12Optional(Boolean newOptional)Set the attribute value.voidsetWSP12Optional(org.opensaml.core.xml.schema.XSBooleanValue newOptional)Set the attribute value.
-
-
-
Field Detail
-
WSP_OPTIONAL_ATTR_LOCAL_NAME
static final String WSP_OPTIONAL_ATTR_LOCAL_NAME
The wsp:@Optional attribute local name.- See Also:
- Constant Field Values
-
WSP_OPTIONAL_ATTR_NAME
static final QName WSP_OPTIONAL_ATTR_NAME
The wsp:@Optional qualified attribute name.
-
-
Method Detail
-
isWSP12Optional
Boolean isWSP12Optional()
Get the attribute value.- Returns:
- return the attribute value
-
isWSP12OptionalXSBoolean
org.opensaml.core.xml.schema.XSBooleanValue isWSP12OptionalXSBoolean()
Get the attribute value.- Returns:
- return the attribute value
-
setWSP12Optional
void setWSP12Optional(Boolean newOptional)
Set the attribute value.- Parameters:
newOptional- the new attribute value
-
setWSP12Optional
void setWSP12Optional(org.opensaml.core.xml.schema.XSBooleanValue newOptional)
Set the attribute value.- Parameters:
newOptional- the new attribute value
-
-