public class MonitoringPointType extends SFSpatialSamplingFeatureType implements java.lang.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 MonitoringPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoringPointType">
<complexContent>
<extension base="{http://www.opengis.net/samplingSpatial/2.0}SF_SpatialSamplingFeatureType">
<sequence>
<element name="relatedParty" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="monitoringType" type="{http://www.opengis.net/gml/3.2}ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="descriptionReference" type="{http://www.opengis.net/gml/3.2}ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="verticalDatum" type="{http://www.opengis.net/gml/3.2}VerticalDatumPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="timeZone" type="{http://www.opengis.net/waterml/2.0}TimeZonePropertyType" minOccurs="0"/>
<element name="daylightSavingTimeZone" type="{http://www.opengis.net/waterml/2.0}TimeZonePropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimeZonePropertyType |
daylightSavingTimeZone |
protected java.util.List<ReferenceType> |
monitoringPointDescriptionReference |
protected java.util.List<ReferenceType> |
monitoringType |
protected java.util.List<CIResponsiblePartyPropertyType> |
relatedParty |
protected TimeZonePropertyType |
timeZone |
protected java.util.List<VerticalDatumPropertyType> |
verticalDatum |
hostedProcedure, positionalAccuracy, shapelineage, parameter, relatedObservation, relatedSamplingFeature, sampledFeature, typeboundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
MonitoringPointType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
TimeZonePropertyType |
getDaylightSavingTimeZone()
Gets the value of the daylightSavingTimeZone property.
|
java.util.List<ReferenceType> |
getMonitoringPointDescriptionReference()
Gets the value of the monitoringPointDescriptionReference property.
|
java.util.List<ReferenceType> |
getMonitoringType()
Gets the value of the monitoringType property.
|
java.util.List<CIResponsiblePartyPropertyType> |
getRelatedParty()
Gets the value of the relatedParty property.
|
TimeZonePropertyType |
getTimeZone()
Gets the value of the timeZone property.
|
java.util.List<VerticalDatumPropertyType> |
getVerticalDatum()
Gets the value of the verticalDatum property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetDaylightSavingTimeZone() |
boolean |
isSetMonitoringPointDescriptionReference() |
boolean |
isSetMonitoringType() |
boolean |
isSetRelatedParty() |
boolean |
isSetTimeZone() |
boolean |
isSetVerticalDatum() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setDaylightSavingTimeZone(TimeZonePropertyType value)
Sets the value of the daylightSavingTimeZone property.
|
void |
setMonitoringPointDescriptionReference(java.util.List<ReferenceType> value) |
void |
setMonitoringType(java.util.List<ReferenceType> value) |
void |
setRelatedParty(java.util.List<CIResponsiblePartyPropertyType> value) |
void |
setTimeZone(TimeZonePropertyType value)
Sets the value of the timeZone property.
|
void |
setVerticalDatum(java.util.List<VerticalDatumPropertyType> value) |
java.lang.String |
toString() |
void |
unsetMonitoringPointDescriptionReference() |
void |
unsetMonitoringType() |
void |
unsetRelatedParty() |
void |
unsetVerticalDatum() |
MonitoringPointType |
withDaylightSavingTimeZone(TimeZonePropertyType value) |
MonitoringPointType |
withMonitoringPointDescriptionReference(java.util.Collection<ReferenceType> values) |
MonitoringPointType |
withMonitoringPointDescriptionReference(java.util.List<ReferenceType> value) |
MonitoringPointType |
withMonitoringPointDescriptionReference(ReferenceType... values) |
MonitoringPointType |
withMonitoringType(java.util.Collection<ReferenceType> values) |
MonitoringPointType |
withMonitoringType(java.util.List<ReferenceType> value) |
MonitoringPointType |
withMonitoringType(ReferenceType... values) |
MonitoringPointType |
withRelatedParty(CIResponsiblePartyPropertyType... values) |
MonitoringPointType |
withRelatedParty(java.util.Collection<CIResponsiblePartyPropertyType> values) |
MonitoringPointType |
withRelatedParty(java.util.List<CIResponsiblePartyPropertyType> value) |
MonitoringPointType |
withTimeZone(TimeZonePropertyType value) |
MonitoringPointType |
withVerticalDatum(java.util.Collection<VerticalDatumPropertyType> values) |
MonitoringPointType |
withVerticalDatum(java.util.List<VerticalDatumPropertyType> value) |
MonitoringPointType |
withVerticalDatum(VerticalDatumPropertyType... values) |
getHostedProcedure, getPositionalAccuracy, getShape, isSetHostedProcedure, isSetPositionalAccuracy, isSetShape, setHostedProcedure, setPositionalAccuracy, setShape, unsetHostedProcedure, unsetPositionalAccuracy, withHostedProcedure, withHostedProcedure, withHostedProcedure, withPositionalAccuracy, withPositionalAccuracy, withPositionalAccuracy, withShapegetLineage, getParameter, getRelatedObservation, getRelatedSamplingFeature, getSampledFeature, getType, isSetLineage, isSetParameter, isSetRelatedObservation, isSetRelatedSamplingFeature, isSetSampledFeature, isSetType, setLineage, setParameter, setRelatedObservation, setRelatedSamplingFeature, setSampledFeature, setType, unsetParameter, unsetRelatedObservation, unsetRelatedSamplingFeature, unsetSampledFeature, withLineage, withParameter, withParameter, withParameter, withRelatedObservation, withRelatedObservation, withRelatedObservation, withRelatedSamplingFeature, withRelatedSamplingFeature, withRelatedSamplingFeature, withSampledFeature, withSampledFeature, withSampledFeature, withTypegetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected java.util.List<CIResponsiblePartyPropertyType> relatedParty
protected java.util.List<ReferenceType> monitoringType
protected java.util.List<ReferenceType> monitoringPointDescriptionReference
protected java.util.List<VerticalDatumPropertyType> verticalDatum
protected TimeZonePropertyType timeZone
protected TimeZonePropertyType daylightSavingTimeZone
public java.util.List<CIResponsiblePartyPropertyType> getRelatedParty()
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 relatedParty property.
For example, to add a new item, do as follows:
getRelatedParty().add(newItem);
Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
public boolean isSetRelatedParty()
public void unsetRelatedParty()
public java.util.List<ReferenceType> getMonitoringType()
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 monitoringType property.
For example, to add a new item, do as follows:
getMonitoringType().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceType
public boolean isSetMonitoringType()
public void unsetMonitoringType()
public java.util.List<ReferenceType> getMonitoringPointDescriptionReference()
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 monitoringPointDescriptionReference property.
For example, to add a new item, do as follows:
getMonitoringPointDescriptionReference().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceType
public boolean isSetMonitoringPointDescriptionReference()
public void unsetMonitoringPointDescriptionReference()
public java.util.List<VerticalDatumPropertyType> getVerticalDatum()
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 verticalDatum property.
For example, to add a new item, do as follows:
getVerticalDatum().add(newItem);
Objects of the following type(s) are allowed in the list
VerticalDatumPropertyType
public boolean isSetVerticalDatum()
public void unsetVerticalDatum()
public TimeZonePropertyType getTimeZone()
TimeZonePropertyTypepublic void setTimeZone(TimeZonePropertyType value)
value - allowed object is
TimeZonePropertyTypepublic boolean isSetTimeZone()
public TimeZonePropertyType getDaylightSavingTimeZone()
TimeZonePropertyTypepublic void setDaylightSavingTimeZone(TimeZonePropertyType value)
value - allowed object is
TimeZonePropertyTypepublic boolean isSetDaylightSavingTimeZone()
public java.lang.String toString()
toString in class SFSpatialSamplingFeatureTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class SFSpatialSamplingFeatureTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class SFSpatialSamplingFeatureTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SFSpatialSamplingFeatureTypepublic boolean equals(java.lang.Object object)
equals in class SFSpatialSamplingFeatureTypepublic 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 SFSpatialSamplingFeatureTypepublic int hashCode()
hashCode in class SFSpatialSamplingFeatureTypepublic java.lang.Object clone()
clone in class SFSpatialSamplingFeatureTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SFSpatialSamplingFeatureTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SFSpatialSamplingFeatureTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class SFSpatialSamplingFeatureTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SFSpatialSamplingFeatureTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SFSpatialSamplingFeatureTypepublic void setRelatedParty(java.util.List<CIResponsiblePartyPropertyType> value)
public void setMonitoringType(java.util.List<ReferenceType> value)
public void setMonitoringPointDescriptionReference(java.util.List<ReferenceType> value)
public void setVerticalDatum(java.util.List<VerticalDatumPropertyType> value)
public MonitoringPointType withRelatedParty(CIResponsiblePartyPropertyType... values)
public MonitoringPointType withRelatedParty(java.util.Collection<CIResponsiblePartyPropertyType> values)
public MonitoringPointType withMonitoringType(ReferenceType... values)
public MonitoringPointType withMonitoringType(java.util.Collection<ReferenceType> values)
public MonitoringPointType withMonitoringPointDescriptionReference(ReferenceType... values)
public MonitoringPointType withMonitoringPointDescriptionReference(java.util.Collection<ReferenceType> values)
public MonitoringPointType withVerticalDatum(VerticalDatumPropertyType... values)
public MonitoringPointType withVerticalDatum(java.util.Collection<VerticalDatumPropertyType> values)
public MonitoringPointType withTimeZone(TimeZonePropertyType value)
public MonitoringPointType withDaylightSavingTimeZone(TimeZonePropertyType value)
public MonitoringPointType withRelatedParty(java.util.List<CIResponsiblePartyPropertyType> value)
public MonitoringPointType withMonitoringType(java.util.List<ReferenceType> value)
public MonitoringPointType withMonitoringPointDescriptionReference(java.util.List<ReferenceType> value)
public MonitoringPointType withVerticalDatum(java.util.List<VerticalDatumPropertyType> value)
Copyright © 2008-2021. All Rights Reserved.