public class MDBandType extends MDRangeDimensionType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for MD_Band_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Band_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}MD_RangeDimension_Type">
<sequence>
<element name="maxValue" type="{http://www.isotc211.org/2005/gco}Real_PropertyType" minOccurs="0"/>
<element name="minValue" type="{http://www.isotc211.org/2005/gco}Real_PropertyType" minOccurs="0"/>
<element name="units" type="{http://www.isotc211.org/2005/gco}UomLength_PropertyType" minOccurs="0"/>
<element name="peakResponse" type="{http://www.isotc211.org/2005/gco}Real_PropertyType" minOccurs="0"/>
<element name="bitsPerValue" type="{http://www.isotc211.org/2005/gco}Integer_PropertyType" minOccurs="0"/>
<element name="toneGradation" type="{http://www.isotc211.org/2005/gco}Integer_PropertyType" minOccurs="0"/>
<element name="scaleFactor" type="{http://www.isotc211.org/2005/gco}Real_PropertyType" minOccurs="0"/>
<element name="offset" type="{http://www.isotc211.org/2005/gco}Real_PropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntegerPropertyType |
bitsPerValue |
protected RealPropertyType |
maxValue |
protected RealPropertyType |
minValue |
protected RealPropertyType |
offset |
protected RealPropertyType |
peakResponse |
protected RealPropertyType |
scaleFactor |
protected IntegerPropertyType |
toneGradation |
protected UomLengthPropertyType |
units |
descriptor, sequenceIdentifierid, uuid| Constructor and Description |
|---|
MDBandType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
IntegerPropertyType |
getBitsPerValue()
Gets the value of the bitsPerValue property.
|
RealPropertyType |
getMaxValue()
Gets the value of the maxValue property.
|
RealPropertyType |
getMinValue()
Gets the value of the minValue property.
|
RealPropertyType |
getOffset()
Gets the value of the offset property.
|
RealPropertyType |
getPeakResponse()
Gets the value of the peakResponse property.
|
RealPropertyType |
getScaleFactor()
Gets the value of the scaleFactor property.
|
IntegerPropertyType |
getToneGradation()
Gets the value of the toneGradation property.
|
UomLengthPropertyType |
getUnits()
Gets the value of the units property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetBitsPerValue() |
boolean |
isSetMaxValue() |
boolean |
isSetMinValue() |
boolean |
isSetOffset() |
boolean |
isSetPeakResponse() |
boolean |
isSetScaleFactor() |
boolean |
isSetToneGradation() |
boolean |
isSetUnits() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setBitsPerValue(IntegerPropertyType value)
Sets the value of the bitsPerValue property.
|
void |
setMaxValue(RealPropertyType value)
Sets the value of the maxValue property.
|
void |
setMinValue(RealPropertyType value)
Sets the value of the minValue property.
|
void |
setOffset(RealPropertyType value)
Sets the value of the offset property.
|
void |
setPeakResponse(RealPropertyType value)
Sets the value of the peakResponse property.
|
void |
setScaleFactor(RealPropertyType value)
Sets the value of the scaleFactor property.
|
void |
setToneGradation(IntegerPropertyType value)
Sets the value of the toneGradation property.
|
void |
setUnits(UomLengthPropertyType value)
Sets the value of the units property.
|
String |
toString() |
MDBandType |
withBitsPerValue(IntegerPropertyType value) |
MDBandType |
withDescriptor(CharacterStringPropertyType value) |
MDBandType |
withId(String value) |
MDBandType |
withMaxValue(RealPropertyType value) |
MDBandType |
withMinValue(RealPropertyType value) |
MDBandType |
withOffset(RealPropertyType value) |
MDBandType |
withPeakResponse(RealPropertyType value) |
MDBandType |
withScaleFactor(RealPropertyType value) |
MDBandType |
withSequenceIdentifier(MemberNamePropertyType value) |
MDBandType |
withToneGradation(IntegerPropertyType value) |
MDBandType |
withUnits(UomLengthPropertyType value) |
MDBandType |
withUuid(String value) |
getDescriptor, getSequenceIdentifier, isSetDescriptor, isSetSequenceIdentifier, setDescriptor, setSequenceIdentifierprotected RealPropertyType maxValue
protected RealPropertyType minValue
protected UomLengthPropertyType units
protected RealPropertyType peakResponse
protected IntegerPropertyType bitsPerValue
protected IntegerPropertyType toneGradation
protected RealPropertyType scaleFactor
protected RealPropertyType offset
public RealPropertyType getMaxValue()
RealPropertyTypepublic void setMaxValue(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetMaxValue()
public RealPropertyType getMinValue()
RealPropertyTypepublic void setMinValue(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetMinValue()
public UomLengthPropertyType getUnits()
UomLengthPropertyTypepublic void setUnits(UomLengthPropertyType value)
value - allowed object is
UomLengthPropertyTypepublic boolean isSetUnits()
public RealPropertyType getPeakResponse()
RealPropertyTypepublic void setPeakResponse(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetPeakResponse()
public IntegerPropertyType getBitsPerValue()
IntegerPropertyTypepublic void setBitsPerValue(IntegerPropertyType value)
value - allowed object is
IntegerPropertyTypepublic boolean isSetBitsPerValue()
public IntegerPropertyType getToneGradation()
IntegerPropertyTypepublic void setToneGradation(IntegerPropertyType value)
value - allowed object is
IntegerPropertyTypepublic boolean isSetToneGradation()
public RealPropertyType getScaleFactor()
RealPropertyTypepublic void setScaleFactor(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetScaleFactor()
public RealPropertyType getOffset()
RealPropertyTypepublic void setOffset(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetOffset()
public String toString()
toString in class MDRangeDimensionTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class MDRangeDimensionTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class MDRangeDimensionTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class MDRangeDimensionTypepublic boolean equals(Object object)
equals in class MDRangeDimensionTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class MDRangeDimensionTypepublic int hashCode()
hashCode in class MDRangeDimensionTypepublic Object clone()
clone in class MDRangeDimensionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class MDRangeDimensionTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class MDRangeDimensionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class MDRangeDimensionTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class MDRangeDimensionTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class MDRangeDimensionTypepublic MDBandType withMaxValue(RealPropertyType value)
public MDBandType withMinValue(RealPropertyType value)
public MDBandType withUnits(UomLengthPropertyType value)
public MDBandType withPeakResponse(RealPropertyType value)
public MDBandType withBitsPerValue(IntegerPropertyType value)
public MDBandType withToneGradation(IntegerPropertyType value)
public MDBandType withScaleFactor(RealPropertyType value)
public MDBandType withOffset(RealPropertyType value)
public MDBandType withSequenceIdentifier(MemberNamePropertyType value)
withSequenceIdentifier in class MDRangeDimensionTypepublic MDBandType withDescriptor(CharacterStringPropertyType value)
withDescriptor in class MDRangeDimensionTypepublic MDBandType withId(String value)
withId in class MDRangeDimensionTypepublic MDBandType withUuid(String value)
withUuid in class MDRangeDimensionTypeCopyright © 2008–2023. All rights reserved.