public class RestrictionTypeImpl extends AnnotatedImpl implements RestrictionType
RestrictionType.Factory| Modifier and Type | Field and Description |
|---|---|
private static QName |
ALL$2 |
private static QName |
ANYATTRIBUTE$38 |
private static QName |
ATTRIBUTE$34 |
private static QName |
ATTRIBUTEGROUP$36 |
private static QName |
BASE$40 |
private static QName |
CHOICE$4 |
private static QName |
ENUMERATION$28 |
private static QName |
FRACTIONDIGITS$20 |
private static QName |
GROUP$0 |
private static QName |
LENGTH$22 |
private static QName |
MAXEXCLUSIVE$14 |
private static QName |
MAXINCLUSIVE$16 |
private static QName |
MAXLENGTH$26 |
private static QName |
MINEXCLUSIVE$10 |
private static QName |
MININCLUSIVE$12 |
private static QName |
MINLENGTH$24 |
private static QName |
PATTERN$32 |
private static QName |
SEQUENCE$6 |
private static long |
serialVersionUID |
private static QName |
SIMPLETYPE$8 |
private static QName |
TOTALDIGITS$18 |
private static QName |
WHITESPACE$30 |
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
RestrictionTypeImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
All |
addNewAll()
Appends and returns a new empty "all" element
|
Wildcard |
addNewAnyAttribute()
Appends and returns a new empty "anyAttribute" element
|
Attribute |
addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
AttributeGroupRef |
addNewAttributeGroup()
Appends and returns a new empty value (as xml) as the last "attributeGroup" element
|
ExplicitGroup |
addNewChoice()
Appends and returns a new empty "choice" element
|
NoFixedFacet |
addNewEnumeration()
Appends and returns a new empty value (as xml) as the last "enumeration" element
|
NumFacet |
addNewFractionDigits()
Appends and returns a new empty value (as xml) as the last "fractionDigits" element
|
GroupRef |
addNewGroup()
Appends and returns a new empty "group" element
|
NumFacet |
addNewLength()
Appends and returns a new empty value (as xml) as the last "length" element
|
Facet |
addNewMaxExclusive()
Appends and returns a new empty value (as xml) as the last "maxExclusive" element
|
Facet |
addNewMaxInclusive()
Appends and returns a new empty value (as xml) as the last "maxInclusive" element
|
NumFacet |
addNewMaxLength()
Appends and returns a new empty value (as xml) as the last "maxLength" element
|
Facet |
addNewMinExclusive()
Appends and returns a new empty value (as xml) as the last "minExclusive" element
|
Facet |
addNewMinInclusive()
Appends and returns a new empty value (as xml) as the last "minInclusive" element
|
NumFacet |
addNewMinLength()
Appends and returns a new empty value (as xml) as the last "minLength" element
|
PatternDocument.Pattern |
addNewPattern()
Appends and returns a new empty value (as xml) as the last "pattern" element
|
ExplicitGroup |
addNewSequence()
Appends and returns a new empty "sequence" element
|
LocalSimpleType |
addNewSimpleType()
Appends and returns a new empty "simpleType" element
|
TotalDigitsDocument.TotalDigits |
addNewTotalDigits()
Appends and returns a new empty value (as xml) as the last "totalDigits" element
|
WhiteSpaceDocument.WhiteSpace |
addNewWhiteSpace()
Appends and returns a new empty value (as xml) as the last "whiteSpace" element
|
All |
getAll()
Gets the "all" element
|
Wildcard |
getAnyAttribute()
Gets the "anyAttribute" element
|
Attribute[] |
getAttributeArray()
Gets array of all "attribute" elements
|
Attribute |
getAttributeArray(int i)
Gets ith "attribute" element
|
AttributeGroupRef[] |
getAttributeGroupArray()
Gets array of all "attributeGroup" elements
|
AttributeGroupRef |
getAttributeGroupArray(int i)
Gets ith "attributeGroup" element
|
QName |
getBase()
Gets the "base" attribute
|
ExplicitGroup |
getChoice()
Gets the "choice" element
|
NoFixedFacet[] |
getEnumerationArray()
Gets array of all "enumeration" elements
|
NoFixedFacet |
getEnumerationArray(int i)
Gets ith "enumeration" element
|
NumFacet[] |
getFractionDigitsArray()
Gets array of all "fractionDigits" elements
|
NumFacet |
getFractionDigitsArray(int i)
Gets ith "fractionDigits" element
|
GroupRef |
getGroup()
Gets the "group" element
|
NumFacet[] |
getLengthArray()
Gets array of all "length" elements
|
NumFacet |
getLengthArray(int i)
Gets ith "length" element
|
Facet[] |
getMaxExclusiveArray()
Gets array of all "maxExclusive" elements
|
Facet |
getMaxExclusiveArray(int i)
Gets ith "maxExclusive" element
|
Facet[] |
getMaxInclusiveArray()
Gets array of all "maxInclusive" elements
|
Facet |
getMaxInclusiveArray(int i)
Gets ith "maxInclusive" element
|
NumFacet[] |
getMaxLengthArray()
Gets array of all "maxLength" elements
|
NumFacet |
getMaxLengthArray(int i)
Gets ith "maxLength" element
|
Facet[] |
getMinExclusiveArray()
Gets array of all "minExclusive" elements
|
Facet |
getMinExclusiveArray(int i)
Gets ith "minExclusive" element
|
Facet[] |
getMinInclusiveArray()
Gets array of all "minInclusive" elements
|
Facet |
getMinInclusiveArray(int i)
Gets ith "minInclusive" element
|
NumFacet[] |
getMinLengthArray()
Gets array of all "minLength" elements
|
NumFacet |
getMinLengthArray(int i)
Gets ith "minLength" element
|
PatternDocument.Pattern[] |
getPatternArray()
Gets array of all "pattern" elements
|
PatternDocument.Pattern |
getPatternArray(int i)
Gets ith "pattern" element
|
ExplicitGroup |
getSequence()
Gets the "sequence" element
|
LocalSimpleType |
getSimpleType()
Gets the "simpleType" element
|
TotalDigitsDocument.TotalDigits[] |
getTotalDigitsArray()
Gets array of all "totalDigits" elements
|
TotalDigitsDocument.TotalDigits |
getTotalDigitsArray(int i)
Gets ith "totalDigits" element
|
WhiteSpaceDocument.WhiteSpace[] |
getWhiteSpaceArray()
Gets array of all "whiteSpace" elements
|
WhiteSpaceDocument.WhiteSpace |
getWhiteSpaceArray(int i)
Gets ith "whiteSpace" element
|
Attribute |
insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
AttributeGroupRef |
insertNewAttributeGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeGroup" element
|
NoFixedFacet |
insertNewEnumeration(int i)
Inserts and returns a new empty value (as xml) as the ith "enumeration" element
|
NumFacet |
insertNewFractionDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element
|
NumFacet |
insertNewLength(int i)
Inserts and returns a new empty value (as xml) as the ith "length" element
|
Facet |
insertNewMaxExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element
|
Facet |
insertNewMaxInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element
|
NumFacet |
insertNewMaxLength(int i)
Inserts and returns a new empty value (as xml) as the ith "maxLength" element
|
Facet |
insertNewMinExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minExclusive" element
|
Facet |
insertNewMinInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minInclusive" element
|
NumFacet |
insertNewMinLength(int i)
Inserts and returns a new empty value (as xml) as the ith "minLength" element
|
PatternDocument.Pattern |
insertNewPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "pattern" element
|
TotalDigitsDocument.TotalDigits |
insertNewTotalDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
|
WhiteSpaceDocument.WhiteSpace |
insertNewWhiteSpace(int i)
Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element
|
boolean |
isSetAll()
True if has "all" element
|
boolean |
isSetAnyAttribute()
True if has "anyAttribute" element
|
boolean |
isSetChoice()
True if has "choice" element
|
boolean |
isSetGroup()
True if has "group" element
|
boolean |
isSetSequence()
True if has "sequence" element
|
boolean |
isSetSimpleType()
True if has "simpleType" element
|
void |
removeAttribute(int i)
Removes the ith "attribute" element
|
void |
removeAttributeGroup(int i)
Removes the ith "attributeGroup" element
|
void |
removeEnumeration(int i)
Removes the ith "enumeration" element
|
void |
removeFractionDigits(int i)
Removes the ith "fractionDigits" element
|
void |
removeLength(int i)
Removes the ith "length" element
|
void |
removeMaxExclusive(int i)
Removes the ith "maxExclusive" element
|
void |
removeMaxInclusive(int i)
Removes the ith "maxInclusive" element
|
void |
removeMaxLength(int i)
Removes the ith "maxLength" element
|
void |
removeMinExclusive(int i)
Removes the ith "minExclusive" element
|
void |
removeMinInclusive(int i)
Removes the ith "minInclusive" element
|
void |
removeMinLength(int i)
Removes the ith "minLength" element
|
void |
removePattern(int i)
Removes the ith "pattern" element
|
void |
removeTotalDigits(int i)
Removes the ith "totalDigits" element
|
void |
removeWhiteSpace(int i)
Removes the ith "whiteSpace" element
|
void |
setAll(All all)
Sets the "all" element
|
void |
setAnyAttribute(Wildcard anyAttribute)
Sets the "anyAttribute" element
|
void |
setAttributeArray(Attribute[] attributeArray)
Sets array of all "attribute" element
|
void |
setAttributeArray(int i,
Attribute attribute)
Sets ith "attribute" element
|
void |
setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
Sets array of all "attributeGroup" element
|
void |
setAttributeGroupArray(int i,
AttributeGroupRef attributeGroup)
Sets ith "attributeGroup" element
|
void |
setBase(QName base)
Sets the "base" attribute
|
void |
setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
setEnumerationArray(int i,
NoFixedFacet enumeration)
Sets ith "enumeration" element
|
void |
setEnumerationArray(NoFixedFacet[] enumerationArray)
Sets array of all "enumeration" element
|
void |
setFractionDigitsArray(int i,
NumFacet fractionDigits)
Sets ith "fractionDigits" element
|
void |
setFractionDigitsArray(NumFacet[] fractionDigitsArray)
Sets array of all "fractionDigits" element
|
void |
setGroup(GroupRef group)
Sets the "group" element
|
void |
setLengthArray(int i,
NumFacet length)
Sets ith "length" element
|
void |
setLengthArray(NumFacet[] lengthArray)
Sets array of all "length" element
|
void |
setMaxExclusiveArray(Facet[] maxExclusiveArray)
Sets array of all "maxExclusive" element
|
void |
setMaxExclusiveArray(int i,
Facet maxExclusive)
Sets ith "maxExclusive" element
|
void |
setMaxInclusiveArray(Facet[] maxInclusiveArray)
Sets array of all "maxInclusive" element
|
void |
setMaxInclusiveArray(int i,
Facet maxInclusive)
Sets ith "maxInclusive" element
|
void |
setMaxLengthArray(int i,
NumFacet maxLength)
Sets ith "maxLength" element
|
void |
setMaxLengthArray(NumFacet[] maxLengthArray)
Sets array of all "maxLength" element
|
void |
setMinExclusiveArray(Facet[] minExclusiveArray)
Sets array of all "minExclusive" element
|
void |
setMinExclusiveArray(int i,
Facet minExclusive)
Sets ith "minExclusive" element
|
void |
setMinInclusiveArray(Facet[] minInclusiveArray)
Sets array of all "minInclusive" element
|
void |
setMinInclusiveArray(int i,
Facet minInclusive)
Sets ith "minInclusive" element
|
void |
setMinLengthArray(int i,
NumFacet minLength)
Sets ith "minLength" element
|
void |
setMinLengthArray(NumFacet[] minLengthArray)
Sets array of all "minLength" element
|
void |
setPatternArray(int i,
PatternDocument.Pattern pattern)
Sets ith "pattern" element
|
void |
setPatternArray(PatternDocument.Pattern[] patternArray)
Sets array of all "pattern" element
|
void |
setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
setSimpleType(LocalSimpleType simpleType)
Sets the "simpleType" element
|
void |
setTotalDigitsArray(int i,
TotalDigitsDocument.TotalDigits totalDigits)
Sets ith "totalDigits" element
|
void |
setTotalDigitsArray(TotalDigitsDocument.TotalDigits[] totalDigitsArray)
Sets array of all "totalDigits" element
|
void |
setWhiteSpaceArray(int i,
WhiteSpaceDocument.WhiteSpace whiteSpace)
Sets ith "whiteSpace" element
|
void |
setWhiteSpaceArray(WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
Sets array of all "whiteSpace" element
|
int |
sizeOfAttributeArray()
Returns number of "attribute" element
|
int |
sizeOfAttributeGroupArray()
Returns number of "attributeGroup" element
|
int |
sizeOfEnumerationArray()
Returns number of "enumeration" element
|
int |
sizeOfFractionDigitsArray()
Returns number of "fractionDigits" element
|
int |
sizeOfLengthArray()
Returns number of "length" element
|
int |
sizeOfMaxExclusiveArray()
Returns number of "maxExclusive" element
|
int |
sizeOfMaxInclusiveArray()
Returns number of "maxInclusive" element
|
int |
sizeOfMaxLengthArray()
Returns number of "maxLength" element
|
int |
sizeOfMinExclusiveArray()
Returns number of "minExclusive" element
|
int |
sizeOfMinInclusiveArray()
Returns number of "minInclusive" element
|
int |
sizeOfMinLengthArray()
Returns number of "minLength" element
|
int |
sizeOfPatternArray()
Returns number of "pattern" element
|
int |
sizeOfTotalDigitsArray()
Returns number of "totalDigits" element
|
int |
sizeOfWhiteSpaceArray()
Returns number of "whiteSpace" element
|
void |
unsetAll()
Unsets the "all" element
|
void |
unsetAnyAttribute()
Unsets the "anyAttribute" element
|
void |
unsetChoice()
Unsets the "choice" element
|
void |
unsetGroup()
Unsets the "group" element
|
void |
unsetSequence()
Unsets the "sequence" element
|
void |
unsetSimpleType()
Unsets the "simpleType" element
|
org.apache.xmlbeans.XmlQName |
xgetBase()
Gets (as xml) the "base" attribute
|
void |
xsetBase(org.apache.xmlbeans.XmlQName base)
Sets (as xml) the "base" attribute
|
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdarraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextprivate static final long serialVersionUID
private static final QName GROUP$0
private static final QName ALL$2
private static final QName CHOICE$4
private static final QName SEQUENCE$6
private static final QName SIMPLETYPE$8
private static final QName MINEXCLUSIVE$10
private static final QName MININCLUSIVE$12
private static final QName MAXEXCLUSIVE$14
private static final QName MAXINCLUSIVE$16
private static final QName TOTALDIGITS$18
private static final QName FRACTIONDIGITS$20
private static final QName LENGTH$22
private static final QName MINLENGTH$24
private static final QName MAXLENGTH$26
private static final QName ENUMERATION$28
private static final QName WHITESPACE$30
private static final QName PATTERN$32
private static final QName ATTRIBUTE$34
private static final QName ATTRIBUTEGROUP$36
private static final QName ANYATTRIBUTE$38
private static final QName BASE$40
public RestrictionTypeImpl(org.apache.xmlbeans.SchemaType sType)
public GroupRef getGroup()
getGroup in interface RestrictionTypepublic boolean isSetGroup()
isSetGroup in interface RestrictionTypepublic void setGroup(GroupRef group)
setGroup in interface RestrictionTypepublic GroupRef addNewGroup()
addNewGroup in interface RestrictionTypepublic void unsetGroup()
unsetGroup in interface RestrictionTypepublic All getAll()
getAll in interface RestrictionTypepublic boolean isSetAll()
isSetAll in interface RestrictionTypepublic void setAll(All all)
setAll in interface RestrictionTypepublic All addNewAll()
addNewAll in interface RestrictionTypepublic void unsetAll()
unsetAll in interface RestrictionTypepublic ExplicitGroup getChoice()
getChoice in interface RestrictionTypepublic boolean isSetChoice()
isSetChoice in interface RestrictionTypepublic void setChoice(ExplicitGroup choice)
setChoice in interface RestrictionTypepublic ExplicitGroup addNewChoice()
addNewChoice in interface RestrictionTypepublic void unsetChoice()
unsetChoice in interface RestrictionTypepublic ExplicitGroup getSequence()
getSequence in interface RestrictionTypepublic boolean isSetSequence()
isSetSequence in interface RestrictionTypepublic void setSequence(ExplicitGroup sequence)
setSequence in interface RestrictionTypepublic ExplicitGroup addNewSequence()
addNewSequence in interface RestrictionTypepublic void unsetSequence()
unsetSequence in interface RestrictionTypepublic LocalSimpleType getSimpleType()
getSimpleType in interface RestrictionTypepublic boolean isSetSimpleType()
isSetSimpleType in interface RestrictionTypepublic void setSimpleType(LocalSimpleType simpleType)
setSimpleType in interface RestrictionTypepublic LocalSimpleType addNewSimpleType()
addNewSimpleType in interface RestrictionTypepublic void unsetSimpleType()
unsetSimpleType in interface RestrictionTypepublic Facet[] getMinExclusiveArray()
getMinExclusiveArray in interface RestrictionTypepublic Facet getMinExclusiveArray(int i)
getMinExclusiveArray in interface RestrictionTypepublic int sizeOfMinExclusiveArray()
sizeOfMinExclusiveArray in interface RestrictionTypepublic void setMinExclusiveArray(Facet[] minExclusiveArray)
setMinExclusiveArray in interface RestrictionTypepublic void setMinExclusiveArray(int i,
Facet minExclusive)
setMinExclusiveArray in interface RestrictionTypepublic Facet insertNewMinExclusive(int i)
insertNewMinExclusive in interface RestrictionTypepublic Facet addNewMinExclusive()
addNewMinExclusive in interface RestrictionTypepublic void removeMinExclusive(int i)
removeMinExclusive in interface RestrictionTypepublic Facet[] getMinInclusiveArray()
getMinInclusiveArray in interface RestrictionTypepublic Facet getMinInclusiveArray(int i)
getMinInclusiveArray in interface RestrictionTypepublic int sizeOfMinInclusiveArray()
sizeOfMinInclusiveArray in interface RestrictionTypepublic void setMinInclusiveArray(Facet[] minInclusiveArray)
setMinInclusiveArray in interface RestrictionTypepublic void setMinInclusiveArray(int i,
Facet minInclusive)
setMinInclusiveArray in interface RestrictionTypepublic Facet insertNewMinInclusive(int i)
insertNewMinInclusive in interface RestrictionTypepublic Facet addNewMinInclusive()
addNewMinInclusive in interface RestrictionTypepublic void removeMinInclusive(int i)
removeMinInclusive in interface RestrictionTypepublic Facet[] getMaxExclusiveArray()
getMaxExclusiveArray in interface RestrictionTypepublic Facet getMaxExclusiveArray(int i)
getMaxExclusiveArray in interface RestrictionTypepublic int sizeOfMaxExclusiveArray()
sizeOfMaxExclusiveArray in interface RestrictionTypepublic void setMaxExclusiveArray(Facet[] maxExclusiveArray)
setMaxExclusiveArray in interface RestrictionTypepublic void setMaxExclusiveArray(int i,
Facet maxExclusive)
setMaxExclusiveArray in interface RestrictionTypepublic Facet insertNewMaxExclusive(int i)
insertNewMaxExclusive in interface RestrictionTypepublic Facet addNewMaxExclusive()
addNewMaxExclusive in interface RestrictionTypepublic void removeMaxExclusive(int i)
removeMaxExclusive in interface RestrictionTypepublic Facet[] getMaxInclusiveArray()
getMaxInclusiveArray in interface RestrictionTypepublic Facet getMaxInclusiveArray(int i)
getMaxInclusiveArray in interface RestrictionTypepublic int sizeOfMaxInclusiveArray()
sizeOfMaxInclusiveArray in interface RestrictionTypepublic void setMaxInclusiveArray(Facet[] maxInclusiveArray)
setMaxInclusiveArray in interface RestrictionTypepublic void setMaxInclusiveArray(int i,
Facet maxInclusive)
setMaxInclusiveArray in interface RestrictionTypepublic Facet insertNewMaxInclusive(int i)
insertNewMaxInclusive in interface RestrictionTypepublic Facet addNewMaxInclusive()
addNewMaxInclusive in interface RestrictionTypepublic void removeMaxInclusive(int i)
removeMaxInclusive in interface RestrictionTypepublic TotalDigitsDocument.TotalDigits[] getTotalDigitsArray()
getTotalDigitsArray in interface RestrictionTypepublic TotalDigitsDocument.TotalDigits getTotalDigitsArray(int i)
getTotalDigitsArray in interface RestrictionTypepublic int sizeOfTotalDigitsArray()
sizeOfTotalDigitsArray in interface RestrictionTypepublic void setTotalDigitsArray(TotalDigitsDocument.TotalDigits[] totalDigitsArray)
setTotalDigitsArray in interface RestrictionTypepublic void setTotalDigitsArray(int i,
TotalDigitsDocument.TotalDigits totalDigits)
setTotalDigitsArray in interface RestrictionTypepublic TotalDigitsDocument.TotalDigits insertNewTotalDigits(int i)
insertNewTotalDigits in interface RestrictionTypepublic TotalDigitsDocument.TotalDigits addNewTotalDigits()
addNewTotalDigits in interface RestrictionTypepublic void removeTotalDigits(int i)
removeTotalDigits in interface RestrictionTypepublic NumFacet[] getFractionDigitsArray()
getFractionDigitsArray in interface RestrictionTypepublic NumFacet getFractionDigitsArray(int i)
getFractionDigitsArray in interface RestrictionTypepublic int sizeOfFractionDigitsArray()
sizeOfFractionDigitsArray in interface RestrictionTypepublic void setFractionDigitsArray(NumFacet[] fractionDigitsArray)
setFractionDigitsArray in interface RestrictionTypepublic void setFractionDigitsArray(int i,
NumFacet fractionDigits)
setFractionDigitsArray in interface RestrictionTypepublic NumFacet insertNewFractionDigits(int i)
insertNewFractionDigits in interface RestrictionTypepublic NumFacet addNewFractionDigits()
addNewFractionDigits in interface RestrictionTypepublic void removeFractionDigits(int i)
removeFractionDigits in interface RestrictionTypepublic NumFacet[] getLengthArray()
getLengthArray in interface RestrictionTypepublic NumFacet getLengthArray(int i)
getLengthArray in interface RestrictionTypepublic int sizeOfLengthArray()
sizeOfLengthArray in interface RestrictionTypepublic void setLengthArray(NumFacet[] lengthArray)
setLengthArray in interface RestrictionTypepublic void setLengthArray(int i,
NumFacet length)
setLengthArray in interface RestrictionTypepublic NumFacet insertNewLength(int i)
insertNewLength in interface RestrictionTypepublic NumFacet addNewLength()
addNewLength in interface RestrictionTypepublic void removeLength(int i)
removeLength in interface RestrictionTypepublic NumFacet[] getMinLengthArray()
getMinLengthArray in interface RestrictionTypepublic NumFacet getMinLengthArray(int i)
getMinLengthArray in interface RestrictionTypepublic int sizeOfMinLengthArray()
sizeOfMinLengthArray in interface RestrictionTypepublic void setMinLengthArray(NumFacet[] minLengthArray)
setMinLengthArray in interface RestrictionTypepublic void setMinLengthArray(int i,
NumFacet minLength)
setMinLengthArray in interface RestrictionTypepublic NumFacet insertNewMinLength(int i)
insertNewMinLength in interface RestrictionTypepublic NumFacet addNewMinLength()
addNewMinLength in interface RestrictionTypepublic void removeMinLength(int i)
removeMinLength in interface RestrictionTypepublic NumFacet[] getMaxLengthArray()
getMaxLengthArray in interface RestrictionTypepublic NumFacet getMaxLengthArray(int i)
getMaxLengthArray in interface RestrictionTypepublic int sizeOfMaxLengthArray()
sizeOfMaxLengthArray in interface RestrictionTypepublic void setMaxLengthArray(NumFacet[] maxLengthArray)
setMaxLengthArray in interface RestrictionTypepublic void setMaxLengthArray(int i,
NumFacet maxLength)
setMaxLengthArray in interface RestrictionTypepublic NumFacet insertNewMaxLength(int i)
insertNewMaxLength in interface RestrictionTypepublic NumFacet addNewMaxLength()
addNewMaxLength in interface RestrictionTypepublic void removeMaxLength(int i)
removeMaxLength in interface RestrictionTypepublic NoFixedFacet[] getEnumerationArray()
getEnumerationArray in interface RestrictionTypepublic NoFixedFacet getEnumerationArray(int i)
getEnumerationArray in interface RestrictionTypepublic int sizeOfEnumerationArray()
sizeOfEnumerationArray in interface RestrictionTypepublic void setEnumerationArray(NoFixedFacet[] enumerationArray)
setEnumerationArray in interface RestrictionTypepublic void setEnumerationArray(int i,
NoFixedFacet enumeration)
setEnumerationArray in interface RestrictionTypepublic NoFixedFacet insertNewEnumeration(int i)
insertNewEnumeration in interface RestrictionTypepublic NoFixedFacet addNewEnumeration()
addNewEnumeration in interface RestrictionTypepublic void removeEnumeration(int i)
removeEnumeration in interface RestrictionTypepublic WhiteSpaceDocument.WhiteSpace[] getWhiteSpaceArray()
getWhiteSpaceArray in interface RestrictionTypepublic WhiteSpaceDocument.WhiteSpace getWhiteSpaceArray(int i)
getWhiteSpaceArray in interface RestrictionTypepublic int sizeOfWhiteSpaceArray()
sizeOfWhiteSpaceArray in interface RestrictionTypepublic void setWhiteSpaceArray(WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
setWhiteSpaceArray in interface RestrictionTypepublic void setWhiteSpaceArray(int i,
WhiteSpaceDocument.WhiteSpace whiteSpace)
setWhiteSpaceArray in interface RestrictionTypepublic WhiteSpaceDocument.WhiteSpace insertNewWhiteSpace(int i)
insertNewWhiteSpace in interface RestrictionTypepublic WhiteSpaceDocument.WhiteSpace addNewWhiteSpace()
addNewWhiteSpace in interface RestrictionTypepublic void removeWhiteSpace(int i)
removeWhiteSpace in interface RestrictionTypepublic PatternDocument.Pattern[] getPatternArray()
getPatternArray in interface RestrictionTypepublic PatternDocument.Pattern getPatternArray(int i)
getPatternArray in interface RestrictionTypepublic int sizeOfPatternArray()
sizeOfPatternArray in interface RestrictionTypepublic void setPatternArray(PatternDocument.Pattern[] patternArray)
setPatternArray in interface RestrictionTypepublic void setPatternArray(int i,
PatternDocument.Pattern pattern)
setPatternArray in interface RestrictionTypepublic PatternDocument.Pattern insertNewPattern(int i)
insertNewPattern in interface RestrictionTypepublic PatternDocument.Pattern addNewPattern()
addNewPattern in interface RestrictionTypepublic void removePattern(int i)
removePattern in interface RestrictionTypepublic Attribute[] getAttributeArray()
getAttributeArray in interface RestrictionTypepublic Attribute getAttributeArray(int i)
getAttributeArray in interface RestrictionTypepublic int sizeOfAttributeArray()
sizeOfAttributeArray in interface RestrictionTypepublic void setAttributeArray(Attribute[] attributeArray)
setAttributeArray in interface RestrictionTypepublic void setAttributeArray(int i,
Attribute attribute)
setAttributeArray in interface RestrictionTypepublic Attribute insertNewAttribute(int i)
insertNewAttribute in interface RestrictionTypepublic Attribute addNewAttribute()
addNewAttribute in interface RestrictionTypepublic void removeAttribute(int i)
removeAttribute in interface RestrictionTypepublic AttributeGroupRef[] getAttributeGroupArray()
getAttributeGroupArray in interface RestrictionTypepublic AttributeGroupRef getAttributeGroupArray(int i)
getAttributeGroupArray in interface RestrictionTypepublic int sizeOfAttributeGroupArray()
sizeOfAttributeGroupArray in interface RestrictionTypepublic void setAttributeGroupArray(AttributeGroupRef[] attributeGroupArray)
setAttributeGroupArray in interface RestrictionTypepublic void setAttributeGroupArray(int i,
AttributeGroupRef attributeGroup)
setAttributeGroupArray in interface RestrictionTypepublic AttributeGroupRef insertNewAttributeGroup(int i)
insertNewAttributeGroup in interface RestrictionTypepublic AttributeGroupRef addNewAttributeGroup()
addNewAttributeGroup in interface RestrictionTypepublic void removeAttributeGroup(int i)
removeAttributeGroup in interface RestrictionTypepublic Wildcard getAnyAttribute()
getAnyAttribute in interface RestrictionTypepublic boolean isSetAnyAttribute()
isSetAnyAttribute in interface RestrictionTypepublic void setAnyAttribute(Wildcard anyAttribute)
setAnyAttribute in interface RestrictionTypepublic Wildcard addNewAnyAttribute()
addNewAnyAttribute in interface RestrictionTypepublic void unsetAnyAttribute()
unsetAnyAttribute in interface RestrictionTypepublic QName getBase()
getBase in interface RestrictionTypepublic org.apache.xmlbeans.XmlQName xgetBase()
xgetBase in interface RestrictionTypepublic void setBase(QName base)
setBase in interface RestrictionTypepublic void xsetBase(org.apache.xmlbeans.XmlQName base)
xsetBase in interface RestrictionTypeCopyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.