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.
|
XSBooleanValue |
isWSP12OptionalXSBoolean()
Get the attribute value.
|
void |
setWSP12Optional(Boolean newOptional)
Set the attribute value.
|
void |
setWSP12Optional(XSBooleanValue newOptional)
Set the attribute value.
|
static final String WSP_OPTIONAL_ATTR_LOCAL_NAME
static final QName WSP_OPTIONAL_ATTR_NAME
Boolean isWSP12Optional()
XSBooleanValue isWSP12OptionalXSBoolean()
void setWSP12Optional(Boolean newOptional)
newOptional
- the new attribute valuevoid setWSP12Optional(XSBooleanValue newOptional)
newOptional
- the new attribute valueCopyright © 2018 JBoss by Red Hat. All rights reserved.