org.icenigrid.schema.condor.classad.v2_4.impl
Class LDocumentImpl.LImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.icenigrid.schema.condor.classad.v2_4.impl.LDocumentImpl.LImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource, LDocument.L
Enclosing class:
LDocumentImpl

public static class LDocumentImpl.LImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements LDocument.L

An XML l(@uri:gridsam:condor:classad:2.4). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.icenigrid.schema.condor.classad.v2_4.LDocument.L
LDocument.L.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.icenigrid.schema.condor.classad.v2_4.LDocument.L
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
LDocumentImpl.LImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 void addAt(java.util.Calendar at)
          Appends the value as the last "at" element
 void addE(java.lang.String e)
          Appends the value as the last "e" element
 void addI(int iValue)
          Appends the value as the last "i" element
 AtDocument.At addNewAt()
          Appends and returns a new empty value (as xml) as the last "at" element
 BDocument.B addNewB()
          Appends and returns a new empty value (as xml) as the last "b" element
 CDocument.C addNewC()
          Appends and returns a new empty value (as xml) as the last "c" element
 org.apache.xmlbeans.XmlString addNewE()
          Appends and returns a new empty value (as xml) as the last "e" element
 ErDocument.Er addNewEr()
          Appends and returns a new empty value (as xml) as the last "er" element
 org.apache.xmlbeans.XmlInt addNewI()
          Appends and returns a new empty value (as xml) as the last "i" element
 LDocument.L addNewL()
          Appends and returns a new empty value (as xml) as the last "l" element
 RDocument.R addNewR()
          Appends and returns a new empty value (as xml) as the last "r" element
 RtDocument.Rt addNewRt()
          Appends and returns a new empty value (as xml) as the last "rt" element
 org.apache.xmlbeans.XmlString addNewS()
          Appends and returns a new empty value (as xml) as the last "s" element
 UnDocument.Un addNewUn()
          Appends and returns a new empty value (as xml) as the last "un" element
 void addR(double r)
          Appends the value as the last "r" element
 void addRt(org.apache.xmlbeans.GDuration rt)
          Appends the value as the last "rt" element
 void addS(java.lang.String s)
          Appends the value as the last "s" element
 java.util.Calendar[] getAtArray()
          Gets array of all "at" elements
 java.util.Calendar getAtArray(int i)
          Gets ith "at" element
 BDocument.B[] getBArray()
          Gets array of all "b" elements
 BDocument.B getBArray(int i)
          Gets ith "b" element
 CDocument.C[] getCArray()
          Gets array of all "c" elements
 CDocument.C getCArray(int i)
          Gets ith "c" element
 java.lang.String[] getEArray()
          Gets array of all "e" elements
 java.lang.String getEArray(int i)
          Gets ith "e" element
 ErDocument.Er[] getErArray()
          Gets array of all "er" elements
 ErDocument.Er getErArray(int i)
          Gets ith "er" element
 int[] getIArray()
          Gets array of all "i" elements
 int getIArray(int i)
          Gets ith "i" element
 LDocument.L[] getLArray()
          Gets array of all "l" elements
 LDocument.L getLArray(int i)
          Gets ith "l" element
 double[] getRArray()
          Gets array of all "r" elements
 double getRArray(int i)
          Gets ith "r" element
 org.apache.xmlbeans.GDuration[] getRtArray()
          Gets array of all "rt" elements
 org.apache.xmlbeans.GDuration getRtArray(int i)
          Gets ith "rt" element
 java.lang.String[] getSArray()
          Gets array of all "s" elements
 java.lang.String getSArray(int i)
          Gets ith "s" element
 UnDocument.Un[] getUnArray()
          Gets array of all "un" elements
 UnDocument.Un getUnArray(int i)
          Gets ith "un" element
 void insertAt(int i, java.util.Calendar at)
          Inserts the value as the ith "at" element
 void insertE(int i, java.lang.String e)
          Inserts the value as the ith "e" element
 void insertI(int i, int iValue)
          Inserts the value as the ith "i" element
 AtDocument.At insertNewAt(int i)
          Inserts and returns a new empty value (as xml) as the ith "at" element
 BDocument.B insertNewB(int i)
          Inserts and returns a new empty value (as xml) as the ith "b" element
 CDocument.C insertNewC(int i)
          Inserts and returns a new empty value (as xml) as the ith "c" element
 org.apache.xmlbeans.XmlString insertNewE(int i)
          Inserts and returns a new empty value (as xml) as the ith "e" element
 ErDocument.Er insertNewEr(int i)
          Inserts and returns a new empty value (as xml) as the ith "er" element
 org.apache.xmlbeans.XmlInt insertNewI(int i)
          Inserts and returns a new empty value (as xml) as the ith "i" element
 LDocument.L insertNewL(int i)
          Inserts and returns a new empty value (as xml) as the ith "l" element
 RDocument.R insertNewR(int i)
          Inserts and returns a new empty value (as xml) as the ith "r" element
 RtDocument.Rt insertNewRt(int i)
          Inserts and returns a new empty value (as xml) as the ith "rt" element
 org.apache.xmlbeans.XmlString insertNewS(int i)
          Inserts and returns a new empty value (as xml) as the ith "s" element
 UnDocument.Un insertNewUn(int i)
          Inserts and returns a new empty value (as xml) as the ith "un" element
 void insertR(int i, double r)
          Inserts the value as the ith "r" element
 void insertRt(int i, org.apache.xmlbeans.GDuration rt)
          Inserts the value as the ith "rt" element
 void insertS(int i, java.lang.String s)
          Inserts the value as the ith "s" element
 void removeAt(int i)
          Removes the ith "at" element
 void removeB(int i)
          Removes the ith "b" element
 void removeC(int i)
          Removes the ith "c" element
 void removeE(int i)
          Removes the ith "e" element
 void removeEr(int i)
          Removes the ith "er" element
 void removeI(int i)
          Removes the ith "i" element
 void removeL(int i)
          Removes the ith "l" element
 void removeR(int i)
          Removes the ith "r" element
 void removeRt(int i)
          Removes the ith "rt" element
 void removeS(int i)
          Removes the ith "s" element
 void removeUn(int i)
          Removes the ith "un" element
 void setAtArray(java.util.Calendar[] atArray)
          Sets array of all "at" element
 void setAtArray(int i, java.util.Calendar at)
          Sets ith "at" element
 void setBArray(BDocument.B[] bArray)
          Sets array of all "b" element
 void setBArray(int i, BDocument.B b)
          Sets ith "b" element
 void setCArray(CDocument.C[] cArray)
          Sets array of all "c" element
 void setCArray(int i, CDocument.C c)
          Sets ith "c" element
 void setEArray(int i, java.lang.String e)
          Sets ith "e" element
 void setEArray(java.lang.String[] eArray)
          Sets array of all "e" element
 void setErArray(ErDocument.Er[] erArray)
          Sets array of all "er" element
 void setErArray(int i, ErDocument.Er er)
          Sets ith "er" element
 void setIArray(int[] iValueArray)
          Sets array of all "i" element
 void setIArray(int i, int iValue)
          Sets ith "i" element
 void setLArray(int i, LDocument.L l)
          Sets ith "l" element
 void setLArray(LDocument.L[] lArray)
          Sets array of all "l" element
 void setRArray(double[] rArray)
          Sets array of all "r" element
 void setRArray(int i, double r)
          Sets ith "r" element
 void setRtArray(org.apache.xmlbeans.GDuration[] rtArray)
          Sets array of all "rt" element
 void setRtArray(int i, org.apache.xmlbeans.GDuration rt)
          Sets ith "rt" element
 void setSArray(int i, java.lang.String s)
          Sets ith "s" element
 void setSArray(java.lang.String[] sArray)
          Sets array of all "s" element
 void setUnArray(int i, UnDocument.Un un)
          Sets ith "un" element
 void setUnArray(UnDocument.Un[] unArray)
          Sets array of all "un" element
 int sizeOfAtArray()
          Returns number of "at" element
 int sizeOfBArray()
          Returns number of "b" element
 int sizeOfCArray()
          Returns number of "c" element
 int sizeOfEArray()
          Returns number of "e" element
 int sizeOfErArray()
          Returns number of "er" element
 int sizeOfIArray()
          Returns number of "i" element
 int sizeOfLArray()
          Returns number of "l" element
 int sizeOfRArray()
          Returns number of "r" element
 int sizeOfRtArray()
          Returns number of "rt" element
 int sizeOfSArray()
          Returns number of "s" element
 int sizeOfUnArray()
          Returns number of "un" element
 AtDocument.At[] xgetAtArray()
          Gets (as xml) array of all "at" elements
 AtDocument.At xgetAtArray(int i)
          Gets (as xml) ith "at" element
 org.apache.xmlbeans.XmlString[] xgetEArray()
          Gets (as xml) array of all "e" elements
 org.apache.xmlbeans.XmlString xgetEArray(int i)
          Gets (as xml) ith "e" element
 org.apache.xmlbeans.XmlInt[] xgetIArray()
          Gets (as xml) array of all "i" elements
 org.apache.xmlbeans.XmlInt xgetIArray(int i)
          Gets (as xml) ith "i" element
 RDocument.R[] xgetRArray()
          Gets (as xml) array of all "r" elements
 RDocument.R xgetRArray(int i)
          Gets (as xml) ith "r" element
 RtDocument.Rt[] xgetRtArray()
          Gets (as xml) array of all "rt" elements
 RtDocument.Rt xgetRtArray(int i)
          Gets (as xml) ith "rt" element
 org.apache.xmlbeans.XmlString[] xgetSArray()
          Gets (as xml) array of all "s" elements
 org.apache.xmlbeans.XmlString xgetSArray(int i)
          Gets (as xml) ith "s" element
 void xsetAtArray(AtDocument.At[] atArray)
          Sets (as xml) array of all "at" element
 void xsetAtArray(int i, AtDocument.At at)
          Sets (as xml) ith "at" element
 void xsetEArray(int i, org.apache.xmlbeans.XmlString e)
          Sets (as xml) ith "e" element
 void xsetEArray(org.apache.xmlbeans.XmlString[] eArray)
          Sets (as xml) array of all "e" element
 void xsetIArray(int i, org.apache.xmlbeans.XmlInt iValue)
          Sets (as xml) ith "i" element
 void xsetIArray(org.apache.xmlbeans.XmlInt[] iValueArray)
          Sets (as xml) array of all "i" element
 void xsetRArray(int i, RDocument.R r)
          Sets (as xml) ith "r" element
 void xsetRArray(RDocument.R[] rArray)
          Sets (as xml) array of all "r" element
 void xsetRtArray(int i, RtDocument.Rt rt)
          Sets (as xml) ith "rt" element
 void xsetRtArray(RtDocument.Rt[] rtArray)
          Sets (as xml) array of all "rt" element
 void xsetSArray(int i, org.apache.xmlbeans.XmlString s)
          Sets (as xml) ith "s" element
 void xsetSArray(org.apache.xmlbeans.XmlString[] sArray)
          Sets (as xml) array of all "s" element
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
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
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, 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, 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, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

LDocumentImpl.LImpl

public LDocumentImpl.LImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getCArray

public CDocument.C[] getCArray()
Gets array of all "c" elements

Specified by:
getCArray in interface LDocument.L

getCArray

public CDocument.C getCArray(int i)
Gets ith "c" element

Specified by:
getCArray in interface LDocument.L

sizeOfCArray

public int sizeOfCArray()
Returns number of "c" element

Specified by:
sizeOfCArray in interface LDocument.L

setCArray

public void setCArray(CDocument.C[] cArray)
Sets array of all "c" element

Specified by:
setCArray in interface LDocument.L

setCArray

public void setCArray(int i,
                      CDocument.C c)
Sets ith "c" element

Specified by:
setCArray in interface LDocument.L

insertNewC

public CDocument.C insertNewC(int i)
Inserts and returns a new empty value (as xml) as the ith "c" element

Specified by:
insertNewC in interface LDocument.L

addNewC

public CDocument.C addNewC()
Appends and returns a new empty value (as xml) as the last "c" element

Specified by:
addNewC in interface LDocument.L

removeC

public void removeC(int i)
Removes the ith "c" element

Specified by:
removeC in interface LDocument.L

getLArray

public LDocument.L[] getLArray()
Gets array of all "l" elements

Specified by:
getLArray in interface LDocument.L

getLArray

public LDocument.L getLArray(int i)
Gets ith "l" element

Specified by:
getLArray in interface LDocument.L

sizeOfLArray

public int sizeOfLArray()
Returns number of "l" element

Specified by:
sizeOfLArray in interface LDocument.L

setLArray

public void setLArray(LDocument.L[] lArray)
Sets array of all "l" element

Specified by:
setLArray in interface LDocument.L

setLArray

public void setLArray(int i,
                      LDocument.L l)
Sets ith "l" element

Specified by:
setLArray in interface LDocument.L

insertNewL

public LDocument.L insertNewL(int i)
Inserts and returns a new empty value (as xml) as the ith "l" element

Specified by:
insertNewL in interface LDocument.L

addNewL

public LDocument.L addNewL()
Appends and returns a new empty value (as xml) as the last "l" element

Specified by:
addNewL in interface LDocument.L

removeL

public void removeL(int i)
Removes the ith "l" element

Specified by:
removeL in interface LDocument.L

getEArray

public java.lang.String[] getEArray()
Gets array of all "e" elements

Specified by:
getEArray in interface LDocument.L

getEArray

public java.lang.String getEArray(int i)
Gets ith "e" element

Specified by:
getEArray in interface LDocument.L

xgetEArray

public org.apache.xmlbeans.XmlString[] xgetEArray()
Gets (as xml) array of all "e" elements

Specified by:
xgetEArray in interface LDocument.L

xgetEArray

public org.apache.xmlbeans.XmlString xgetEArray(int i)
Gets (as xml) ith "e" element

Specified by:
xgetEArray in interface LDocument.L

sizeOfEArray

public int sizeOfEArray()
Returns number of "e" element

Specified by:
sizeOfEArray in interface LDocument.L

setEArray

public void setEArray(java.lang.String[] eArray)
Sets array of all "e" element

Specified by:
setEArray in interface LDocument.L

setEArray

public void setEArray(int i,
                      java.lang.String e)
Sets ith "e" element

Specified by:
setEArray in interface LDocument.L

xsetEArray

public void xsetEArray(org.apache.xmlbeans.XmlString[] eArray)
Sets (as xml) array of all "e" element

Specified by:
xsetEArray in interface LDocument.L

xsetEArray

public void xsetEArray(int i,
                       org.apache.xmlbeans.XmlString e)
Sets (as xml) ith "e" element

Specified by:
xsetEArray in interface LDocument.L

insertE

public void insertE(int i,
                    java.lang.String e)
Inserts the value as the ith "e" element

Specified by:
insertE in interface LDocument.L

addE

public void addE(java.lang.String e)
Appends the value as the last "e" element

Specified by:
addE in interface LDocument.L

insertNewE

public org.apache.xmlbeans.XmlString insertNewE(int i)
Inserts and returns a new empty value (as xml) as the ith "e" element

Specified by:
insertNewE in interface LDocument.L

addNewE

public org.apache.xmlbeans.XmlString addNewE()
Appends and returns a new empty value (as xml) as the last "e" element

Specified by:
addNewE in interface LDocument.L

removeE

public void removeE(int i)
Removes the ith "e" element

Specified by:
removeE in interface LDocument.L

getSArray

public java.lang.String[] getSArray()
Gets array of all "s" elements

Specified by:
getSArray in interface LDocument.L

getSArray

public java.lang.String getSArray(int i)
Gets ith "s" element

Specified by:
getSArray in interface LDocument.L

xgetSArray

public org.apache.xmlbeans.XmlString[] xgetSArray()
Gets (as xml) array of all "s" elements

Specified by:
xgetSArray in interface LDocument.L

xgetSArray

public org.apache.xmlbeans.XmlString xgetSArray(int i)
Gets (as xml) ith "s" element

Specified by:
xgetSArray in interface LDocument.L

sizeOfSArray

public int sizeOfSArray()
Returns number of "s" element

Specified by:
sizeOfSArray in interface LDocument.L

setSArray

public void setSArray(java.lang.String[] sArray)
Sets array of all "s" element

Specified by:
setSArray in interface LDocument.L

setSArray

public void setSArray(int i,
                      java.lang.String s)
Sets ith "s" element

Specified by:
setSArray in interface LDocument.L

xsetSArray

public void xsetSArray(org.apache.xmlbeans.XmlString[] sArray)
Sets (as xml) array of all "s" element

Specified by:
xsetSArray in interface LDocument.L

xsetSArray

public void xsetSArray(int i,
                       org.apache.xmlbeans.XmlString s)
Sets (as xml) ith "s" element

Specified by:
xsetSArray in interface LDocument.L

insertS

public void insertS(int i,
                    java.lang.String s)
Inserts the value as the ith "s" element

Specified by:
insertS in interface LDocument.L

addS

public void addS(java.lang.String s)
Appends the value as the last "s" element

Specified by:
addS in interface LDocument.L

insertNewS

public org.apache.xmlbeans.XmlString insertNewS(int i)
Inserts and returns a new empty value (as xml) as the ith "s" element

Specified by:
insertNewS in interface LDocument.L

addNewS

public org.apache.xmlbeans.XmlString addNewS()
Appends and returns a new empty value (as xml) as the last "s" element

Specified by:
addNewS in interface LDocument.L

removeS

public void removeS(int i)
Removes the ith "s" element

Specified by:
removeS in interface LDocument.L

getIArray

public int[] getIArray()
Gets array of all "i" elements

Specified by:
getIArray in interface LDocument.L

getIArray

public int getIArray(int i)
Gets ith "i" element

Specified by:
getIArray in interface LDocument.L

xgetIArray

public org.apache.xmlbeans.XmlInt[] xgetIArray()
Gets (as xml) array of all "i" elements

Specified by:
xgetIArray in interface LDocument.L

xgetIArray

public org.apache.xmlbeans.XmlInt xgetIArray(int i)
Gets (as xml) ith "i" element

Specified by:
xgetIArray in interface LDocument.L

sizeOfIArray

public int sizeOfIArray()
Returns number of "i" element

Specified by:
sizeOfIArray in interface LDocument.L

setIArray

public void setIArray(int[] iValueArray)
Sets array of all "i" element

Specified by:
setIArray in interface LDocument.L

setIArray

public void setIArray(int i,
                      int iValue)
Sets ith "i" element

Specified by:
setIArray in interface LDocument.L

xsetIArray

public void xsetIArray(org.apache.xmlbeans.XmlInt[] iValueArray)
Sets (as xml) array of all "i" element

Specified by:
xsetIArray in interface LDocument.L

xsetIArray

public void xsetIArray(int i,
                       org.apache.xmlbeans.XmlInt iValue)
Sets (as xml) ith "i" element

Specified by:
xsetIArray in interface LDocument.L

insertI

public void insertI(int i,
                    int iValue)
Inserts the value as the ith "i" element

Specified by:
insertI in interface LDocument.L

addI

public void addI(int iValue)
Appends the value as the last "i" element

Specified by:
addI in interface LDocument.L

insertNewI

public org.apache.xmlbeans.XmlInt insertNewI(int i)
Inserts and returns a new empty value (as xml) as the ith "i" element

Specified by:
insertNewI in interface LDocument.L

addNewI

public org.apache.xmlbeans.XmlInt addNewI()
Appends and returns a new empty value (as xml) as the last "i" element

Specified by:
addNewI in interface LDocument.L

removeI

public void removeI(int i)
Removes the ith "i" element

Specified by:
removeI in interface LDocument.L

getRArray

public double[] getRArray()
Gets array of all "r" elements

Specified by:
getRArray in interface LDocument.L

getRArray

public double getRArray(int i)
Gets ith "r" element

Specified by:
getRArray in interface LDocument.L

xgetRArray

public RDocument.R[] xgetRArray()
Gets (as xml) array of all "r" elements

Specified by:
xgetRArray in interface LDocument.L

xgetRArray

public RDocument.R xgetRArray(int i)
Gets (as xml) ith "r" element

Specified by:
xgetRArray in interface LDocument.L

sizeOfRArray

public int sizeOfRArray()
Returns number of "r" element

Specified by:
sizeOfRArray in interface LDocument.L

setRArray

public void setRArray(double[] rArray)
Sets array of all "r" element

Specified by:
setRArray in interface LDocument.L

setRArray

public void setRArray(int i,
                      double r)
Sets ith "r" element

Specified by:
setRArray in interface LDocument.L

xsetRArray

public void xsetRArray(RDocument.R[] rArray)
Sets (as xml) array of all "r" element

Specified by:
xsetRArray in interface LDocument.L

xsetRArray

public void xsetRArray(int i,
                       RDocument.R r)
Sets (as xml) ith "r" element

Specified by:
xsetRArray in interface LDocument.L

insertR

public void insertR(int i,
                    double r)
Inserts the value as the ith "r" element

Specified by:
insertR in interface LDocument.L

addR

public void addR(double r)
Appends the value as the last "r" element

Specified by:
addR in interface LDocument.L

insertNewR

public RDocument.R insertNewR(int i)
Inserts and returns a new empty value (as xml) as the ith "r" element

Specified by:
insertNewR in interface LDocument.L

addNewR

public RDocument.R addNewR()
Appends and returns a new empty value (as xml) as the last "r" element

Specified by:
addNewR in interface LDocument.L

removeR

public void removeR(int i)
Removes the ith "r" element

Specified by:
removeR in interface LDocument.L

getBArray

public BDocument.B[] getBArray()
Gets array of all "b" elements

Specified by:
getBArray in interface LDocument.L

getBArray

public BDocument.B getBArray(int i)
Gets ith "b" element

Specified by:
getBArray in interface LDocument.L

sizeOfBArray

public int sizeOfBArray()
Returns number of "b" element

Specified by:
sizeOfBArray in interface LDocument.L

setBArray

public void setBArray(BDocument.B[] bArray)
Sets array of all "b" element

Specified by:
setBArray in interface LDocument.L

setBArray

public void setBArray(int i,
                      BDocument.B b)
Sets ith "b" element

Specified by:
setBArray in interface LDocument.L

insertNewB

public BDocument.B insertNewB(int i)
Inserts and returns a new empty value (as xml) as the ith "b" element

Specified by:
insertNewB in interface LDocument.L

addNewB

public BDocument.B addNewB()
Appends and returns a new empty value (as xml) as the last "b" element

Specified by:
addNewB in interface LDocument.L

removeB

public void removeB(int i)
Removes the ith "b" element

Specified by:
removeB in interface LDocument.L

getErArray

public ErDocument.Er[] getErArray()
Gets array of all "er" elements

Specified by:
getErArray in interface LDocument.L

getErArray

public ErDocument.Er getErArray(int i)
Gets ith "er" element

Specified by:
getErArray in interface LDocument.L

sizeOfErArray

public int sizeOfErArray()
Returns number of "er" element

Specified by:
sizeOfErArray in interface LDocument.L

setErArray

public void setErArray(ErDocument.Er[] erArray)
Sets array of all "er" element

Specified by:
setErArray in interface LDocument.L

setErArray

public void setErArray(int i,
                       ErDocument.Er er)
Sets ith "er" element

Specified by:
setErArray in interface LDocument.L

insertNewEr

public ErDocument.Er insertNewEr(int i)
Inserts and returns a new empty value (as xml) as the ith "er" element

Specified by:
insertNewEr in interface LDocument.L

addNewEr

public ErDocument.Er addNewEr()
Appends and returns a new empty value (as xml) as the last "er" element

Specified by:
addNewEr in interface LDocument.L

removeEr

public void removeEr(int i)
Removes the ith "er" element

Specified by:
removeEr in interface LDocument.L

getUnArray

public UnDocument.Un[] getUnArray()
Gets array of all "un" elements

Specified by:
getUnArray in interface LDocument.L

getUnArray

public UnDocument.Un getUnArray(int i)
Gets ith "un" element

Specified by:
getUnArray in interface LDocument.L

sizeOfUnArray

public int sizeOfUnArray()
Returns number of "un" element

Specified by:
sizeOfUnArray in interface LDocument.L

setUnArray

public void setUnArray(UnDocument.Un[] unArray)
Sets array of all "un" element

Specified by:
setUnArray in interface LDocument.L

setUnArray

public void setUnArray(int i,
                       UnDocument.Un un)
Sets ith "un" element

Specified by:
setUnArray in interface LDocument.L

insertNewUn

public UnDocument.Un insertNewUn(int i)
Inserts and returns a new empty value (as xml) as the ith "un" element

Specified by:
insertNewUn in interface LDocument.L

addNewUn

public UnDocument.Un addNewUn()
Appends and returns a new empty value (as xml) as the last "un" element

Specified by:
addNewUn in interface LDocument.L

removeUn

public void removeUn(int i)
Removes the ith "un" element

Specified by:
removeUn in interface LDocument.L

getAtArray

public java.util.Calendar[] getAtArray()
Gets array of all "at" elements

Specified by:
getAtArray in interface LDocument.L

getAtArray

public java.util.Calendar getAtArray(int i)
Gets ith "at" element

Specified by:
getAtArray in interface LDocument.L

xgetAtArray

public AtDocument.At[] xgetAtArray()
Gets (as xml) array of all "at" elements

Specified by:
xgetAtArray in interface LDocument.L

xgetAtArray

public AtDocument.At xgetAtArray(int i)
Gets (as xml) ith "at" element

Specified by:
xgetAtArray in interface LDocument.L

sizeOfAtArray

public int sizeOfAtArray()
Returns number of "at" element

Specified by:
sizeOfAtArray in interface LDocument.L

setAtArray

public void setAtArray(java.util.Calendar[] atArray)
Sets array of all "at" element

Specified by:
setAtArray in interface LDocument.L

setAtArray

public void setAtArray(int i,
                       java.util.Calendar at)
Sets ith "at" element

Specified by:
setAtArray in interface LDocument.L

xsetAtArray

public void xsetAtArray(AtDocument.At[] atArray)
Sets (as xml) array of all "at" element

Specified by:
xsetAtArray in interface LDocument.L

xsetAtArray

public void xsetAtArray(int i,
                        AtDocument.At at)
Sets (as xml) ith "at" element

Specified by:
xsetAtArray in interface LDocument.L

insertAt

public void insertAt(int i,
                     java.util.Calendar at)
Inserts the value as the ith "at" element

Specified by:
insertAt in interface LDocument.L

addAt

public void addAt(java.util.Calendar at)
Appends the value as the last "at" element

Specified by:
addAt in interface LDocument.L

insertNewAt

public AtDocument.At insertNewAt(int i)
Inserts and returns a new empty value (as xml) as the ith "at" element

Specified by:
insertNewAt in interface LDocument.L

addNewAt

public AtDocument.At addNewAt()
Appends and returns a new empty value (as xml) as the last "at" element

Specified by:
addNewAt in interface LDocument.L

removeAt

public void removeAt(int i)
Removes the ith "at" element

Specified by:
removeAt in interface LDocument.L

getRtArray

public org.apache.xmlbeans.GDuration[] getRtArray()
Gets array of all "rt" elements

Specified by:
getRtArray in interface LDocument.L

getRtArray

public org.apache.xmlbeans.GDuration getRtArray(int i)
Gets ith "rt" element

Specified by:
getRtArray in interface LDocument.L

xgetRtArray

public RtDocument.Rt[] xgetRtArray()
Gets (as xml) array of all "rt" elements

Specified by:
xgetRtArray in interface LDocument.L

xgetRtArray

public RtDocument.Rt xgetRtArray(int i)
Gets (as xml) ith "rt" element

Specified by:
xgetRtArray in interface LDocument.L

sizeOfRtArray

public int sizeOfRtArray()
Returns number of "rt" element

Specified by:
sizeOfRtArray in interface LDocument.L

setRtArray

public void setRtArray(org.apache.xmlbeans.GDuration[] rtArray)
Sets array of all "rt" element

Specified by:
setRtArray in interface LDocument.L

setRtArray

public void setRtArray(int i,
                       org.apache.xmlbeans.GDuration rt)
Sets ith "rt" element

Specified by:
setRtArray in interface LDocument.L

xsetRtArray

public void xsetRtArray(RtDocument.Rt[] rtArray)
Sets (as xml) array of all "rt" element

Specified by:
xsetRtArray in interface LDocument.L

xsetRtArray

public void xsetRtArray(int i,
                        RtDocument.Rt rt)
Sets (as xml) ith "rt" element

Specified by:
xsetRtArray in interface LDocument.L

insertRt

public void insertRt(int i,
                     org.apache.xmlbeans.GDuration rt)
Inserts the value as the ith "rt" element

Specified by:
insertRt in interface LDocument.L

addRt

public void addRt(org.apache.xmlbeans.GDuration rt)
Appends the value as the last "rt" element

Specified by:
addRt in interface LDocument.L

insertNewRt

public RtDocument.Rt insertNewRt(int i)
Inserts and returns a new empty value (as xml) as the ith "rt" element

Specified by:
insertNewRt in interface LDocument.L

addNewRt

public RtDocument.Rt addNewRt()
Appends and returns a new empty value (as xml) as the last "rt" element

Specified by:
addNewRt in interface LDocument.L

removeRt

public void removeRt(int i)
Removes the ith "rt" element

Specified by:
removeRt in interface LDocument.L


Copyright © 2009. All Rights Reserved.