public class ObservationProcessType extends AbstractFeatureType 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 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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
aggregationDuration |
protected java.util.List<java.lang.String> |
comment |
protected java.util.List<ReferenceType> |
input |
protected java.util.List<CIResponsiblePartyPropertyType> |
operator |
protected ReferenceType |
originatingProcess |
protected java.util.List<NamedValuePropertyType> |
parameter |
protected ReferenceType |
processReference |
protected ReferenceType |
processType |
protected VerticalDatumPropertyType |
verticalDatum |
boundedBy, locationdescription, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
ObservationProcessType() |
| 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) |
javax.xml.datatype.Duration |
getAggregationDuration()
Gets the value of the aggregationDuration property.
|
java.util.List<java.lang.String> |
getComment()
Gets the value of the comment property.
|
java.util.List<ReferenceType> |
getInput()
Gets the value of the input property.
|
java.util.List<CIResponsiblePartyPropertyType> |
getOperator()
Gets the value of the operator property.
|
ReferenceType |
getOriginatingProcess()
Gets the value of the originatingProcess property.
|
java.util.List<NamedValuePropertyType> |
getParameter()
Gets the value of the parameter property.
|
ReferenceType |
getProcessReference()
Gets the value of the processReference property.
|
ReferenceType |
getProcessType()
Gets the value of the processType property.
|
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 |
isSetAggregationDuration() |
boolean |
isSetComment() |
boolean |
isSetInput() |
boolean |
isSetOperator() |
boolean |
isSetOriginatingProcess() |
boolean |
isSetParameter() |
boolean |
isSetProcessReference() |
boolean |
isSetProcessType() |
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 |
setAggregationDuration(javax.xml.datatype.Duration value)
Sets the value of the aggregationDuration property.
|
void |
setComment(java.util.List<java.lang.String> value) |
void |
setInput(java.util.List<ReferenceType> value) |
void |
setOperator(java.util.List<CIResponsiblePartyPropertyType> value) |
void |
setOriginatingProcess(ReferenceType value)
Sets the value of the originatingProcess property.
|
void |
setParameter(java.util.List<NamedValuePropertyType> value) |
void |
setProcessReference(ReferenceType value)
Sets the value of the processReference property.
|
void |
setProcessType(ReferenceType value)
Sets the value of the processType property.
|
void |
setVerticalDatum(VerticalDatumPropertyType value)
Sets the value of the verticalDatum property.
|
java.lang.String |
toString() |
void |
unsetComment() |
void |
unsetInput() |
void |
unsetOperator() |
void |
unsetParameter() |
ObservationProcessType |
withAggregationDuration(javax.xml.datatype.Duration value) |
ObservationProcessType |
withComment(java.util.Collection<java.lang.String> values) |
ObservationProcessType |
withComment(java.util.List<java.lang.String> value) |
ObservationProcessType |
withComment(java.lang.String... values) |
ObservationProcessType |
withInput(java.util.Collection<ReferenceType> values) |
ObservationProcessType |
withInput(java.util.List<ReferenceType> value) |
ObservationProcessType |
withInput(ReferenceType... values) |
ObservationProcessType |
withOperator(CIResponsiblePartyPropertyType... values) |
ObservationProcessType |
withOperator(java.util.Collection<CIResponsiblePartyPropertyType> values) |
ObservationProcessType |
withOperator(java.util.List<CIResponsiblePartyPropertyType> value) |
ObservationProcessType |
withOriginatingProcess(ReferenceType value) |
ObservationProcessType |
withParameter(java.util.Collection<NamedValuePropertyType> values) |
ObservationProcessType |
withParameter(java.util.List<NamedValuePropertyType> value) |
ObservationProcessType |
withParameter(NamedValuePropertyType... values) |
ObservationProcessType |
withProcessReference(ReferenceType value) |
ObservationProcessType |
withProcessType(ReferenceType value) |
ObservationProcessType |
withVerticalDatum(VerticalDatumPropertyType value) |
getBoundedBy, 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 ReferenceType processType
protected ReferenceType originatingProcess
protected javax.xml.datatype.Duration aggregationDuration
protected VerticalDatumPropertyType verticalDatum
protected java.util.List<java.lang.String> comment
protected ReferenceType processReference
protected java.util.List<ReferenceType> input
protected java.util.List<NamedValuePropertyType> parameter
protected java.util.List<CIResponsiblePartyPropertyType> operator
public ReferenceType getProcessType()
ReferenceTypepublic void setProcessType(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetProcessType()
public ReferenceType getOriginatingProcess()
ReferenceTypepublic void setOriginatingProcess(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetOriginatingProcess()
public javax.xml.datatype.Duration getAggregationDuration()
Durationpublic void setAggregationDuration(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic boolean isSetAggregationDuration()
public VerticalDatumPropertyType getVerticalDatum()
VerticalDatumPropertyTypepublic void setVerticalDatum(VerticalDatumPropertyType value)
value - allowed object is
VerticalDatumPropertyTypepublic boolean isSetVerticalDatum()
public java.util.List<java.lang.String> getComment()
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 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
public boolean isSetComment()
public void unsetComment()
public ReferenceType getProcessReference()
ReferenceTypepublic void setProcessReference(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetProcessReference()
public java.util.List<ReferenceType> getInput()
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 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
public boolean isSetInput()
public void unsetInput()
public java.util.List<NamedValuePropertyType> getParameter()
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 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
public boolean isSetParameter()
public void unsetParameter()
public java.util.List<CIResponsiblePartyPropertyType> getOperator()
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 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
public boolean isSetOperator()
public void unsetOperator()
public java.lang.String toString()
toString in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic 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 AbstractFeatureTypepublic 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 AbstractFeatureTypepublic boolean equals(java.lang.Object object)
equals in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic java.lang.Object clone()
clone in class AbstractFeatureTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureTypepublic 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 AbstractFeatureTypepublic void setComment(java.util.List<java.lang.String> value)
public void setInput(java.util.List<ReferenceType> value)
public void setParameter(java.util.List<NamedValuePropertyType> value)
public void setOperator(java.util.List<CIResponsiblePartyPropertyType> value)
public ObservationProcessType withProcessType(ReferenceType value)
public ObservationProcessType withOriginatingProcess(ReferenceType value)
public ObservationProcessType withAggregationDuration(javax.xml.datatype.Duration value)
public ObservationProcessType withVerticalDatum(VerticalDatumPropertyType value)
public ObservationProcessType withComment(java.lang.String... values)
public ObservationProcessType withComment(java.util.Collection<java.lang.String> values)
public ObservationProcessType withProcessReference(ReferenceType value)
public ObservationProcessType withInput(ReferenceType... values)
public ObservationProcessType withInput(java.util.Collection<ReferenceType> values)
public ObservationProcessType withParameter(NamedValuePropertyType... values)
public ObservationProcessType withParameter(java.util.Collection<NamedValuePropertyType> values)
public ObservationProcessType withOperator(CIResponsiblePartyPropertyType... values)
public ObservationProcessType withOperator(java.util.Collection<CIResponsiblePartyPropertyType> values)
public ObservationProcessType withComment(java.util.List<java.lang.String> value)
public ObservationProcessType withInput(java.util.List<ReferenceType> value)
public ObservationProcessType withParameter(java.util.List<NamedValuePropertyType> value)
public ObservationProcessType withOperator(java.util.List<CIResponsiblePartyPropertyType> value)
Copyright © 2008-2022. All Rights Reserved.