public interface RequiredAttribute
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RequiredAttribute.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
getRequired()
Gets the "required" attribute
|
boolean |
isSetRequired()
True if has "required" attribute
|
void |
setRequired(boolean required)
Sets the "required" attribute
|
void |
unsetRequired()
Unsets the "required" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRequired()
Gets (as xml) the "required" attribute
|
void |
xsetRequired(org.apache.xmlbeans.XmlBoolean required)
Sets (as xml) the "required" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
boolean getRequired()
org.apache.xmlbeans.XmlBoolean xgetRequired()
boolean isSetRequired()
void setRequired(boolean required)
void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
void unsetRequired()
Copyright © 2019. All Rights Reserved.