Package net.opengis.gml.x33.lr
Interface LinearReferencingMethodType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
LRMWithOffsetType
- All Known Implementing Classes:
LinearReferencingMethodTypeImpl,LRMWithOffsetTypeImpl
public interface LinearReferencingMethodType extends AbstractGMLType
An XML LinearReferencingMethodType(@http://www.opengis.net/gml/3.3/lr). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLinearReferencingMethodType.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 LRMNameTypeaddNewName2()Appends and returns a new empty "name" elementLRMTypeTypeaddNewType()Appends and returns a new empty "type" elementStringgetConstraint()Gets the "constraint" elementLRMNameTypegetName2()Gets the "name" elementLRMTypeTypegetType()Gets the "type" elementStringgetUnits()Gets the "units" elementbooleanisSetConstraint()True if has "constraint" elementvoidsetConstraint(String constraint)Sets the "constraint" elementvoidsetName2(LRMNameType name2)Sets the "name" elementvoidsetType(LRMTypeType type)Sets the "type" elementvoidsetUnits(String units)Sets the "units" elementvoidunsetConstraint()Unsets the "constraint" elementorg.apache.xmlbeans.XmlStringxgetConstraint()Gets (as xml) the "constraint" elementUomIdentifierxgetUnits()Gets (as xml) the "units" elementvoidxsetConstraint(org.apache.xmlbeans.XmlString constraint)Sets (as xml) the "constraint" elementvoidxsetUnits(UomIdentifier units)Sets (as xml) the "units" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
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
-
getName2
LRMNameType getName2()
Gets the "name" element
-
setName2
void setName2(LRMNameType name2)
Sets the "name" element
-
addNewName2
LRMNameType addNewName2()
Appends and returns a new empty "name" element
-
getType
LRMTypeType getType()
Gets the "type" element
-
setType
void setType(LRMTypeType type)
Sets the "type" element
-
addNewType
LRMTypeType addNewType()
Appends and returns a new empty "type" element
-
getUnits
String getUnits()
Gets the "units" element
-
xgetUnits
UomIdentifier xgetUnits()
Gets (as xml) the "units" element
-
setUnits
void setUnits(String units)
Sets the "units" element
-
xsetUnits
void xsetUnits(UomIdentifier units)
Sets (as xml) the "units" element
-
getConstraint
String getConstraint()
Gets the "constraint" element
-
xgetConstraint
org.apache.xmlbeans.XmlString xgetConstraint()
Gets (as xml) the "constraint" element
-
isSetConstraint
boolean isSetConstraint()
True if has "constraint" element
-
setConstraint
void setConstraint(String constraint)
Sets the "constraint" element
-
xsetConstraint
void xsetConstraint(org.apache.xmlbeans.XmlString constraint)
Sets (as xml) the "constraint" element
-
unsetConstraint
void unsetConstraint()
Unsets the "constraint" element
-
-