Package net.opengis.gml.x32
Interface ValueArrayPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ValueArrayPropertyTypeImpl
public interface ValueArrayPropertyType extends org.apache.xmlbeans.XmlObjectAn XML ValueArrayPropertyType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classValueArrayPropertyType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractGeometryTypeaddNewAbstractGeometry()Appends and returns a new empty value (as xml) as the last "AbstractGeometry" elementAbstractTimeObjectTypeaddNewAbstractTimeObject()Appends and returns a new empty value (as xml) as the last "AbstractTimeObject" elementorg.apache.xmlbeans.XmlObjectaddNewAbstractValue()Appends and returns a new empty value (as xml) as the last "AbstractValue" elementNilReasonTypeaddNewNull()Appends and returns a new empty value (as xml) as the last "Null" elementvoidaddNull(Object xnull)Appends the value as the last "Null" elementAbstractGeometryType[]getAbstractGeometryArray()Gets array of all "AbstractGeometry" elementsAbstractGeometryTypegetAbstractGeometryArray(int i)Gets ith "AbstractGeometry" elementAbstractTimeObjectType[]getAbstractTimeObjectArray()Gets array of all "AbstractTimeObject" elementsAbstractTimeObjectTypegetAbstractTimeObjectArray(int i)Gets ith "AbstractTimeObject" elementorg.apache.xmlbeans.XmlObject[]getAbstractValueArray()Gets array of all "AbstractValue" elementsorg.apache.xmlbeans.XmlObjectgetAbstractValueArray(int i)Gets ith "AbstractValue" elementObject[]getNullArray()Gets array of all "Null" elementsObjectgetNullArray(int i)Gets ith "Null" elementbooleangetOwns()Gets the "owns" attributeAbstractGeometryTypeinsertNewAbstractGeometry(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractGeometry" elementAbstractTimeObjectTypeinsertNewAbstractTimeObject(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractTimeObject" elementorg.apache.xmlbeans.XmlObjectinsertNewAbstractValue(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractValue" elementNilReasonTypeinsertNewNull(int i)Inserts and returns a new empty value (as xml) as the ith "Null" elementvoidinsertNull(int i, Object xnull)Inserts the value as the ith "Null" elementbooleanisSetOwns()True if has "owns" attributevoidremoveAbstractGeometry(int i)Removes the ith "AbstractGeometry" elementvoidremoveAbstractTimeObject(int i)Removes the ith "AbstractTimeObject" elementvoidremoveAbstractValue(int i)Removes the ith "AbstractValue" elementvoidremoveNull(int i)Removes the ith "Null" elementvoidsetAbstractGeometryArray(int i, AbstractGeometryType abstractGeometry)Sets ith "AbstractGeometry" elementvoidsetAbstractGeometryArray(AbstractGeometryType[] abstractGeometryArray)Sets array of all "AbstractGeometry" elementvoidsetAbstractTimeObjectArray(int i, AbstractTimeObjectType abstractTimeObject)Sets ith "AbstractTimeObject" elementvoidsetAbstractTimeObjectArray(AbstractTimeObjectType[] abstractTimeObjectArray)Sets array of all "AbstractTimeObject" elementvoidsetAbstractValueArray(int i, org.apache.xmlbeans.XmlObject abstractValue)Sets ith "AbstractValue" elementvoidsetAbstractValueArray(org.apache.xmlbeans.XmlObject[] abstractValueArray)Sets array of all "AbstractValue" elementvoidsetNullArray(int i, Object xnull)Sets ith "Null" elementvoidsetNullArray(Object[] xnullArray)Sets array of all "Null" elementvoidsetOwns(boolean owns)Sets the "owns" attributeintsizeOfAbstractGeometryArray()Returns number of "AbstractGeometry" elementintsizeOfAbstractTimeObjectArray()Returns number of "AbstractTimeObject" elementintsizeOfAbstractValueArray()Returns number of "AbstractValue" elementintsizeOfNullArray()Returns number of "Null" elementvoidunsetOwns()Unsets the "owns" attributeNilReasonType[]xgetNullArray()Gets (as xml) array of all "Null" elementsNilReasonTypexgetNullArray(int i)Gets (as xml) ith "Null" elementorg.apache.xmlbeans.XmlBooleanxgetOwns()Gets (as xml) the "owns" attributevoidxsetNullArray(int i, NilReasonType xnull)Sets (as xml) ith "Null" elementvoidxsetNullArray(NilReasonType[] xnullArray)Sets (as xml) array of all "Null" elementvoidxsetOwns(org.apache.xmlbeans.XmlBoolean owns)Sets (as xml) the "owns" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getAbstractValueArray
org.apache.xmlbeans.XmlObject[] getAbstractValueArray()
Gets array of all "AbstractValue" elements
-
getAbstractValueArray
org.apache.xmlbeans.XmlObject getAbstractValueArray(int i)
Gets ith "AbstractValue" element
-
sizeOfAbstractValueArray
int sizeOfAbstractValueArray()
Returns number of "AbstractValue" element
-
setAbstractValueArray
void setAbstractValueArray(org.apache.xmlbeans.XmlObject[] abstractValueArray)
Sets array of all "AbstractValue" element
-
setAbstractValueArray
void setAbstractValueArray(int i, org.apache.xmlbeans.XmlObject abstractValue)Sets ith "AbstractValue" element
-
insertNewAbstractValue
org.apache.xmlbeans.XmlObject insertNewAbstractValue(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractValue" element
-
addNewAbstractValue
org.apache.xmlbeans.XmlObject addNewAbstractValue()
Appends and returns a new empty value (as xml) as the last "AbstractValue" element
-
removeAbstractValue
void removeAbstractValue(int i)
Removes the ith "AbstractValue" element
-
getAbstractGeometryArray
AbstractGeometryType[] getAbstractGeometryArray()
Gets array of all "AbstractGeometry" elements
-
getAbstractGeometryArray
AbstractGeometryType getAbstractGeometryArray(int i)
Gets ith "AbstractGeometry" element
-
sizeOfAbstractGeometryArray
int sizeOfAbstractGeometryArray()
Returns number of "AbstractGeometry" element
-
setAbstractGeometryArray
void setAbstractGeometryArray(AbstractGeometryType[] abstractGeometryArray)
Sets array of all "AbstractGeometry" element
-
setAbstractGeometryArray
void setAbstractGeometryArray(int i, AbstractGeometryType abstractGeometry)Sets ith "AbstractGeometry" element
-
insertNewAbstractGeometry
AbstractGeometryType insertNewAbstractGeometry(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractGeometry" element
-
addNewAbstractGeometry
AbstractGeometryType addNewAbstractGeometry()
Appends and returns a new empty value (as xml) as the last "AbstractGeometry" element
-
removeAbstractGeometry
void removeAbstractGeometry(int i)
Removes the ith "AbstractGeometry" element
-
getAbstractTimeObjectArray
AbstractTimeObjectType[] getAbstractTimeObjectArray()
Gets array of all "AbstractTimeObject" elements
-
getAbstractTimeObjectArray
AbstractTimeObjectType getAbstractTimeObjectArray(int i)
Gets ith "AbstractTimeObject" element
-
sizeOfAbstractTimeObjectArray
int sizeOfAbstractTimeObjectArray()
Returns number of "AbstractTimeObject" element
-
setAbstractTimeObjectArray
void setAbstractTimeObjectArray(AbstractTimeObjectType[] abstractTimeObjectArray)
Sets array of all "AbstractTimeObject" element
-
setAbstractTimeObjectArray
void setAbstractTimeObjectArray(int i, AbstractTimeObjectType abstractTimeObject)Sets ith "AbstractTimeObject" element
-
insertNewAbstractTimeObject
AbstractTimeObjectType insertNewAbstractTimeObject(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractTimeObject" element
-
addNewAbstractTimeObject
AbstractTimeObjectType addNewAbstractTimeObject()
Appends and returns a new empty value (as xml) as the last "AbstractTimeObject" element
-
removeAbstractTimeObject
void removeAbstractTimeObject(int i)
Removes the ith "AbstractTimeObject" element
-
getNullArray
Object[] getNullArray()
Gets array of all "Null" elements
-
getNullArray
Object getNullArray(int i)
Gets ith "Null" element
-
xgetNullArray
NilReasonType[] xgetNullArray()
Gets (as xml) array of all "Null" elements
-
xgetNullArray
NilReasonType xgetNullArray(int i)
Gets (as xml) ith "Null" element
-
sizeOfNullArray
int sizeOfNullArray()
Returns number of "Null" element
-
setNullArray
void setNullArray(Object[] xnullArray)
Sets array of all "Null" element
-
setNullArray
void setNullArray(int i, Object xnull)Sets ith "Null" element
-
xsetNullArray
void xsetNullArray(NilReasonType[] xnullArray)
Sets (as xml) array of all "Null" element
-
xsetNullArray
void xsetNullArray(int i, NilReasonType xnull)Sets (as xml) ith "Null" element
-
insertNull
void insertNull(int i, Object xnull)Inserts the value as the ith "Null" element
-
addNull
void addNull(Object xnull)
Appends the value as the last "Null" element
-
insertNewNull
NilReasonType insertNewNull(int i)
Inserts and returns a new empty value (as xml) as the ith "Null" element
-
addNewNull
NilReasonType addNewNull()
Appends and returns a new empty value (as xml) as the last "Null" element
-
removeNull
void removeNull(int i)
Removes the ith "Null" element
-
getOwns
boolean getOwns()
Gets the "owns" attribute
-
xgetOwns
org.apache.xmlbeans.XmlBoolean xgetOwns()
Gets (as xml) the "owns" attribute
-
isSetOwns
boolean isSetOwns()
True if has "owns" attribute
-
setOwns
void setOwns(boolean owns)
Sets the "owns" attribute
-
xsetOwns
void xsetOwns(org.apache.xmlbeans.XmlBoolean owns)
Sets (as xml) the "owns" attribute
-
unsetOwns
void unsetOwns()
Unsets the "owns" attribute
-
-