|
|||||||||
| 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.waterml.v_2_0.ObservationProcessType
public class ObservationProcessType
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 | |
|---|---|
protected Duration |
aggregationDuration
|
protected List<String> |
comment
|
protected List<ReferenceType> |
input
|
protected List<CIResponsiblePartyPropertyType> |
operator
|
protected ReferenceType |
originatingProcess
|
protected List<NamedValuePropertyType> |
parameter
|
protected ReferenceType |
processReference
|
protected ReferenceType |
processType
|
protected VerticalDatumPropertyType |
verticalDatum
|
| 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 | |
|---|---|
ObservationProcessType()
|
|
| Method Summary | |
|---|---|
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)
|
Duration |
getAggregationDuration()
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. |
ReferenceType |
getOriginatingProcess()
Gets the value of the originatingProcess property. |
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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAggregationDuration(Duration value)
Sets the value of the aggregationDuration property. |
void |
setComment(List<String> value)
|
void |
setInput(List<ReferenceType> value)
|
void |
setOperator(List<CIResponsiblePartyPropertyType> value)
|
void |
setOriginatingProcess(ReferenceType value)
Sets the value of the originatingProcess property. |
void |
setParameter(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. |
String |
toString()
|
void |
unsetComment()
|
void |
unsetInput()
|
void |
unsetOperator()
|
void |
unsetParameter()
|
ObservationProcessType |
withAggregationDuration(Duration value)
|
ObservationProcessType |
withComment(Collection<String> values)
|
ObservationProcessType |
withComment(List<String> value)
|
ObservationProcessType |
withComment(String... values)
|
ObservationProcessType |
withInput(Collection<ReferenceType> values)
|
ObservationProcessType |
withInput(List<ReferenceType> value)
|
ObservationProcessType |
withInput(ReferenceType... values)
|
ObservationProcessType |
withOperator(CIResponsiblePartyPropertyType... values)
|
ObservationProcessType |
withOperator(Collection<CIResponsiblePartyPropertyType> values)
|
ObservationProcessType |
withOperator(List<CIResponsiblePartyPropertyType> value)
|
ObservationProcessType |
withOriginatingProcess(ReferenceType value)
|
ObservationProcessType |
withParameter(Collection<NamedValuePropertyType> values)
|
ObservationProcessType |
withParameter(List<NamedValuePropertyType> value)
|
ObservationProcessType |
withParameter(NamedValuePropertyType... values)
|
ObservationProcessType |
withProcessReference(ReferenceType value)
|
ObservationProcessType |
withProcessType(ReferenceType value)
|
ObservationProcessType |
withVerticalDatum(VerticalDatumPropertyType value)
|
| 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 ReferenceType processType
protected ReferenceType originatingProcess
protected Duration aggregationDuration
protected VerticalDatumPropertyType verticalDatum
protected List<String> comment
protected ReferenceType processReference
protected List<ReferenceType> input
protected List<NamedValuePropertyType> parameter
protected List<CIResponsiblePartyPropertyType> operator
| Constructor Detail |
|---|
public ObservationProcessType()
| Method Detail |
|---|
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 Duration getAggregationDuration()
Durationpublic void setAggregationDuration(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 List<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 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 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 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 String toString()
toString in class AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureType
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 AbstractFeatureTypepublic boolean equals(Object object)
equals in class AbstractFeatureType
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 AbstractFeatureTypepublic int hashCode()
hashCode in class AbstractFeatureTypepublic Object clone()
clone in class AbstractFeatureTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractFeatureType
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 AbstractFeatureTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractFeatureType
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 AbstractFeatureTypepublic void setComment(List<String> value)
public void setInput(List<ReferenceType> value)
public void setParameter(List<NamedValuePropertyType> value)
public void setOperator(List<CIResponsiblePartyPropertyType> value)
public ObservationProcessType withProcessType(ReferenceType value)
public ObservationProcessType withOriginatingProcess(ReferenceType value)
public ObservationProcessType withAggregationDuration(Duration value)
public ObservationProcessType withVerticalDatum(VerticalDatumPropertyType value)
public ObservationProcessType withComment(String... values)
public ObservationProcessType withComment(Collection<String> values)
public ObservationProcessType withProcessReference(ReferenceType value)
public ObservationProcessType withInput(ReferenceType... values)
public ObservationProcessType withInput(Collection<ReferenceType> values)
public ObservationProcessType withParameter(NamedValuePropertyType... values)
public ObservationProcessType withParameter(Collection<NamedValuePropertyType> values)
public ObservationProcessType withOperator(CIResponsiblePartyPropertyType... values)
public ObservationProcessType withOperator(Collection<CIResponsiblePartyPropertyType> values)
public ObservationProcessType withComment(List<String> value)
public ObservationProcessType withInput(List<ReferenceType> value)
public ObservationProcessType withParameter(List<NamedValuePropertyType> value)
public ObservationProcessType withOperator(List<CIResponsiblePartyPropertyType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||