public class HorizontalPresentationType 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 HorizontalPresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HorizontalPresentationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="sexagesimalLocation" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}SexagesimalPresentationType" maxOccurs="unbounded"/>
<element name="gridMetreLocation" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}GridMetrePresentationType" maxOccurs="unbounded"/>
<element name="zoneMetreLocation" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}ZoneMetrePresentationType" maxOccurs="unbounded"/>
<element name="quadrangleLocation" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}QuadranglePresentationType" maxOccurs="unbounded"/>
<element name="numericBitLocation" type="{http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/core}NumericBitPresentationType" maxOccurs="unbounded"/>
</choice>
<attribute name="srsName" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<GridMetrePresentationType> |
gridMetreLocation |
protected List<NumericBitPresentationType> |
numericBitLocation |
protected List<QuadranglePresentationType> |
quadrangleLocation |
protected List<SexagesimalPresentationType> |
sexagesimalLocation |
protected String |
srsName |
protected List<ZoneMetrePresentationType> |
zoneMetreLocation |
| Constructor and Description |
|---|
HorizontalPresentationType() |
| 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) |
List<GridMetrePresentationType> |
getGridMetreLocation()
Gets the value of the gridMetreLocation property.
|
List<NumericBitPresentationType> |
getNumericBitLocation()
Gets the value of the numericBitLocation property.
|
List<QuadranglePresentationType> |
getQuadrangleLocation()
Gets the value of the quadrangleLocation property.
|
List<SexagesimalPresentationType> |
getSexagesimalLocation()
Gets the value of the sexagesimalLocation property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
List<ZoneMetrePresentationType> |
getZoneMetreLocation()
Gets the value of the zoneMetreLocation property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetGridMetreLocation() |
boolean |
isSetNumericBitLocation() |
boolean |
isSetQuadrangleLocation() |
boolean |
isSetSexagesimalLocation() |
boolean |
isSetSrsName() |
boolean |
isSetZoneMetreLocation() |
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 |
setGridMetreLocation(List<GridMetrePresentationType> value) |
void |
setNumericBitLocation(List<NumericBitPresentationType> value) |
void |
setQuadrangleLocation(List<QuadranglePresentationType> value) |
void |
setSexagesimalLocation(List<SexagesimalPresentationType> value) |
void |
setSrsName(String value)
Sets the value of the srsName property.
|
void |
setZoneMetreLocation(List<ZoneMetrePresentationType> value) |
String |
toString() |
void |
unsetGridMetreLocation() |
void |
unsetNumericBitLocation() |
void |
unsetQuadrangleLocation() |
void |
unsetSexagesimalLocation() |
void |
unsetZoneMetreLocation() |
@Size(min=1) protected List<SexagesimalPresentationType> sexagesimalLocation
@Size(min=1) protected List<GridMetrePresentationType> gridMetreLocation
@Size(min=1) protected List<ZoneMetrePresentationType> zoneMetreLocation
@Size(min=1) protected List<QuadranglePresentationType> quadrangleLocation
@Size(min=1) protected List<NumericBitPresentationType> numericBitLocation
@NotNull(message="HorizontalPresentationType.srsName {javax.validation.constraints.NotNull.message}")
protected String srsName
public List<SexagesimalPresentationType> getSexagesimalLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sexagesimalLocation property.
For example, to add a new item, do as follows:
getSexagesimalLocation().add(newItem);
Objects of the following type(s) are allowed in the list
SexagesimalPresentationType
public boolean isSetSexagesimalLocation()
public void unsetSexagesimalLocation()
public List<GridMetrePresentationType> getGridMetreLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gridMetreLocation property.
For example, to add a new item, do as follows:
getGridMetreLocation().add(newItem);
Objects of the following type(s) are allowed in the list
GridMetrePresentationType
public boolean isSetGridMetreLocation()
public void unsetGridMetreLocation()
public List<ZoneMetrePresentationType> getZoneMetreLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the zoneMetreLocation property.
For example, to add a new item, do as follows:
getZoneMetreLocation().add(newItem);
Objects of the following type(s) are allowed in the list
ZoneMetrePresentationType
public boolean isSetZoneMetreLocation()
public void unsetZoneMetreLocation()
public List<QuadranglePresentationType> getQuadrangleLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the quadrangleLocation property.
For example, to add a new item, do as follows:
getQuadrangleLocation().add(newItem);
Objects of the following type(s) are allowed in the list
QuadranglePresentationType
public boolean isSetQuadrangleLocation()
public void unsetQuadrangleLocation()
public List<NumericBitPresentationType> getNumericBitLocation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the numericBitLocation property.
For example, to add a new item, do as follows:
getNumericBitLocation().add(newItem);
Objects of the following type(s) are allowed in the list
NumericBitPresentationType
public boolean isSetNumericBitLocation()
public void unsetNumericBitLocation()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
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.MergeFrom2public void setSexagesimalLocation(List<SexagesimalPresentationType> value)
public void setGridMetreLocation(List<GridMetrePresentationType> value)
public void setZoneMetreLocation(List<ZoneMetrePresentationType> value)
public void setQuadrangleLocation(List<QuadranglePresentationType> value)
public void setNumericBitLocation(List<NumericBitPresentationType> value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.