public class EXVerticalExtentType extends AbstractObjectType 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 EX_VerticalExtent_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EX_VerticalExtent_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
<sequence>
<element name="minimumValue" type="{http://www.isotc211.org/2005/gco}Real_PropertyType"/>
<element name="maximumValue" type="{http://www.isotc211.org/2005/gco}Real_PropertyType"/>
<element name="verticalCRS" type="{http://www.isotc211.org/2005/gsr}SC_CRS_PropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RealPropertyType |
maximumValue |
protected RealPropertyType |
minimumValue |
protected SCCRSPropertyType |
verticalCRS |
id, uuid| Constructor and Description |
|---|
EXVerticalExtentType() |
| 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) |
RealPropertyType |
getMaximumValue()
Gets the value of the maximumValue property.
|
RealPropertyType |
getMinimumValue()
Gets the value of the minimumValue property.
|
SCCRSPropertyType |
getVerticalCRS()
Gets the value of the verticalCRS property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetMaximumValue() |
boolean |
isSetMinimumValue() |
boolean |
isSetVerticalCRS() |
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 |
setMaximumValue(RealPropertyType value)
Sets the value of the maximumValue property.
|
void |
setMinimumValue(RealPropertyType value)
Sets the value of the minimumValue property.
|
void |
setVerticalCRS(SCCRSPropertyType value)
Sets the value of the verticalCRS property.
|
String |
toString() |
EXVerticalExtentType |
withId(String value) |
EXVerticalExtentType |
withMaximumValue(RealPropertyType value) |
EXVerticalExtentType |
withMinimumValue(RealPropertyType value) |
EXVerticalExtentType |
withUuid(String value) |
EXVerticalExtentType |
withVerticalCRS(SCCRSPropertyType value) |
protected RealPropertyType minimumValue
protected RealPropertyType maximumValue
protected SCCRSPropertyType verticalCRS
public RealPropertyType getMinimumValue()
RealPropertyTypepublic void setMinimumValue(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetMinimumValue()
public RealPropertyType getMaximumValue()
RealPropertyTypepublic void setMaximumValue(RealPropertyType value)
value - allowed object is
RealPropertyTypepublic boolean isSetMaximumValue()
public SCCRSPropertyType getVerticalCRS()
SCCRSPropertyTypepublic void setVerticalCRS(SCCRSPropertyType value)
value - allowed object is
SCCRSPropertyTypepublic boolean isSetVerticalCRS()
public String toString()
toString in class AbstractObjectTypepublic 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 AbstractObjectTypepublic 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 AbstractObjectTypepublic 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 AbstractObjectTypepublic boolean equals(Object object)
equals in class AbstractObjectTypepublic 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 AbstractObjectTypepublic int hashCode()
hashCode in class AbstractObjectTypepublic Object clone()
clone in class AbstractObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic 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 AbstractObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic 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 AbstractObjectTypepublic EXVerticalExtentType withMinimumValue(RealPropertyType value)
public EXVerticalExtentType withMaximumValue(RealPropertyType value)
public EXVerticalExtentType withVerticalCRS(SCCRSPropertyType value)
public EXVerticalExtentType withId(String value)
withId in class AbstractObjectTypepublic EXVerticalExtentType withUuid(String value)
withUuid in class AbstractObjectTypeCopyright © 2008–2023. All rights reserved.