net.opengis.swes.v_2_0
Class AbstractContentsType

java.lang.Object
  extended by net.opengis.swes.v_2_0.AbstractSWESType
      extended by net.opengis.swes.v_2_0.AbstractContentsType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public abstract class AbstractContentsType
extends AbstractSWESType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for AbstractContentsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractContentsType">
   <complexContent>
     <extension base="{http://www.opengis.net/swes/2.0}AbstractSWESType">
       <sequence>
         <element name="procedureDescriptionFormat" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="observableProperty" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="relatedFeature" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.opengis.net/swes/2.0}FeatureRelationship"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="offering" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://www.opengis.net/swes/2.0}AbstractOffering"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AbstractContentsType.Offering
          Java class for anonymous complex type.
static class AbstractContentsType.RelatedFeature
          Java class for anonymous complex type.
 
Field Summary
protected  List<String> observableProperty
           
protected  List<AbstractContentsType.Offering> offering
           
protected  List<String> procedureDescriptionFormat
           
protected  List<AbstractContentsType.RelatedFeature> relatedFeature
           
 
Fields inherited from class net.opengis.swes.v_2_0.AbstractSWESType
description, extension, id, identifier, name
 
Constructor Summary
AbstractContentsType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 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.EqualsStrategy strategy)
           
 List<String> getObservableProperty()
          Gets the value of the observableProperty property.
 List<AbstractContentsType.Offering> getOffering()
          Gets the value of the offering property.
 List<String> getProcedureDescriptionFormat()
          Gets the value of the procedureDescriptionFormat property.
 List<AbstractContentsType.RelatedFeature> getRelatedFeature()
          Gets the value of the relatedFeature property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetObservableProperty()
           
 boolean isSetOffering()
           
 boolean isSetProcedureDescriptionFormat()
           
 boolean isSetRelatedFeature()
           
 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.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setObservableProperty(List<String> value)
           
 void setOffering(List<AbstractContentsType.Offering> value)
           
 void setProcedureDescriptionFormat(List<String> value)
           
 void setRelatedFeature(List<AbstractContentsType.RelatedFeature> value)
           
 String toString()
           
 void unsetObservableProperty()
           
 void unsetOffering()
           
 void unsetProcedureDescriptionFormat()
           
 void unsetRelatedFeature()
           
 AbstractContentsType withDescription(String value)
           
 AbstractContentsType withExtension(Collection<Object> values)
           
 AbstractContentsType withExtension(List<Object> value)
           
 AbstractContentsType withExtension(Object... values)
           
 AbstractContentsType withId(String value)
           
 AbstractContentsType withIdentifier(String value)
           
 AbstractContentsType withName(CodeType... values)
           
 AbstractContentsType withName(Collection<CodeType> values)
           
 AbstractContentsType withName(List<CodeType> value)
           
 AbstractContentsType withObservableProperty(Collection<String> values)
           
 AbstractContentsType withObservableProperty(List<String> value)
           
 AbstractContentsType withObservableProperty(String... values)
           
 AbstractContentsType withOffering(AbstractContentsType.Offering... values)
           
 AbstractContentsType withOffering(Collection<AbstractContentsType.Offering> values)
           
 AbstractContentsType withOffering(List<AbstractContentsType.Offering> value)
           
 AbstractContentsType withProcedureDescriptionFormat(Collection<String> values)
           
 AbstractContentsType withProcedureDescriptionFormat(List<String> value)
           
 AbstractContentsType withProcedureDescriptionFormat(String... values)
           
 AbstractContentsType withRelatedFeature(AbstractContentsType.RelatedFeature... values)
           
 AbstractContentsType withRelatedFeature(Collection<AbstractContentsType.RelatedFeature> values)
           
 AbstractContentsType withRelatedFeature(List<AbstractContentsType.RelatedFeature> value)
           
 
Methods inherited from class net.opengis.swes.v_2_0.AbstractSWESType
getDescription, getExtension, getId, getIdentifier, getName, isSetDescription, isSetExtension, isSetId, isSetIdentifier, isSetName, setDescription, setExtension, setId, setIdentifier, setName, unsetExtension, unsetName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance
 

Field Detail

procedureDescriptionFormat

protected List<String> procedureDescriptionFormat

observableProperty

protected List<String> observableProperty

relatedFeature

protected List<AbstractContentsType.RelatedFeature> relatedFeature

offering

protected List<AbstractContentsType.Offering> offering
Constructor Detail

AbstractContentsType

public AbstractContentsType()
Method Detail

getProcedureDescriptionFormat

public List<String> getProcedureDescriptionFormat()
Gets the value of the procedureDescriptionFormat 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 JAXB object. This is why there is not a set method for the procedureDescriptionFormat property.

For example, to add a new item, do as follows:

    getProcedureDescriptionFormat().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetProcedureDescriptionFormat

public boolean isSetProcedureDescriptionFormat()

unsetProcedureDescriptionFormat

public void unsetProcedureDescriptionFormat()

getObservableProperty

public List<String> getObservableProperty()
Gets the value of the observableProperty 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 JAXB object. This is why there is not a set method for the observableProperty property.

For example, to add a new item, do as follows:

    getObservableProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetObservableProperty

public boolean isSetObservableProperty()

unsetObservableProperty

public void unsetObservableProperty()

getRelatedFeature

public List<AbstractContentsType.RelatedFeature> getRelatedFeature()
Gets the value of the relatedFeature 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 JAXB object. This is why there is not a set method for the relatedFeature property.

For example, to add a new item, do as follows:

    getRelatedFeature().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractContentsType.RelatedFeature


isSetRelatedFeature

public boolean isSetRelatedFeature()

unsetRelatedFeature

public void unsetRelatedFeature()

getOffering

public List<AbstractContentsType.Offering> getOffering()
Gets the value of the offering 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 JAXB object. This is why there is not a set method for the offering property.

For example, to add a new item, do as follows:

    getOffering().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractContentsType.Offering


isSetOffering

public boolean isSetOffering()

unsetOffering

public void unsetOffering()

toString

public String toString()
Overrides:
toString in class AbstractSWESType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractSWESType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractSWESType

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractSWESType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractSWESType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractSWESType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractSWESType

clone

public Object clone()
Overrides:
clone in class AbstractSWESType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSWESType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractSWESType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSWESType

mergeFrom

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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractSWESType

setProcedureDescriptionFormat

public void setProcedureDescriptionFormat(List<String> value)

setObservableProperty

public void setObservableProperty(List<String> value)

setRelatedFeature

public void setRelatedFeature(List<AbstractContentsType.RelatedFeature> value)

setOffering

public void setOffering(List<AbstractContentsType.Offering> value)

withProcedureDescriptionFormat

public AbstractContentsType withProcedureDescriptionFormat(String... values)

withProcedureDescriptionFormat

public AbstractContentsType withProcedureDescriptionFormat(Collection<String> values)

withObservableProperty

public AbstractContentsType withObservableProperty(String... values)

withObservableProperty

public AbstractContentsType withObservableProperty(Collection<String> values)

withRelatedFeature

public AbstractContentsType withRelatedFeature(AbstractContentsType.RelatedFeature... values)

withRelatedFeature

public AbstractContentsType withRelatedFeature(Collection<AbstractContentsType.RelatedFeature> values)

withOffering

public AbstractContentsType withOffering(AbstractContentsType.Offering... values)

withOffering

public AbstractContentsType withOffering(Collection<AbstractContentsType.Offering> values)

withProcedureDescriptionFormat

public AbstractContentsType withProcedureDescriptionFormat(List<String> value)

withObservableProperty

public AbstractContentsType withObservableProperty(List<String> value)

withRelatedFeature

public AbstractContentsType withRelatedFeature(List<AbstractContentsType.RelatedFeature> value)

withOffering

public AbstractContentsType withOffering(List<AbstractContentsType.Offering> value)

withDescription

public AbstractContentsType withDescription(String value)
Overrides:
withDescription in class AbstractSWESType

withIdentifier

public AbstractContentsType withIdentifier(String value)
Overrides:
withIdentifier in class AbstractSWESType

withName

public AbstractContentsType withName(CodeType... values)
Overrides:
withName in class AbstractSWESType

withName

public AbstractContentsType withName(Collection<CodeType> values)
Overrides:
withName in class AbstractSWESType

withExtension

public AbstractContentsType withExtension(Object... values)
Overrides:
withExtension in class AbstractSWESType

withExtension

public AbstractContentsType withExtension(Collection<Object> values)
Overrides:
withExtension in class AbstractSWESType

withId

public AbstractContentsType withId(String value)
Overrides:
withId in class AbstractSWESType

withName

public AbstractContentsType withName(List<CodeType> value)
Overrides:
withName in class AbstractSWESType

withExtension

public AbstractContentsType withExtension(List<Object> value)
Overrides:
withExtension in class AbstractSWESType


Copyright © 2008-2015. All Rights Reserved.