Class ObservationProcessType
- java.lang.Object
-
- net.opengis.gml.v_3_2.AbstractGMLType
-
- net.opengis.gml.v_3_2.AbstractFeatureType
-
- net.opengis.waterml.v_2_0.ObservationProcessType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class ObservationProcessType extends AbstractFeatureType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Java class for ObservationProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObservationProcessType"> <complexContent> <extension base="{http://www.opengis.net/gml/3.2}AbstractFeatureType"> <sequence> <element name="processType" type="{http://www.opengis.net/gml/3.2}ReferenceType"/> <element name="originatingProcess" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/> <element name="aggregationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="verticalDatum" type="{http://www.opengis.net/gml/3.2}VerticalDatumPropertyType" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="processReference" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/> <element name="input" type="{http://www.opengis.net/gml/3.2}ReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="parameter" type="{http://www.opengis.net/om/2.0}NamedValuePropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="operator" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationaggregationDurationprotected List<String>commentprotected List<ReferenceType>inputprotected List<CIResponsiblePartyPropertyType>operatorprotected ReferenceTypeoriginatingProcessprotected List<NamedValuePropertyType>parameterprotected ReferenceTypeprocessReferenceprotected ReferenceTypeprocessTypeprotected VerticalDatumPropertyTypeverticalDatum-
Fields inherited from class net.opengis.gml.v_3_2.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_2.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description ObservationProcessType()Default no-arg constructorObservationProcessType(ReferenceType processType, ReferenceType originatingProcess, Duration aggregationDuration, VerticalDatumPropertyType verticalDatum, List<String> comment, ReferenceType processReference, List<ReferenceType> input, List<NamedValuePropertyType> parameter, List<CIResponsiblePartyPropertyType> operator)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)DurationgetAggregationDuration()Gets the value of the aggregationDuration property.List<String>getComment()Gets the value of the comment property.List<ReferenceType>getInput()Gets the value of the input property.List<CIResponsiblePartyPropertyType>getOperator()Gets the value of the operator property.ReferenceTypegetOriginatingProcess()Gets the value of the originatingProcess property.List<NamedValuePropertyType>getParameter()Gets the value of the parameter property.ReferenceTypegetProcessReference()Gets the value of the processReference property.ReferenceTypegetProcessType()Gets the value of the processType property.VerticalDatumPropertyTypegetVerticalDatum()Gets the value of the verticalDatum property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAggregationDuration()booleanisSetComment()booleanisSetInput()booleanisSetOperator()booleanisSetOriginatingProcess()booleanisSetParameter()booleanisSetProcessReference()booleanisSetProcessType()booleanisSetVerticalDatum()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetAggregationDuration(Duration value)Sets the value of the aggregationDuration property.voidsetComment(List<String> value)voidsetInput(List<ReferenceType> value)voidsetOperator(List<CIResponsiblePartyPropertyType> value)voidsetOriginatingProcess(ReferenceType value)Sets the value of the originatingProcess property.voidsetParameter(List<NamedValuePropertyType> value)voidsetProcessReference(ReferenceType value)Sets the value of the processReference property.voidsetProcessType(ReferenceType value)Sets the value of the processType property.voidsetVerticalDatum(VerticalDatumPropertyType value)Sets the value of the verticalDatum property.StringtoString()voidunsetComment()voidunsetInput()voidunsetOperator()voidunsetParameter()ObservationProcessTypewithAggregationDuration(Duration value)ObservationProcessTypewithComment(String... values)ObservationProcessTypewithComment(Collection<String> values)ObservationProcessTypewithComment(List<String> value)ObservationProcessTypewithInput(Collection<ReferenceType> values)ObservationProcessTypewithInput(List<ReferenceType> value)ObservationProcessTypewithInput(ReferenceType... values)ObservationProcessTypewithOperator(Collection<CIResponsiblePartyPropertyType> values)ObservationProcessTypewithOperator(List<CIResponsiblePartyPropertyType> value)ObservationProcessTypewithOperator(CIResponsiblePartyPropertyType... values)ObservationProcessTypewithOriginatingProcess(ReferenceType value)ObservationProcessTypewithParameter(Collection<NamedValuePropertyType> values)ObservationProcessTypewithParameter(List<NamedValuePropertyType> value)ObservationProcessTypewithParameter(NamedValuePropertyType... values)ObservationProcessTypewithProcessReference(ReferenceType value)ObservationProcessTypewithProcessType(ReferenceType value)ObservationProcessTypewithVerticalDatum(VerticalDatumPropertyType value)-
Methods inherited from class net.opengis.gml.v_3_2.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.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, isSetDescription, isSetDescriptionReference, isSetId, isSetIdentifier, isSetMetaDataProperty, isSetName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
processType
protected ReferenceType processType
-
originatingProcess
protected ReferenceType originatingProcess
-
aggregationDuration
protected Duration aggregationDuration
-
verticalDatum
protected VerticalDatumPropertyType verticalDatum
-
processReference
protected ReferenceType processReference
-
input
protected List<ReferenceType> input
-
parameter
protected List<NamedValuePropertyType> parameter
-
operator
protected List<CIResponsiblePartyPropertyType> operator
-
-
Constructor Detail
-
ObservationProcessType
public ObservationProcessType()
Default no-arg constructor
-
ObservationProcessType
public ObservationProcessType(ReferenceType processType, ReferenceType originatingProcess, Duration aggregationDuration, VerticalDatumPropertyType verticalDatum, List<String> comment, ReferenceType processReference, List<ReferenceType> input, List<NamedValuePropertyType> parameter, List<CIResponsiblePartyPropertyType> operator)
Fully-initialising value constructor
-
-
Method Detail
-
getProcessType
public ReferenceType getProcessType()
Gets the value of the processType property.- Returns:
- possible object is
ReferenceType
-
setProcessType
public void setProcessType(ReferenceType value)
Sets the value of the processType property.- Parameters:
value- allowed object isReferenceType
-
isSetProcessType
public boolean isSetProcessType()
-
getOriginatingProcess
public ReferenceType getOriginatingProcess()
Gets the value of the originatingProcess property.- Returns:
- possible object is
ReferenceType
-
setOriginatingProcess
public void setOriginatingProcess(ReferenceType value)
Sets the value of the originatingProcess property.- Parameters:
value- allowed object isReferenceType
-
isSetOriginatingProcess
public boolean isSetOriginatingProcess()
-
getAggregationDuration
public Duration getAggregationDuration()
Gets the value of the aggregationDuration property.- Returns:
- possible object is
Duration
-
setAggregationDuration
public void setAggregationDuration(Duration value)
Sets the value of the aggregationDuration property.- Parameters:
value- allowed object isDuration
-
isSetAggregationDuration
public boolean isSetAggregationDuration()
-
getVerticalDatum
public VerticalDatumPropertyType getVerticalDatum()
Gets the value of the verticalDatum property.- Returns:
- possible object is
VerticalDatumPropertyType
-
setVerticalDatum
public void setVerticalDatum(VerticalDatumPropertyType value)
Sets the value of the verticalDatum property.- Parameters:
value- allowed object isVerticalDatumPropertyType
-
isSetVerticalDatum
public boolean isSetVerticalDatum()
-
getComment
public List<String> getComment()
Gets the value of the comment property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the comment property.For example, to add a new item, do as follows:
getComment().add(newItem);Objects of the following type(s) are allowed in the list
String
-
isSetComment
public boolean isSetComment()
-
unsetComment
public void unsetComment()
-
getProcessReference
public ReferenceType getProcessReference()
Gets the value of the processReference property.- Returns:
- possible object is
ReferenceType
-
setProcessReference
public void setProcessReference(ReferenceType value)
Sets the value of the processReference property.- Parameters:
value- allowed object isReferenceType
-
isSetProcessReference
public boolean isSetProcessReference()
-
getInput
public List<ReferenceType> getInput()
Gets the value of the input property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the input property.For example, to add a new item, do as follows:
getInput().add(newItem);Objects of the following type(s) are allowed in the list
ReferenceType
-
isSetInput
public boolean isSetInput()
-
unsetInput
public void unsetInput()
-
getParameter
public List<NamedValuePropertyType> getParameter()
Gets the value of the parameter property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);Objects of the following type(s) are allowed in the list
NamedValuePropertyType
-
isSetParameter
public boolean isSetParameter()
-
unsetParameter
public void unsetParameter()
-
getOperator
public List<CIResponsiblePartyPropertyType> getOperator()
Gets the value of the operator property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the operator property.For example, to add a new item, do as follows:
getOperator().add(newItem);Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
-
isSetOperator
public boolean isSetOperator()
-
unsetOperator
public void unsetOperator()
-
toString
public String toString()
- Overrides:
toStringin classAbstractFeatureType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractFeatureType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractFeatureType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractFeatureType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractFeatureType
-
clone
public Object clone()
- Overrides:
clonein classAbstractFeatureType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractFeatureType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractFeatureType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractFeatureType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractFeatureType
-
setInput
public void setInput(List<ReferenceType> value)
-
setParameter
public void setParameter(List<NamedValuePropertyType> value)
-
setOperator
public void setOperator(List<CIResponsiblePartyPropertyType> value)
-
withProcessType
public ObservationProcessType withProcessType(ReferenceType value)
-
withOriginatingProcess
public ObservationProcessType withOriginatingProcess(ReferenceType value)
-
withAggregationDuration
public ObservationProcessType withAggregationDuration(Duration value)
-
withVerticalDatum
public ObservationProcessType withVerticalDatum(VerticalDatumPropertyType value)
-
withComment
public ObservationProcessType withComment(String... values)
-
withComment
public ObservationProcessType withComment(Collection<String> values)
-
withProcessReference
public ObservationProcessType withProcessReference(ReferenceType value)
-
withInput
public ObservationProcessType withInput(ReferenceType... values)
-
withInput
public ObservationProcessType withInput(Collection<ReferenceType> values)
-
withParameter
public ObservationProcessType withParameter(NamedValuePropertyType... values)
-
withParameter
public ObservationProcessType withParameter(Collection<NamedValuePropertyType> values)
-
withOperator
public ObservationProcessType withOperator(CIResponsiblePartyPropertyType... values)
-
withOperator
public ObservationProcessType withOperator(Collection<CIResponsiblePartyPropertyType> values)
-
withComment
public ObservationProcessType withComment(List<String> value)
-
withInput
public ObservationProcessType withInput(List<ReferenceType> value)
-
withParameter
public ObservationProcessType withParameter(List<NamedValuePropertyType> value)
-
withOperator
public ObservationProcessType withOperator(List<CIResponsiblePartyPropertyType> value)
-
-