Uses of Interface
net.opengis.swe.x20.DataRecordType.Field
-
Packages that use DataRecordType.Field Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataRecordType.Field in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataRecordType.Field Modifier and Type Method Description DataRecordType.FieldDataRecordType. addNewField()Appends and returns a new empty value (as xml) as the last "field" elementDataRecordType.Field[]DataRecordType. getFieldArray()Gets array of all "field" elementsDataRecordType.FieldDataRecordType. getFieldArray(int i)Gets ith "field" elementDataRecordType.FieldDataRecordType. insertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "field" elementstatic DataRecordType.FieldDataRecordType.Field.Factory. newInstance()static DataRecordType.FieldDataRecordType.Field.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataRecordType.Field Modifier and Type Method Description voidDataRecordType. setFieldArray(int i, DataRecordType.Field field)Sets ith "field" elementvoidDataRecordType. setFieldArray(DataRecordType.Field[] fieldArray)Sets array of all "field" element -
Uses of DataRecordType.Field in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataRecordType.Field Modifier and Type Class Description static classDataRecordTypeImpl.FieldImplAn XML field(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataRecordType.Field Modifier and Type Method Description DataRecordType.FieldDataRecordTypeImpl. addNewField()Appends and returns a new empty value (as xml) as the last "field" elementDataRecordType.Field[]DataRecordTypeImpl. getFieldArray()Gets array of all "field" elementsDataRecordType.FieldDataRecordTypeImpl. getFieldArray(int i)Gets ith "field" elementDataRecordType.FieldDataRecordTypeImpl. insertNewField(int i)Inserts and returns a new empty value (as xml) as the ith "field" elementMethods in net.opengis.swe.x20.impl with parameters of type DataRecordType.Field Modifier and Type Method Description voidDataRecordTypeImpl. setFieldArray(int i, DataRecordType.Field field)Sets ith "field" elementvoidDataRecordTypeImpl. setFieldArray(DataRecordType.Field[] fieldArray)Sets array of all "field" element
-