public interface OptionalBearing
@wsp:Optional attribute.| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isWSP12Optional()
Get the attribute value.
|
XSBooleanValue |
isWSP12OptionalXSBoolean()
Get the attribute value.
|
void |
setWSP12Optional(java.lang.Boolean newOptional)
Set the attribute value.
|
void |
setWSP12Optional(XSBooleanValue newOptional)
Set the attribute value.
|
static final java.lang.String WSP_OPTIONAL_ATTR_LOCAL_NAME
static final javax.xml.namespace.QName WSP_OPTIONAL_ATTR_NAME
java.lang.Boolean isWSP12Optional()
XSBooleanValue isWSP12OptionalXSBoolean()
void setWSP12Optional(java.lang.Boolean newOptional)
newOptional - the new attribute valuevoid setWSP12Optional(XSBooleanValue newOptional)
newOptional - the new attribute value