net.opengis.swes.v_2_0
Class DescribeSensorResponseType

java.lang.Object
  extended by net.opengis.swes.v_2_0.ExtensibleResponseType
      extended by net.opengis.swes.v_2_0.DescribeSensorResponseType
All Implemented Interfaces:
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

public class DescribeSensorResponseType
extends ExtensibleResponseType
implements 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 DescribeSensorResponseType complex type.

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

 <complexType name="DescribeSensorResponseType">
   <complexContent>
     <extension base="{http://www.opengis.net/swes/2.0}ExtensibleResponseType">
       <sequence>
         <element name="procedureDescriptionFormat" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="description" 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}SensorDescription"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DescribeSensorResponseType.Description
          Java class for anonymous complex type.
 
Field Summary
protected  List<DescribeSensorResponseType.Description> description
           
protected  String procedureDescriptionFormat
           
 
Fields inherited from class net.opengis.swes.v_2_0.ExtensibleResponseType
extension
 
Constructor Summary
DescribeSensorResponseType()
           
 
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)
           
 List<DescribeSensorResponseType.Description> getDescription()
          Gets the value of the description property.
 String getProcedureDescriptionFormat()
          Gets the value of the procedureDescriptionFormat property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetDescription()
           
 boolean isSetProcedureDescriptionFormat()
           
 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 setDescription(List<DescribeSensorResponseType.Description> value)
           
 void setProcedureDescriptionFormat(String value)
          Sets the value of the procedureDescriptionFormat property.
 String toString()
           
 void unsetDescription()
           
 DescribeSensorResponseType withDescription(Collection<DescribeSensorResponseType.Description> values)
           
 DescribeSensorResponseType withDescription(DescribeSensorResponseType.Description... values)
           
 DescribeSensorResponseType withDescription(List<DescribeSensorResponseType.Description> value)
           
 DescribeSensorResponseType withExtension(Collection<Object> values)
           
 DescribeSensorResponseType withExtension(List<Object> value)
           
 DescribeSensorResponseType withExtension(Object... values)
           
 DescribeSensorResponseType withProcedureDescriptionFormat(String value)
           
 
Methods inherited from class net.opengis.swes.v_2_0.ExtensibleResponseType
getExtension, isSetExtension, setExtension, unsetExtension
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

procedureDescriptionFormat

protected String procedureDescriptionFormat

description

protected List<DescribeSensorResponseType.Description> description
Constructor Detail

DescribeSensorResponseType

public DescribeSensorResponseType()
Method Detail

getProcedureDescriptionFormat

public String getProcedureDescriptionFormat()
Gets the value of the procedureDescriptionFormat property.

Returns:
possible object is String

setProcedureDescriptionFormat

public void setProcedureDescriptionFormat(String value)
Sets the value of the procedureDescriptionFormat property.

Parameters:
value - allowed object is String

isSetProcedureDescriptionFormat

public boolean isSetProcedureDescriptionFormat()

getDescription

public List<DescribeSensorResponseType.Description> getDescription()
Gets the value of the description 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 description property.

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

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescribeSensorResponseType.Description


isSetDescription

public boolean isSetDescription()

unsetDescription

public void unsetDescription()

toString

public String toString()
Overrides:
toString in class ExtensibleResponseType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class ExtensibleResponseType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class ExtensibleResponseType

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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class ExtensibleResponseType

equals

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

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class ExtensibleResponseType

hashCode

public int hashCode()
Overrides:
hashCode in class ExtensibleResponseType

clone

public Object clone()
Overrides:
clone in class ExtensibleResponseType

copyTo

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

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class ExtensibleResponseType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

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

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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class ExtensibleResponseType

setDescription

public void setDescription(List<DescribeSensorResponseType.Description> value)

withProcedureDescriptionFormat

public DescribeSensorResponseType withProcedureDescriptionFormat(String value)

withDescription

public DescribeSensorResponseType withDescription(DescribeSensorResponseType.Description... values)

withDescription

public DescribeSensorResponseType withDescription(Collection<DescribeSensorResponseType.Description> values)

withDescription

public DescribeSensorResponseType withDescription(List<DescribeSensorResponseType.Description> value)

withExtension

public DescribeSensorResponseType withExtension(Object... values)
Overrides:
withExtension in class ExtensibleResponseType

withExtension

public DescribeSensorResponseType withExtension(Collection<Object> values)
Overrides:
withExtension in class ExtensibleResponseType

withExtension

public DescribeSensorResponseType withExtension(List<Object> value)
Overrides:
withExtension in class ExtensibleResponseType


Copyright © 2008-2015. All Rights Reserved.