Class ObservationMetadataType

  • 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 ObservationMetadataType
    extends MDMetadataType
    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 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>
     
    • Constructor Detail

      • ObservationMetadataType

        public ObservationMetadataType()
        Default no-arg constructor
    • Method Detail

      • getIntendedObservationSpacing

        public Duration getIntendedObservationSpacing()
        Gets the value of the intendedObservationSpacing property.
        Returns:
        possible object is Duration
      • setIntendedObservationSpacing

        public void setIntendedObservationSpacing​(Duration value)
        Sets the value of the intendedObservationSpacing property.
        Parameters:
        value - allowed object is Duration
      • isSetIntendedObservationSpacing

        public boolean isSetIntendedObservationSpacing()
      • setStatus

        public void setStatus​(ReferenceType value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is ReferenceType
      • isSetStatus

        public boolean isSetStatus()
      • getSampledMedium

        public ReferenceType getSampledMedium()
        Gets the value of the sampledMedium property.
        Returns:
        possible object is ReferenceType
      • setSampledMedium

        public void setSampledMedium​(ReferenceType value)
        Sets the value of the sampledMedium property.
        Parameters:
        value - allowed object is ReferenceType
      • isSetSampledMedium

        public boolean isSetSampledMedium()
      • getMaximumGap

        public Duration getMaximumGap()
        Gets the value of the maximumGap property.
        Returns:
        possible object is Duration
      • setMaximumGap

        public void setMaximumGap​(Duration value)
        Sets the value of the maximumGap property.
        Parameters:
        value - allowed object is Duration
      • isSetMaximumGap

        public boolean isSetMaximumGap()
      • 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 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

      • isSetParameter

        public boolean isSetParameter()
      • unsetParameter

        public void unsetParameter()
      • append

        public StringBuilder append​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        append in interface org.jvnet.jaxb.lang.ToString
        Overrides:
        append in class MDMetadataType
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb.lang.ToStringStrategy strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb.lang.ToString
        Overrides:
        appendFields in class MDMetadataType
      • 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:
        equals in interface org.jvnet.jaxb.lang.Equals
        Overrides:
        equals in class MDMetadataType
      • hashCode

        public int hashCode​(org.jvnet.jaxb.locator.ObjectLocator locator,
                            org.jvnet.jaxb.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb.lang.HashCode
        Overrides:
        hashCode in class MDMetadataType
      • copyTo

        public Object copyTo​(org.jvnet.jaxb.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb.lang.CopyStrategy strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb.lang.CopyTo
        Overrides:
        copyTo in class MDMetadataType
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
        Specified by:
        createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        createNewInstance in class MDMetadataType
      • mergeFrom

        public void mergeFrom​(Object left,
                              Object right)
        Specified by:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        mergeFrom in class MDMetadataType
      • 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:
        mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
        Overrides:
        mergeFrom in class MDMetadataType