net.opengis.tjs.v_1_0
Class DescribeData

java.lang.Object
  extended by net.opengis.tjs.v_1_0.RequestBaseType
      extended by net.opengis.tjs.v_1_0.DescribeData
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 class DescribeData
extends RequestBaseType
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 anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.opengis.net/tjs/1.0}RequestBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/tjs/1.0}FrameworkURI" minOccurs="0"/>
         <element ref="{http://www.opengis.net/tjs/1.0}DatasetURI" minOccurs="0"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Attributes" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String attributes
           
protected  String datasetURI
           
protected  String frameworkURI
           
 
Fields inherited from class net.opengis.tjs.v_1_0.RequestBaseType
language, SERVICE, version
 
Constructor Summary
DescribeData()
           
 
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)
           
 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.EqualsStrategy strategy)
           
 String getAttributes()
          The names of the attributes for which descriptions are requested from the server.
 String getDatasetURI()
          URI of the dataset which contains the attributes to be described.
 String getFrameworkURI()
          URI of the spatial framework to which the attribute data must apply.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAttributes()
           
 boolean isSetDatasetURI()
           
 boolean isSetFrameworkURI()
           
 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 setAttributes(String value)
          Sets the value of the attributes property.
 void setDatasetURI(String value)
          Sets the value of the datasetURI property.
 void setFrameworkURI(String value)
          Sets the value of the frameworkURI property.
 String toString()
           
 DescribeData withAttributes(String value)
           
 DescribeData withDatasetURI(String value)
           
 DescribeData withFrameworkURI(String value)
           
 DescribeData withLanguage(String value)
           
 DescribeData withVersion(String value)
           
 
Methods inherited from class net.opengis.tjs.v_1_0.RequestBaseType
getLanguage, getVersion, isSetLanguage, isSetVersion, setLanguage, setVersion
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

frameworkURI

protected String frameworkURI

datasetURI

protected String datasetURI

attributes

protected String attributes
Constructor Detail

DescribeData

public DescribeData()
Method Detail

getFrameworkURI

public String getFrameworkURI()
URI of the spatial framework to which the attribute data must apply.

Returns:
possible object is String

setFrameworkURI

public void setFrameworkURI(String value)
Sets the value of the frameworkURI property.

Parameters:
value - allowed object is String

isSetFrameworkURI

public boolean isSetFrameworkURI()

getDatasetURI

public String getDatasetURI()
URI of the dataset which contains the attributes to be described.

Returns:
possible object is String

setDatasetURI

public void setDatasetURI(String value)
Sets the value of the datasetURI property.

Parameters:
value - allowed object is String

isSetDatasetURI

public boolean isSetDatasetURI()

getAttributes

public String getAttributes()
The names of the attributes for which descriptions are requested from the server.

Returns:
possible object is String

setAttributes

public void setAttributes(String value)
Sets the value of the attributes property.

Parameters:
value - allowed object is String

isSetAttributes

public boolean isSetAttributes()

toString

public String toString()
Overrides:
toString in class RequestBaseType

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 RequestBaseType

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 RequestBaseType

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 RequestBaseType

equals

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

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 RequestBaseType

hashCode

public int hashCode()
Overrides:
hashCode in class RequestBaseType

clone

public Object clone()
Overrides:
clone in class RequestBaseType

copyTo

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

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 RequestBaseType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class RequestBaseType

mergeFrom

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

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 RequestBaseType

withFrameworkURI

public DescribeData withFrameworkURI(String value)

withDatasetURI

public DescribeData withDatasetURI(String value)

withAttributes

public DescribeData withAttributes(String value)

withVersion

public DescribeData withVersion(String value)
Overrides:
withVersion in class RequestBaseType

withLanguage

public DescribeData withLanguage(String value)
Overrides:
withLanguage in class RequestBaseType


Copyright © 2008-2015. All Rights Reserved.