Package org.opensaml.soap.wspolicy
Interface OptionalBearing
public interface OptionalBearing
Interface for element having a
@wsp:Optional
attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the attribute value.Get the attribute value.void
setWSP12Optional
(Boolean newOptional) Set the attribute value.void
setWSP12Optional
(XSBooleanValue newOptional) Set the attribute value.
-
Field Details
-
WSP_OPTIONAL_ATTR_LOCAL_NAME
The wsp:@Optional attribute local name.- See Also:
-
WSP_OPTIONAL_ATTR_NAME
The wsp:@Optional qualified attribute name.
-
-
Method Details
-
isWSP12Optional
Boolean isWSP12Optional()Get the attribute value.- Returns:
- return the attribute value
-
isWSP12OptionalXSBoolean
XSBooleanValue isWSP12OptionalXSBoolean()Get the attribute value.- Returns:
- return the attribute value
-
setWSP12Optional
Set the attribute value.- Parameters:
newOptional
- the new attribute value
-
setWSP12Optional
Set the attribute value.- Parameters:
newOptional
- the new attribute value
-