org.ogf.schemas.graap.wsAgreement
Interface OfferItemType.ItemConstraint

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OfferItemTypeImpl.ItemConstraintImpl
Enclosing interface:
OfferItemType

public static interface OfferItemType.ItemConstraint
extends org.apache.xmlbeans.XmlObject

An XML ItemConstraint(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class OfferItemType.ItemConstraint.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.impl.xb.xsdschema.All addNewAll()
          Appends and returns a new empty "all" element
 org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup addNewChoice()
          Appends and returns a new empty "choice" element
 org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet addNewEnumeration()
          Appends and returns a new empty value (as xml) as the last "enumeration" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewFractionDigits()
          Appends and returns a new empty value (as xml) as the last "fractionDigits" element
 org.apache.xmlbeans.impl.xb.xsdschema.GroupRef addNewGroup()
          Appends and returns a new empty "group" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewLength()
          Appends and returns a new empty value (as xml) as the last "length" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxExclusive()
          Appends and returns a new empty value (as xml) as the last "maxExclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxInclusive()
          Appends and returns a new empty value (as xml) as the last "maxInclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewMaxLength()
          Appends and returns a new empty value (as xml) as the last "maxLength" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMinExclusive()
          Appends and returns a new empty value (as xml) as the last "minExclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMinInclusive()
          Appends and returns a new empty value (as xml) as the last "minInclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewMinLength()
          Appends and returns a new empty value (as xml) as the last "minLength" element
 org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern addNewPattern()
          Appends and returns a new empty value (as xml) as the last "pattern" element
 org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup addNewSequence()
          Appends and returns a new empty "sequence" element
 org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType addNewSimpleType()
          Appends and returns a new empty "simpleType" element
 org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits addNewTotalDigits()
          Appends and returns a new empty value (as xml) as the last "totalDigits" element
 org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace addNewWhiteSpace()
          Appends and returns a new empty value (as xml) as the last "whiteSpace" element
 org.apache.xmlbeans.impl.xb.xsdschema.All getAll()
          Gets the "all" element
 org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup getChoice()
          Gets the "choice" element
 org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet[] getEnumerationArray()
          Gets array of all "enumeration" elements
 org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet getEnumerationArray(int i)
          Gets ith "enumeration" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getFractionDigitsArray()
          Gets array of all "fractionDigits" elements
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getFractionDigitsArray(int i)
          Gets ith "fractionDigits" element
 org.apache.xmlbeans.impl.xb.xsdschema.GroupRef getGroup()
          Gets the "group" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getLengthArray()
          Gets array of all "length" elements
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getLengthArray(int i)
          Gets ith "length" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMaxExclusiveArray()
          Gets array of all "maxExclusive" elements
 org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxExclusiveArray(int i)
          Gets ith "maxExclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMaxInclusiveArray()
          Gets array of all "maxInclusive" elements
 org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxInclusiveArray(int i)
          Gets ith "maxInclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getMaxLengthArray()
          Gets array of all "maxLength" elements
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getMaxLengthArray(int i)
          Gets ith "maxLength" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMinExclusiveArray()
          Gets array of all "minExclusive" elements
 org.apache.xmlbeans.impl.xb.xsdschema.Facet getMinExclusiveArray(int i)
          Gets ith "minExclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMinInclusiveArray()
          Gets array of all "minInclusive" elements
 org.apache.xmlbeans.impl.xb.xsdschema.Facet getMinInclusiveArray(int i)
          Gets ith "minInclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getMinLengthArray()
          Gets array of all "minLength" elements
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getMinLengthArray(int i)
          Gets ith "minLength" element
 org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern[] getPatternArray()
          Gets array of all "pattern" elements
 org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern getPatternArray(int i)
          Gets ith "pattern" element
 org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup getSequence()
          Gets the "sequence" element
 org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType getSimpleType()
          Gets the "simpleType" element
 org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits[] getTotalDigitsArray()
          Gets array of all "totalDigits" elements
 org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits getTotalDigitsArray(int i)
          Gets ith "totalDigits" element
 org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace[] getWhiteSpaceArray()
          Gets array of all "whiteSpace" elements
 org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace getWhiteSpaceArray(int i)
          Gets ith "whiteSpace" element
 org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet insertNewEnumeration(int i)
          Inserts and returns a new empty value (as xml) as the ith "enumeration" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewFractionDigits(int i)
          Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewLength(int i)
          Inserts and returns a new empty value (as xml) as the ith "length" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMaxExclusive(int i)
          Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMaxInclusive(int i)
          Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewMaxLength(int i)
          Inserts and returns a new empty value (as xml) as the ith "maxLength" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMinExclusive(int i)
          Inserts and returns a new empty value (as xml) as the ith "minExclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMinInclusive(int i)
          Inserts and returns a new empty value (as xml) as the ith "minInclusive" element
 org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewMinLength(int i)
          Inserts and returns a new empty value (as xml) as the ith "minLength" element
 org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern insertNewPattern(int i)
          Inserts and returns a new empty value (as xml) as the ith "pattern" element
 org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits insertNewTotalDigits(int i)
          Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
 org.apache.xmlbeans.impl.xb.xsdschema.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 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 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(org.apache.xmlbeans.impl.xb.xsdschema.All all)
          Sets the "all" element
 void setChoice(org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup choice)
          Sets the "choice" element
 void setEnumerationArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet enumeration)
          Sets ith "enumeration" element
 void setEnumerationArray(org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet[] enumerationArray)
          Sets array of all "enumeration" element
 void setFractionDigitsArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet fractionDigits)
          Sets ith "fractionDigits" element
 void setFractionDigitsArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] fractionDigitsArray)
          Sets array of all "fractionDigits" element
 void setGroup(org.apache.xmlbeans.impl.xb.xsdschema.GroupRef group)
          Sets the "group" element
 void setLengthArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet length)
          Sets ith "length" element
 void setLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] lengthArray)
          Sets array of all "length" element
 void setMaxExclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] maxExclusiveArray)
          Sets array of all "maxExclusive" element
 void setMaxExclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet maxExclusive)
          Sets ith "maxExclusive" element
 void setMaxInclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] maxInclusiveArray)
          Sets array of all "maxInclusive" element
 void setMaxInclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet maxInclusive)
          Sets ith "maxInclusive" element
 void setMaxLengthArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet maxLength)
          Sets ith "maxLength" element
 void setMaxLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] maxLengthArray)
          Sets array of all "maxLength" element
 void setMinExclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] minExclusiveArray)
          Sets array of all "minExclusive" element
 void setMinExclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet minExclusive)
          Sets ith "minExclusive" element
 void setMinInclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] minInclusiveArray)
          Sets array of all "minInclusive" element
 void setMinInclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet minInclusive)
          Sets ith "minInclusive" element
 void setMinLengthArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet minLength)
          Sets ith "minLength" element
 void setMinLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] minLengthArray)
          Sets array of all "minLength" element
 void setPatternArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern pattern)
          Sets ith "pattern" element
 void setPatternArray(org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern[] patternArray)
          Sets array of all "pattern" element
 void setSequence(org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup sequence)
          Sets the "sequence" element
 void setSimpleType(org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType simpleType)
          Sets the "simpleType" element
 void setTotalDigitsArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits totalDigits)
          Sets ith "totalDigits" element
 void setTotalDigitsArray(org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits[] totalDigitsArray)
          Sets array of all "totalDigits" element
 void setWhiteSpaceArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace whiteSpace)
          Sets ith "whiteSpace" element
 void setWhiteSpaceArray(org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
          Sets array of all "whiteSpace" 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 unsetChoice()
          Unsets the "choice" element
 void unsetGroup()
          Unsets the "group" element
 void unsetSequence()
          Unsets the "sequence" element
 void unsetSimpleType()
          Unsets the "simpleType" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getSimpleType

org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType getSimpleType()
Gets the "simpleType" element


isSetSimpleType

boolean isSetSimpleType()
True if has "simpleType" element


setSimpleType

void setSimpleType(org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType simpleType)
Sets the "simpleType" element


addNewSimpleType

org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType addNewSimpleType()
Appends and returns a new empty "simpleType" element


unsetSimpleType

void unsetSimpleType()
Unsets the "simpleType" element


getMinExclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMinExclusiveArray()
Gets array of all "minExclusive" elements


getMinExclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet getMinExclusiveArray(int i)
Gets ith "minExclusive" element


sizeOfMinExclusiveArray

int sizeOfMinExclusiveArray()
Returns number of "minExclusive" element


setMinExclusiveArray

void setMinExclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] minExclusiveArray)
Sets array of all "minExclusive" element


setMinExclusiveArray

void setMinExclusiveArray(int i,
                          org.apache.xmlbeans.impl.xb.xsdschema.Facet minExclusive)
Sets ith "minExclusive" element


insertNewMinExclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMinExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minExclusive" element


addNewMinExclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMinExclusive()
Appends and returns a new empty value (as xml) as the last "minExclusive" element


removeMinExclusive

void removeMinExclusive(int i)
Removes the ith "minExclusive" element


getMinInclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMinInclusiveArray()
Gets array of all "minInclusive" elements


getMinInclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet getMinInclusiveArray(int i)
Gets ith "minInclusive" element


sizeOfMinInclusiveArray

int sizeOfMinInclusiveArray()
Returns number of "minInclusive" element


setMinInclusiveArray

void setMinInclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] minInclusiveArray)
Sets array of all "minInclusive" element


setMinInclusiveArray

void setMinInclusiveArray(int i,
                          org.apache.xmlbeans.impl.xb.xsdschema.Facet minInclusive)
Sets ith "minInclusive" element


insertNewMinInclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMinInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "minInclusive" element


addNewMinInclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMinInclusive()
Appends and returns a new empty value (as xml) as the last "minInclusive" element


removeMinInclusive

void removeMinInclusive(int i)
Removes the ith "minInclusive" element


getMaxExclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMaxExclusiveArray()
Gets array of all "maxExclusive" elements


getMaxExclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxExclusiveArray(int i)
Gets ith "maxExclusive" element


sizeOfMaxExclusiveArray

int sizeOfMaxExclusiveArray()
Returns number of "maxExclusive" element


setMaxExclusiveArray

void setMaxExclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] maxExclusiveArray)
Sets array of all "maxExclusive" element


setMaxExclusiveArray

void setMaxExclusiveArray(int i,
                          org.apache.xmlbeans.impl.xb.xsdschema.Facet maxExclusive)
Sets ith "maxExclusive" element


insertNewMaxExclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMaxExclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element


addNewMaxExclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxExclusive()
Appends and returns a new empty value (as xml) as the last "maxExclusive" element


removeMaxExclusive

void removeMaxExclusive(int i)
Removes the ith "maxExclusive" element


getMaxInclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMaxInclusiveArray()
Gets array of all "maxInclusive" elements


getMaxInclusiveArray

org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxInclusiveArray(int i)
Gets ith "maxInclusive" element


sizeOfMaxInclusiveArray

int sizeOfMaxInclusiveArray()
Returns number of "maxInclusive" element


setMaxInclusiveArray

void setMaxInclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] maxInclusiveArray)
Sets array of all "maxInclusive" element


setMaxInclusiveArray

void setMaxInclusiveArray(int i,
                          org.apache.xmlbeans.impl.xb.xsdschema.Facet maxInclusive)
Sets ith "maxInclusive" element


insertNewMaxInclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMaxInclusive(int i)
Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element


addNewMaxInclusive

org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxInclusive()
Appends and returns a new empty value (as xml) as the last "maxInclusive" element


removeMaxInclusive

void removeMaxInclusive(int i)
Removes the ith "maxInclusive" element


getTotalDigitsArray

org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits[] getTotalDigitsArray()
Gets array of all "totalDigits" elements


getTotalDigitsArray

org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits getTotalDigitsArray(int i)
Gets ith "totalDigits" element


sizeOfTotalDigitsArray

int sizeOfTotalDigitsArray()
Returns number of "totalDigits" element


setTotalDigitsArray

void setTotalDigitsArray(org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits[] totalDigitsArray)
Sets array of all "totalDigits" element


setTotalDigitsArray

void setTotalDigitsArray(int i,
                         org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits totalDigits)
Sets ith "totalDigits" element


insertNewTotalDigits

org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits insertNewTotalDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "totalDigits" element


addNewTotalDigits

org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits addNewTotalDigits()
Appends and returns a new empty value (as xml) as the last "totalDigits" element


removeTotalDigits

void removeTotalDigits(int i)
Removes the ith "totalDigits" element


getFractionDigitsArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getFractionDigitsArray()
Gets array of all "fractionDigits" elements


getFractionDigitsArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getFractionDigitsArray(int i)
Gets ith "fractionDigits" element


sizeOfFractionDigitsArray

int sizeOfFractionDigitsArray()
Returns number of "fractionDigits" element


setFractionDigitsArray

void setFractionDigitsArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] fractionDigitsArray)
Sets array of all "fractionDigits" element


setFractionDigitsArray

void setFractionDigitsArray(int i,
                            org.apache.xmlbeans.impl.xb.xsdschema.NumFacet fractionDigits)
Sets ith "fractionDigits" element


insertNewFractionDigits

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewFractionDigits(int i)
Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element


addNewFractionDigits

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewFractionDigits()
Appends and returns a new empty value (as xml) as the last "fractionDigits" element


removeFractionDigits

void removeFractionDigits(int i)
Removes the ith "fractionDigits" element


getLengthArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getLengthArray()
Gets array of all "length" elements


getLengthArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getLengthArray(int i)
Gets ith "length" element


sizeOfLengthArray

int sizeOfLengthArray()
Returns number of "length" element


setLengthArray

void setLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] lengthArray)
Sets array of all "length" element


setLengthArray

void setLengthArray(int i,
                    org.apache.xmlbeans.impl.xb.xsdschema.NumFacet length)
Sets ith "length" element


insertNewLength

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewLength(int i)
Inserts and returns a new empty value (as xml) as the ith "length" element


addNewLength

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewLength()
Appends and returns a new empty value (as xml) as the last "length" element


removeLength

void removeLength(int i)
Removes the ith "length" element


getMinLengthArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getMinLengthArray()
Gets array of all "minLength" elements


getMinLengthArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getMinLengthArray(int i)
Gets ith "minLength" element


sizeOfMinLengthArray

int sizeOfMinLengthArray()
Returns number of "minLength" element


setMinLengthArray

void setMinLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] minLengthArray)
Sets array of all "minLength" element


setMinLengthArray

void setMinLengthArray(int i,
                       org.apache.xmlbeans.impl.xb.xsdschema.NumFacet minLength)
Sets ith "minLength" element


insertNewMinLength

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewMinLength(int i)
Inserts and returns a new empty value (as xml) as the ith "minLength" element


addNewMinLength

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewMinLength()
Appends and returns a new empty value (as xml) as the last "minLength" element


removeMinLength

void removeMinLength(int i)
Removes the ith "minLength" element


getMaxLengthArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getMaxLengthArray()
Gets array of all "maxLength" elements


getMaxLengthArray

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getMaxLengthArray(int i)
Gets ith "maxLength" element


sizeOfMaxLengthArray

int sizeOfMaxLengthArray()
Returns number of "maxLength" element


setMaxLengthArray

void setMaxLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] maxLengthArray)
Sets array of all "maxLength" element


setMaxLengthArray

void setMaxLengthArray(int i,
                       org.apache.xmlbeans.impl.xb.xsdschema.NumFacet maxLength)
Sets ith "maxLength" element


insertNewMaxLength

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewMaxLength(int i)
Inserts and returns a new empty value (as xml) as the ith "maxLength" element


addNewMaxLength

org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewMaxLength()
Appends and returns a new empty value (as xml) as the last "maxLength" element


removeMaxLength

void removeMaxLength(int i)
Removes the ith "maxLength" element


getEnumerationArray

org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet[] getEnumerationArray()
Gets array of all "enumeration" elements


getEnumerationArray

org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet getEnumerationArray(int i)
Gets ith "enumeration" element


sizeOfEnumerationArray

int sizeOfEnumerationArray()
Returns number of "enumeration" element


setEnumerationArray

void setEnumerationArray(org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet[] enumerationArray)
Sets array of all "enumeration" element


setEnumerationArray

void setEnumerationArray(int i,
                         org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet enumeration)
Sets ith "enumeration" element


insertNewEnumeration

org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet insertNewEnumeration(int i)
Inserts and returns a new empty value (as xml) as the ith "enumeration" element


addNewEnumeration

org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet addNewEnumeration()
Appends and returns a new empty value (as xml) as the last "enumeration" element


removeEnumeration

void removeEnumeration(int i)
Removes the ith "enumeration" element


getWhiteSpaceArray

org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace[] getWhiteSpaceArray()
Gets array of all "whiteSpace" elements


getWhiteSpaceArray

org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace getWhiteSpaceArray(int i)
Gets ith "whiteSpace" element


sizeOfWhiteSpaceArray

int sizeOfWhiteSpaceArray()
Returns number of "whiteSpace" element


setWhiteSpaceArray

void setWhiteSpaceArray(org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray)
Sets array of all "whiteSpace" element


setWhiteSpaceArray

void setWhiteSpaceArray(int i,
                        org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace whiteSpace)
Sets ith "whiteSpace" element


insertNewWhiteSpace

org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace insertNewWhiteSpace(int i)
Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element


addNewWhiteSpace

org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace addNewWhiteSpace()
Appends and returns a new empty value (as xml) as the last "whiteSpace" element


removeWhiteSpace

void removeWhiteSpace(int i)
Removes the ith "whiteSpace" element


getPatternArray

org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern[] getPatternArray()
Gets array of all "pattern" elements


getPatternArray

org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern getPatternArray(int i)
Gets ith "pattern" element


sizeOfPatternArray

int sizeOfPatternArray()
Returns number of "pattern" element


setPatternArray

void setPatternArray(org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern[] patternArray)
Sets array of all "pattern" element


setPatternArray

void setPatternArray(int i,
                     org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern pattern)
Sets ith "pattern" element


insertNewPattern

org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern insertNewPattern(int i)
Inserts and returns a new empty value (as xml) as the ith "pattern" element


addNewPattern

org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern addNewPattern()
Appends and returns a new empty value (as xml) as the last "pattern" element


removePattern

void removePattern(int i)
Removes the ith "pattern" element


getGroup

org.apache.xmlbeans.impl.xb.xsdschema.GroupRef getGroup()
Gets the "group" element


isSetGroup

boolean isSetGroup()
True if has "group" element


setGroup

void setGroup(org.apache.xmlbeans.impl.xb.xsdschema.GroupRef group)
Sets the "group" element


addNewGroup

org.apache.xmlbeans.impl.xb.xsdschema.GroupRef addNewGroup()
Appends and returns a new empty "group" element


unsetGroup

void unsetGroup()
Unsets the "group" element


getAll

org.apache.xmlbeans.impl.xb.xsdschema.All getAll()
Gets the "all" element


isSetAll

boolean isSetAll()
True if has "all" element


setAll

void setAll(org.apache.xmlbeans.impl.xb.xsdschema.All all)
Sets the "all" element


addNewAll

org.apache.xmlbeans.impl.xb.xsdschema.All addNewAll()
Appends and returns a new empty "all" element


unsetAll

void unsetAll()
Unsets the "all" element


getChoice

org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup getChoice()
Gets the "choice" element


isSetChoice

boolean isSetChoice()
True if has "choice" element


setChoice

void setChoice(org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup choice)
Sets the "choice" element


addNewChoice

org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup addNewChoice()
Appends and returns a new empty "choice" element


unsetChoice

void unsetChoice()
Unsets the "choice" element


getSequence

org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup getSequence()
Gets the "sequence" element


isSetSequence

boolean isSetSequence()
True if has "sequence" element


setSequence

void setSequence(org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup sequence)
Sets the "sequence" element


addNewSequence

org.apache.xmlbeans.impl.xb.xsdschema.ExplicitGroup addNewSequence()
Appends and returns a new empty "sequence" element


unsetSequence

void unsetSequence()
Unsets the "sequence" element



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.