|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.MDMetadataType
net.opengis.waterml.v_2_0.ObservationMetadataType
public class ObservationMetadataType
Java class for ObservationMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObservationMetadataType">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}MD_Metadata_Type">
<sequence>
<element name="intendedObservationSpacing" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="status" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
<element name="sampledMedium" type="{http://www.opengis.net/gml/3.2}ReferenceType" minOccurs="0"/>
<element name="maximumGap" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="parameter" type="{http://www.opengis.net/om/2.0}NamedValuePropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Duration |
intendedObservationSpacing
|
protected Duration |
maximumGap
|
protected List<NamedValuePropertyType> |
parameter
|
protected ReferenceType |
sampledMedium
|
protected ReferenceType |
status
|
| Fields inherited from class net.opengis.iso19139.gmd.v_20070417.MDMetadataType |
|---|
applicationSchemaInfo, characterSet, contact, contentInfo, dataQualityInfo, dataSetURI, dateStamp, describes, distributionInfo, featureAttribute, featureType, fileIdentifier, hierarchyLevel, hierarchyLevelName, identificationInfo, language, locale, metadataConstraints, metadataExtensionInfo, metadataMaintenance, metadataStandardName, metadataStandardVersion, parentIdentifier, portrayalCatalogueInfo, propertyType, referenceSystemInfo, series, spatialRepresentationInfo |
| Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
ObservationMetadataType()
|
|
| 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 |
getIntendedObservationSpacing()
Gets the value of the intendedObservationSpacing property. |
Duration |
getMaximumGap()
Gets the value of the maximumGap property. |
List<NamedValuePropertyType> |
getParameter()
Gets the value of the parameter property. |
ReferenceType |
getSampledMedium()
Gets the value of the sampledMedium property. |
ReferenceType |
getStatus()
Gets the value of the status property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetIntendedObservationSpacing()
|
boolean |
isSetMaximumGap()
|
boolean |
isSetParameter()
|
boolean |
isSetSampledMedium()
|
boolean |
isSetStatus()
|
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 |
setIntendedObservationSpacing(Duration value)
Sets the value of the intendedObservationSpacing property. |
void |
setMaximumGap(Duration value)
Sets the value of the maximumGap property. |
void |
setParameter(List<NamedValuePropertyType> value)
|
void |
setSampledMedium(ReferenceType value)
Sets the value of the sampledMedium property. |
void |
setStatus(ReferenceType value)
Sets the value of the status property. |
String |
toString()
|
void |
unsetParameter()
|
ObservationMetadataType |
withIntendedObservationSpacing(Duration value)
|
ObservationMetadataType |
withMaximumGap(Duration value)
|
ObservationMetadataType |
withParameter(Collection<NamedValuePropertyType> values)
|
ObservationMetadataType |
withParameter(List<NamedValuePropertyType> value)
|
ObservationMetadataType |
withParameter(NamedValuePropertyType... values)
|
ObservationMetadataType |
withSampledMedium(ReferenceType value)
|
ObservationMetadataType |
withStatus(ReferenceType value)
|
| Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Duration intendedObservationSpacing
protected ReferenceType status
protected ReferenceType sampledMedium
protected Duration maximumGap
protected List<NamedValuePropertyType> parameter
| Constructor Detail |
|---|
public ObservationMetadataType()
| Method Detail |
|---|
public Duration getIntendedObservationSpacing()
Durationpublic void setIntendedObservationSpacing(Duration value)
value - allowed object is
Durationpublic boolean isSetIntendedObservationSpacing()
public ReferenceType getStatus()
ReferenceTypepublic void setStatus(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetStatus()
public ReferenceType getSampledMedium()
ReferenceTypepublic void setSampledMedium(ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean isSetSampledMedium()
public Duration getMaximumGap()
Durationpublic void setMaximumGap(Duration value)
value - allowed object is
Durationpublic boolean isSetMaximumGap()
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 String toString()
toString in class MDMetadataType
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 MDMetadataType
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 MDMetadataType
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 MDMetadataTypepublic boolean equals(Object object)
equals in class MDMetadataType
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 MDMetadataTypepublic int hashCode()
hashCode in class MDMetadataTypepublic Object clone()
clone in class MDMetadataTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class MDMetadataType
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 MDMetadataTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class MDMetadataType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class MDMetadataType
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 MDMetadataTypepublic void setParameter(List<NamedValuePropertyType> value)
public ObservationMetadataType withIntendedObservationSpacing(Duration value)
public ObservationMetadataType withStatus(ReferenceType value)
public ObservationMetadataType withSampledMedium(ReferenceType value)
public ObservationMetadataType withMaximumGap(Duration value)
public ObservationMetadataType withParameter(NamedValuePropertyType... values)
public ObservationMetadataType withParameter(Collection<NamedValuePropertyType> values)
public ObservationMetadataType withParameter(List<NamedValuePropertyType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||