public interface RequestedAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
IS_REQUIRED_ATTRIB_NAME
"isRequired" attribute's local name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
BASIC, FRIENDLY_NAME_ATTRIB_NAME, NAME_ATTTRIB_NAME, NAME_FORMAT_ATTRIB_NAME, UNSPECIFIED, URI_REFERENCE| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isRequired()
Checks to see if this requested attribute is also required.
|
XSBooleanValue |
isRequiredXSBoolean()
Checks to see if this requested attribute is also required.
|
void |
setIsRequired(java.lang.Boolean newIsRequire)
Sets if this requested attribute is also required.
|
void |
setIsRequired(XSBooleanValue newIsRequire)
Sets if this requested attribute is also required.
|
getAttributeValues, getFriendlyName, getName, getNameFormat, setFriendlyName, setName, setNameFormatgetUnknownAttributesdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String IS_REQUIRED_ATTRIB_NAME
java.lang.Boolean isRequired()
XSBooleanValue isRequiredXSBoolean()
void setIsRequired(java.lang.Boolean newIsRequire)
newIsRequire - true if this attribute is requiredvoid setIsRequired(XSBooleanValue newIsRequire)
newIsRequire - true if this attribute is required