Package net.opengis.gml
Interface DefinitionType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractCoordinateOperationBaseType,AbstractCoordinateOperationType,AbstractCoordinateSystemBaseType,AbstractCoordinateSystemType,AbstractDatumBaseType,AbstractDatumType,AbstractGeneralConversionType,AbstractGeneralDerivedCRSType,AbstractGeneralOperationParameterType,AbstractGeneralTransformationType,AbstractReferenceSystemBaseType,AbstractReferenceSystemType,AbstractTimeReferenceSystemType,BaseUnitType,CartesianCSType,CompoundCRSType,ConcatenatedOperationType,ConventionalUnitType,ConversionType,CoordinateSystemAxisBaseType,CoordinateSystemAxisType,CylindricalCSType,DefinitionProxyType,DerivedCRSType,DerivedUnitType,DictionaryType,EllipsoidalCSType,EllipsoidBaseType,EllipsoidType,EngineeringCRSType,EngineeringDatumType,GeocentricCRSType,GeodeticDatumType,GeographicCRSType,ImageCRSType,ImageDatumType,LinearCSType,ObliqueCartesianCSType,OperationMethodBaseType,OperationMethodType,OperationParameterBaseType,OperationParameterGroupBaseType,OperationParameterGroupType,OperationParameterType,PassThroughOperationType,PolarCSType,PrimeMeridianBaseType,PrimeMeridianType,ProjectedCRSType,SphericalCSType,TemporalCRSType,TemporalCSType,TemporalDatumBaseType,TemporalDatumType,TimeCalendarEraType,TimeCalendarType,TimeClockType,TimeCoordinateSystemType,TimeOrdinalEraType,TimeOrdinalReferenceSystemType,TransformationType,UnitDefinitionType,UserDefinedCSType,VerticalCRSType,VerticalCSType,VerticalDatumType
- All Known Implementing Classes:
AbstractCoordinateOperationBaseTypeImpl,AbstractCoordinateOperationTypeImpl,AbstractCoordinateSystemBaseTypeImpl,AbstractCoordinateSystemTypeImpl,AbstractDatumBaseTypeImpl,AbstractDatumTypeImpl,AbstractGeneralConversionTypeImpl,AbstractGeneralDerivedCRSTypeImpl,AbstractGeneralOperationParameterTypeImpl,AbstractGeneralTransformationTypeImpl,AbstractReferenceSystemBaseTypeImpl,AbstractReferenceSystemTypeImpl,AbstractTimeReferenceSystemTypeImpl,BaseUnitTypeImpl,CartesianCSTypeImpl,CompoundCRSTypeImpl,ConcatenatedOperationTypeImpl,ConventionalUnitTypeImpl,ConversionTypeImpl,CoordinateSystemAxisBaseTypeImpl,CoordinateSystemAxisTypeImpl,CylindricalCSTypeImpl,DefinitionProxyTypeImpl,DefinitionTypeImpl,DerivedCRSTypeImpl,DerivedUnitTypeImpl,DictionaryTypeImpl,EllipsoidalCSTypeImpl,EllipsoidBaseTypeImpl,EllipsoidTypeImpl,EngineeringCRSTypeImpl,EngineeringDatumTypeImpl,GeocentricCRSTypeImpl,GeodeticDatumTypeImpl,GeographicCRSTypeImpl,ImageCRSTypeImpl,ImageDatumTypeImpl,LinearCSTypeImpl,ObliqueCartesianCSTypeImpl,OperationMethodBaseTypeImpl,OperationMethodTypeImpl,OperationParameterBaseTypeImpl,OperationParameterGroupBaseTypeImpl,OperationParameterGroupTypeImpl,OperationParameterTypeImpl,PassThroughOperationTypeImpl,PolarCSTypeImpl,PrimeMeridianBaseTypeImpl,PrimeMeridianTypeImpl,ProjectedCRSTypeImpl,SphericalCSTypeImpl,TemporalCRSTypeImpl,TemporalCSTypeImpl,TemporalDatumBaseTypeImpl,TemporalDatumTypeImpl,TimeCalendarEraTypeImpl,TimeCalendarTypeImpl,TimeClockTypeImpl,TimeCoordinateSystemTypeImpl,TimeOrdinalEraTypeImpl,TimeOrdinalReferenceSystemTypeImpl,TransformationTypeImpl,UnitDefinitionTypeImpl,UserDefinedCSTypeImpl,VerticalCRSTypeImpl,VerticalCSTypeImpl,VerticalDatumTypeImpl
public interface DefinitionType extends AbstractGMLType
An XML DefinitionType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDefinitionType.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 CodeTypeaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementStringgetId()Gets the "id" attributeCodeType[]getNameArray()Gets array of all "name" elementsCodeTypegetNameArray(int i)Gets ith "name" elementCodeTypeinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementbooleanisSetId()True if has "id" attributevoidremoveName(int i)Removes the ith "name" elementvoidsetId(String id)Sets the "id" attributevoidsetNameArray(int i, CodeType name)Sets ith "name" elementvoidsetNameArray(CodeType[] nameArray)Sets array of all "name" elementintsizeOfNameArray()Returns number of "name" elementvoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attribute-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
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
-
getNameArray
CodeType[] getNameArray()
Gets array of all "name" elements- Specified by:
getNameArrayin interfaceAbstractGMLType
-
getNameArray
CodeType getNameArray(int i)
Gets ith "name" element- Specified by:
getNameArrayin interfaceAbstractGMLType
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element- Specified by:
sizeOfNameArrayin interfaceAbstractGMLType
-
setNameArray
void setNameArray(CodeType[] nameArray)
Sets array of all "name" element- Specified by:
setNameArrayin interfaceAbstractGMLType
-
setNameArray
void setNameArray(int i, CodeType name)Sets ith "name" element- Specified by:
setNameArrayin interfaceAbstractGMLType
-
insertNewName
CodeType insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element- Specified by:
insertNewNamein interfaceAbstractGMLType
-
addNewName
CodeType addNewName()
Appends and returns a new empty value (as xml) as the last "name" element- Specified by:
addNewNamein interfaceAbstractGMLType
-
removeName
void removeName(int i)
Removes the ith "name" element- Specified by:
removeNamein interfaceAbstractGMLType
-
getId
String getId()
Gets the "id" attribute- Specified by:
getIdin interfaceAbstractGMLType
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute- Specified by:
xgetIdin interfaceAbstractGMLType
-
isSetId
boolean isSetId()
True if has "id" attribute- Specified by:
isSetIdin interfaceAbstractGMLType
-
setId
void setId(String id)
Sets the "id" attribute- Specified by:
setIdin interfaceAbstractGMLType
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute- Specified by:
xsetIdin interfaceAbstractGMLType
-
unsetId
void unsetId()
Unsets the "id" attribute- Specified by:
unsetIdin interfaceAbstractGMLType
-
-