Package org.isotc211.x2005.gmd
Interface MDBandType
-
- All Superinterfaces:
AbstractObjectType,MDRangeDimensionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDBandTypeImpl
public interface MDBandType extends MDRangeDimensionType
An XML MD_Band_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDBandType.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 IntegerPropertyTypeaddNewBitsPerValue()Appends and returns a new empty "bitsPerValue" elementRealPropertyTypeaddNewMaxValue()Appends and returns a new empty "maxValue" elementRealPropertyTypeaddNewMinValue()Appends and returns a new empty "minValue" elementRealPropertyTypeaddNewOffset()Appends and returns a new empty "offset" elementRealPropertyTypeaddNewPeakResponse()Appends and returns a new empty "peakResponse" elementRealPropertyTypeaddNewScaleFactor()Appends and returns a new empty "scaleFactor" elementIntegerPropertyTypeaddNewToneGradation()Appends and returns a new empty "toneGradation" elementUomLengthPropertyTypeaddNewUnits()Appends and returns a new empty "units" elementIntegerPropertyTypegetBitsPerValue()Gets the "bitsPerValue" elementRealPropertyTypegetMaxValue()Gets the "maxValue" elementRealPropertyTypegetMinValue()Gets the "minValue" elementRealPropertyTypegetOffset()Gets the "offset" elementRealPropertyTypegetPeakResponse()Gets the "peakResponse" elementRealPropertyTypegetScaleFactor()Gets the "scaleFactor" elementIntegerPropertyTypegetToneGradation()Gets the "toneGradation" elementUomLengthPropertyTypegetUnits()Gets the "units" elementbooleanisSetBitsPerValue()True if has "bitsPerValue" elementbooleanisSetMaxValue()True if has "maxValue" elementbooleanisSetMinValue()True if has "minValue" elementbooleanisSetOffset()True if has "offset" elementbooleanisSetPeakResponse()True if has "peakResponse" elementbooleanisSetScaleFactor()True if has "scaleFactor" elementbooleanisSetToneGradation()True if has "toneGradation" elementbooleanisSetUnits()True if has "units" elementvoidsetBitsPerValue(IntegerPropertyType bitsPerValue)Sets the "bitsPerValue" elementvoidsetMaxValue(RealPropertyType maxValue)Sets the "maxValue" elementvoidsetMinValue(RealPropertyType minValue)Sets the "minValue" elementvoidsetOffset(RealPropertyType offset)Sets the "offset" elementvoidsetPeakResponse(RealPropertyType peakResponse)Sets the "peakResponse" elementvoidsetScaleFactor(RealPropertyType scaleFactor)Sets the "scaleFactor" elementvoidsetToneGradation(IntegerPropertyType toneGradation)Sets the "toneGradation" elementvoidsetUnits(UomLengthPropertyType units)Sets the "units" elementvoidunsetBitsPerValue()Unsets the "bitsPerValue" elementvoidunsetMaxValue()Unsets the "maxValue" elementvoidunsetMinValue()Unsets the "minValue" elementvoidunsetOffset()Unsets the "offset" elementvoidunsetPeakResponse()Unsets the "peakResponse" elementvoidunsetScaleFactor()Unsets the "scaleFactor" elementvoidunsetToneGradation()Unsets the "toneGradation" elementvoidunsetUnits()Unsets the "units" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.isotc211.x2005.gmd.MDRangeDimensionType
addNewDescriptor, addNewSequenceIdentifier, getDescriptor, getSequenceIdentifier, isSetDescriptor, isSetSequenceIdentifier, setDescriptor, setSequenceIdentifier, unsetDescriptor, unsetSequenceIdentifier
-
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
-
getMaxValue
RealPropertyType getMaxValue()
Gets the "maxValue" element
-
isSetMaxValue
boolean isSetMaxValue()
True if has "maxValue" element
-
setMaxValue
void setMaxValue(RealPropertyType maxValue)
Sets the "maxValue" element
-
addNewMaxValue
RealPropertyType addNewMaxValue()
Appends and returns a new empty "maxValue" element
-
unsetMaxValue
void unsetMaxValue()
Unsets the "maxValue" element
-
getMinValue
RealPropertyType getMinValue()
Gets the "minValue" element
-
isSetMinValue
boolean isSetMinValue()
True if has "minValue" element
-
setMinValue
void setMinValue(RealPropertyType minValue)
Sets the "minValue" element
-
addNewMinValue
RealPropertyType addNewMinValue()
Appends and returns a new empty "minValue" element
-
unsetMinValue
void unsetMinValue()
Unsets the "minValue" element
-
getUnits
UomLengthPropertyType getUnits()
Gets the "units" element
-
isSetUnits
boolean isSetUnits()
True if has "units" element
-
setUnits
void setUnits(UomLengthPropertyType units)
Sets the "units" element
-
addNewUnits
UomLengthPropertyType addNewUnits()
Appends and returns a new empty "units" element
-
unsetUnits
void unsetUnits()
Unsets the "units" element
-
getPeakResponse
RealPropertyType getPeakResponse()
Gets the "peakResponse" element
-
isSetPeakResponse
boolean isSetPeakResponse()
True if has "peakResponse" element
-
setPeakResponse
void setPeakResponse(RealPropertyType peakResponse)
Sets the "peakResponse" element
-
addNewPeakResponse
RealPropertyType addNewPeakResponse()
Appends and returns a new empty "peakResponse" element
-
unsetPeakResponse
void unsetPeakResponse()
Unsets the "peakResponse" element
-
getBitsPerValue
IntegerPropertyType getBitsPerValue()
Gets the "bitsPerValue" element
-
isSetBitsPerValue
boolean isSetBitsPerValue()
True if has "bitsPerValue" element
-
setBitsPerValue
void setBitsPerValue(IntegerPropertyType bitsPerValue)
Sets the "bitsPerValue" element
-
addNewBitsPerValue
IntegerPropertyType addNewBitsPerValue()
Appends and returns a new empty "bitsPerValue" element
-
unsetBitsPerValue
void unsetBitsPerValue()
Unsets the "bitsPerValue" element
-
getToneGradation
IntegerPropertyType getToneGradation()
Gets the "toneGradation" element
-
isSetToneGradation
boolean isSetToneGradation()
True if has "toneGradation" element
-
setToneGradation
void setToneGradation(IntegerPropertyType toneGradation)
Sets the "toneGradation" element
-
addNewToneGradation
IntegerPropertyType addNewToneGradation()
Appends and returns a new empty "toneGradation" element
-
unsetToneGradation
void unsetToneGradation()
Unsets the "toneGradation" element
-
getScaleFactor
RealPropertyType getScaleFactor()
Gets the "scaleFactor" element
-
isSetScaleFactor
boolean isSetScaleFactor()
True if has "scaleFactor" element
-
setScaleFactor
void setScaleFactor(RealPropertyType scaleFactor)
Sets the "scaleFactor" element
-
addNewScaleFactor
RealPropertyType addNewScaleFactor()
Appends and returns a new empty "scaleFactor" element
-
unsetScaleFactor
void unsetScaleFactor()
Unsets the "scaleFactor" element
-
getOffset
RealPropertyType getOffset()
Gets the "offset" element
-
isSetOffset
boolean isSetOffset()
True if has "offset" element
-
setOffset
void setOffset(RealPropertyType offset)
Sets the "offset" element
-
addNewOffset
RealPropertyType addNewOffset()
Appends and returns a new empty "offset" element
-
unsetOffset
void unsetOffset()
Unsets the "offset" element
-
-