|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGMLType
net.opengis.gml.v_3_2_1.AbstractFeatureType
net.opengis.sampling.v_2_0.SFSamplingFeatureType
net.opengis.samplingspatial.v_2_0.SFSpatialSamplingFeatureType
net.opengis.waterml.v_2_0.MonitoringPointType
public class MonitoringPointType
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>
| Field Summary | |
|---|---|
protected TimeZonePropertyType |
daylightSavingTimeZone
|
protected List<ReferenceType> |
monitoringPointDescriptionReference
|
protected List<ReferenceType> |
monitoringType
|
protected List<CIResponsiblePartyPropertyType> |
relatedParty
|
protected TimeZonePropertyType |
timeZone
|
protected List<VerticalDatumPropertyType> |
verticalDatum
|
| Fields inherited from class net.opengis.samplingspatial.v_2_0.SFSpatialSamplingFeatureType |
|---|
hostedProcedure, positionalAccuracy, shape |
| Fields inherited from class net.opengis.sampling.v_2_0.SFSamplingFeatureType |
|---|
lineage, parameter, relatedObservation, relatedSamplingFeature, sampledFeature, type |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
description, descriptionReference, id, identifier, metaDataProperty, name |
| Constructor Summary | |
|---|---|
MonitoringPointType()
|
|
| Methods inherited from class net.opengis.samplingspatial.v_2_0.SFSpatialSamplingFeatureType |
|---|
getHostedProcedure, getPositionalAccuracy, getShape, isSetHostedProcedure, isSetPositionalAccuracy, isSetShape, setHostedProcedure, setPositionalAccuracy, setShape, unsetHostedProcedure, unsetPositionalAccuracy, withHostedProcedure, withHostedProcedure, withHostedProcedure, withPositionalAccuracy, withPositionalAccuracy, withPositionalAccuracy, withShape |
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withDescriptionReference, withId, withIdentifier, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_3_2_1.AbstractGMLType |
|---|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<CIResponsiblePartyPropertyType> relatedParty
protected List<ReferenceType> monitoringType
protected List<ReferenceType> monitoringPointDescriptionReference
protected List<VerticalDatumPropertyType> verticalDatum
protected TimeZonePropertyType timeZone
protected TimeZonePropertyType daylightSavingTimeZone
| Constructor Detail |
|---|
public MonitoringPointType()
| Method Detail |
|---|
public 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 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 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 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 String toString()
toString in class SFSpatialSamplingFeatureType
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.ToString2append in class SFSpatialSamplingFeatureType
public 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 SFSpatialSamplingFeatureType
public 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 SFSpatialSamplingFeatureTypepublic boolean equals(Object object)
equals in class SFSpatialSamplingFeatureType
public 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 Object clone()
clone in class SFSpatialSamplingFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SFSpatialSamplingFeatureType
public 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 SFSpatialSamplingFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class SFSpatialSamplingFeatureType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SFSpatialSamplingFeatureType
public 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 SFSpatialSamplingFeatureTypepublic void setRelatedParty(List<CIResponsiblePartyPropertyType> value)
public void setMonitoringType(List<ReferenceType> value)
public void setMonitoringPointDescriptionReference(List<ReferenceType> value)
public void setVerticalDatum(List<VerticalDatumPropertyType> value)
public MonitoringPointType withRelatedParty(CIResponsiblePartyPropertyType... values)
public MonitoringPointType withRelatedParty(Collection<CIResponsiblePartyPropertyType> values)
public MonitoringPointType withMonitoringType(ReferenceType... values)
public MonitoringPointType withMonitoringType(Collection<ReferenceType> values)
public MonitoringPointType withMonitoringPointDescriptionReference(ReferenceType... values)
public MonitoringPointType withMonitoringPointDescriptionReference(Collection<ReferenceType> values)
public MonitoringPointType withVerticalDatum(VerticalDatumPropertyType... values)
public MonitoringPointType withVerticalDatum(Collection<VerticalDatumPropertyType> values)
public MonitoringPointType withTimeZone(TimeZonePropertyType value)
public MonitoringPointType withDaylightSavingTimeZone(TimeZonePropertyType value)
public MonitoringPointType withRelatedParty(List<CIResponsiblePartyPropertyType> value)
public MonitoringPointType withMonitoringType(List<ReferenceType> value)
public MonitoringPointType withMonitoringPointDescriptionReference(List<ReferenceType> value)
public MonitoringPointType withVerticalDatum(List<VerticalDatumPropertyType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||