Package org.isotc211.x2005.gmd
Interface MDResolutionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDResolutionTypeImpl
public interface MDResolutionType extends org.apache.xmlbeans.XmlObjectAn XML MD_Resolution_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDResolutionType.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 DistancePropertyTypeaddNewDistance()Appends and returns a new empty "distance" elementMDRepresentativeFractionPropertyTypeaddNewEquivalentScale()Appends and returns a new empty "equivalentScale" elementDistancePropertyTypegetDistance()Gets the "distance" elementMDRepresentativeFractionPropertyTypegetEquivalentScale()Gets the "equivalentScale" elementbooleanisSetDistance()True if has "distance" elementbooleanisSetEquivalentScale()True if has "equivalentScale" elementvoidsetDistance(DistancePropertyType distance)Sets the "distance" elementvoidsetEquivalentScale(MDRepresentativeFractionPropertyType equivalentScale)Sets the "equivalentScale" elementvoidunsetDistance()Unsets the "distance" elementvoidunsetEquivalentScale()Unsets the "equivalentScale" element-
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
-
getEquivalentScale
MDRepresentativeFractionPropertyType getEquivalentScale()
Gets the "equivalentScale" element
-
isSetEquivalentScale
boolean isSetEquivalentScale()
True if has "equivalentScale" element
-
setEquivalentScale
void setEquivalentScale(MDRepresentativeFractionPropertyType equivalentScale)
Sets the "equivalentScale" element
-
addNewEquivalentScale
MDRepresentativeFractionPropertyType addNewEquivalentScale()
Appends and returns a new empty "equivalentScale" element
-
unsetEquivalentScale
void unsetEquivalentScale()
Unsets the "equivalentScale" element
-
getDistance
DistancePropertyType getDistance()
Gets the "distance" element
-
isSetDistance
boolean isSetDistance()
True if has "distance" element
-
setDistance
void setDistance(DistancePropertyType distance)
Sets the "distance" element
-
addNewDistance
DistancePropertyType addNewDistance()
Appends and returns a new empty "distance" element
-
unsetDistance
void unsetDistance()
Unsets the "distance" element
-
-