public class ZoneMetrePresentationType extends Object implements Serializable, 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 ZoneMetrePresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZoneMetrePresentationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="zoneColumn" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}GridZoneColumnType"/>
<element name="hemisphere" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}LatitudeHemisphereType"/>
<element name="metreEasting" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}MegaType"/>
<element name="metreNorthing">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="basicNorthing" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}DecamegaType"/>
<element name="extendedNorthing" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}HectomegaExtendedType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ZoneMetrePresentationType.MetreNorthing
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LatitudeHemisphereType |
hemisphere |
protected int |
metreEasting |
protected ZoneMetrePresentationType.MetreNorthing |
metreNorthing |
protected int |
zoneColumn |
| Constructor and Description |
|---|
ZoneMetrePresentationType() |
| 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) |
LatitudeHemisphereType |
getHemisphere()
Gets the value of the hemisphere property.
|
int |
getMetreEasting()
Gets the value of the metreEasting property.
|
ZoneMetrePresentationType.MetreNorthing |
getMetreNorthing()
Gets the value of the metreNorthing property.
|
int |
getZoneColumn()
Gets the value of the zoneColumn property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetHemisphere() |
boolean |
isSetMetreEasting() |
boolean |
isSetMetreNorthing() |
boolean |
isSetZoneColumn() |
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 |
setHemisphere(LatitudeHemisphereType value)
Sets the value of the hemisphere property.
|
void |
setMetreEasting(int value)
Sets the value of the metreEasting property.
|
void |
setMetreNorthing(ZoneMetrePresentationType.MetreNorthing value)
Sets the value of the metreNorthing property.
|
void |
setZoneColumn(int value)
Sets the value of the zoneColumn property.
|
String |
toString() |
@NotNull(message="ZoneMetrePresentationType.zoneColumn {javax.validation.constraints.NotNull.message}")
@DecimalMax(value="60")
@DecimalMin(value="01")
protected int zoneColumn
@NotNull(message="ZoneMetrePresentationType.hemisphere {javax.validation.constraints.NotNull.message}")
protected LatitudeHemisphereType hemisphere
@NotNull(message="ZoneMetrePresentationType.metreEasting {javax.validation.constraints.NotNull.message}")
@DecimalMax(value="999999")
@DecimalMin(value="000000")
protected int metreEasting
@NotNull(message="ZoneMetrePresentationType.metreNorthing {javax.validation.constraints.NotNull.message}")
protected ZoneMetrePresentationType.MetreNorthing metreNorthing
public int getZoneColumn()
public void setZoneColumn(int value)
public boolean isSetZoneColumn()
public LatitudeHemisphereType getHemisphere()
LatitudeHemisphereTypepublic void setHemisphere(LatitudeHemisphereType value)
value - allowed object is
LatitudeHemisphereTypepublic boolean isSetHemisphere()
public int getMetreEasting()
public void setMetreEasting(int value)
public boolean isSetMetreEasting()
public ZoneMetrePresentationType.MetreNorthing getMetreNorthing()
ZoneMetrePresentationType.MetreNorthingpublic void setMetreNorthing(ZoneMetrePresentationType.MetreNorthing value)
value - allowed object is
ZoneMetrePresentationType.MetreNorthingpublic boolean isSetMetreNorthing()
public 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.ToString2public 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.ToString2public 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public 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.MergeFrom2public 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.MergeFrom2Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.