public interface OptionalBearing
@wsp:Optional
attribute.Modifier and Type | Field and Description |
---|---|
static String |
WSP_OPTIONAL_ATTR_LOCAL_NAME
The wsp:@Optional attribute local name.
|
static QName |
WSP_OPTIONAL_ATTR_NAME
The wsp:@Optional qualified attribute name.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
isWSP12Optional()
Get the attribute value.
|
org.opensaml.xml.schema.XSBooleanValue |
isWSP12OptionalXSBoolean()
Get the attribute value.
|
void |
setWSP12Optional(Boolean newOptional)
Set the attribute value.
|
void |
setWSP12Optional(org.opensaml.xml.schema.XSBooleanValue newOptional)
Set the attribute value.
|
static final String WSP_OPTIONAL_ATTR_LOCAL_NAME
static final QName WSP_OPTIONAL_ATTR_NAME
Boolean isWSP12Optional()
org.opensaml.xml.schema.XSBooleanValue isWSP12OptionalXSBoolean()
void setWSP12Optional(Boolean newOptional)
newOptional
- the new attribute valuevoid setWSP12Optional(org.opensaml.xml.schema.XSBooleanValue newOptional)
newOptional
- the new attribute valueCopyright © 1999-2013. All Rights Reserved.