Package net.opengis.swe.x101
Interface RecordType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RecordTypeImpl
public interface RecordType extends org.apache.xmlbeans.XmlObjectAn XML RecordType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRecordType.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 ItemPropertyTypeaddNewField()Appends and returns a new empty value (as xml) as the last "field" elementItemPropertyType[]getFieldArray()Gets array of all "field" elementsItemPropertyTypegetFieldArray(int i)Gets ith "field" elementBigIntegergetFieldCount()Gets the "fieldCount" attributeStringgetRS()Gets the "RS" attributeItemPropertyTypeinsertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "field" elementbooleanisSetFieldCount()True if has "fieldCount" attributebooleanisSetRS()True if has "RS" attributevoidremoveField(int i)Removes the ith "field" elementvoidsetFieldArray(int i, ItemPropertyType field)Sets ith "field" elementvoidsetFieldArray(ItemPropertyType[] fieldArray)Sets array of all "field" elementvoidsetFieldCount(BigInteger fieldCount)Sets the "fieldCount" attributevoidsetRS(String rs)Sets the "RS" attributeintsizeOfFieldArray()Returns number of "field" elementvoidunsetFieldCount()Unsets the "fieldCount" attributevoidunsetRS()Unsets the "RS" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetFieldCount()Gets (as xml) the "fieldCount" attributeorg.apache.xmlbeans.XmlAnyURIxgetRS()Gets (as xml) the "RS" attributevoidxsetFieldCount(org.apache.xmlbeans.XmlPositiveInteger fieldCount)Sets (as xml) the "fieldCount" attributevoidxsetRS(org.apache.xmlbeans.XmlAnyURI rs)Sets (as xml) the "RS" 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
-
getFieldArray
ItemPropertyType[] getFieldArray()
Gets array of all "field" elements
-
getFieldArray
ItemPropertyType getFieldArray(int i)
Gets ith "field" element
-
sizeOfFieldArray
int sizeOfFieldArray()
Returns number of "field" element
-
setFieldArray
void setFieldArray(ItemPropertyType[] fieldArray)
Sets array of all "field" element
-
setFieldArray
void setFieldArray(int i, ItemPropertyType field)Sets ith "field" element
-
insertNewField
ItemPropertyType insertNewField(int i)
Inserts and returns a new empty value (as xml) as the ith "field" element
-
addNewField
ItemPropertyType addNewField()
Appends and returns a new empty value (as xml) as the last "field" element
-
removeField
void removeField(int i)
Removes the ith "field" element
-
getRS
String getRS()
Gets the "RS" attribute
-
xgetRS
org.apache.xmlbeans.XmlAnyURI xgetRS()
Gets (as xml) the "RS" attribute
-
isSetRS
boolean isSetRS()
True if has "RS" attribute
-
setRS
void setRS(String rs)
Sets the "RS" attribute
-
xsetRS
void xsetRS(org.apache.xmlbeans.XmlAnyURI rs)
Sets (as xml) the "RS" attribute
-
unsetRS
void unsetRS()
Unsets the "RS" attribute
-
getFieldCount
BigInteger getFieldCount()
Gets the "fieldCount" attribute
-
xgetFieldCount
org.apache.xmlbeans.XmlPositiveInteger xgetFieldCount()
Gets (as xml) the "fieldCount" attribute
-
isSetFieldCount
boolean isSetFieldCount()
True if has "fieldCount" attribute
-
setFieldCount
void setFieldCount(BigInteger fieldCount)
Sets the "fieldCount" attribute
-
xsetFieldCount
void xsetFieldCount(org.apache.xmlbeans.XmlPositiveInteger fieldCount)
Sets (as xml) the "fieldCount" attribute
-
unsetFieldCount
void unsetFieldCount()
Unsets the "fieldCount" attribute
-
-