net.opengis.tjs.v_1_0
Class GetData

java.lang.Object
  extended by net.opengis.tjs.v_1_0.RequestBaseType
      extended by net.opengis.tjs.v_1_0.GetData
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 GetData
extends RequestBaseType
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 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"/>
         <element ref="{http://www.opengis.net/tjs/1.0}DatasetURI"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Attributes" minOccurs="0"/>
         <element ref="{http://www.opengis.net/tjs/1.0}LinkageKeys" minOccurs="0"/>
         <element name="FilterColumn" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="FilterValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="XSL" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attribute name="aid" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean aid
           
protected  String attributes
           
protected  String datasetURI
           
protected  Object filterColumn
           
protected  Object filterValue
           
protected  String frameworkURI
           
protected  String linkageKeys
           
protected  Object xsl
           
 
Fields inherited from class net.opengis.tjs.v_1_0.RequestBaseType
language, SERVICE, version
 
Constructor Summary
GetData()
           
 
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)
           
 String getAttributes()
          Gets the value of the attributes property.
 String getDatasetURI()
          Gets the value of the datasetURI property.
 Object getFilterColumn()
          Gets the value of the filterColumn property.
 Object getFilterValue()
          Gets the value of the filterValue property.
 String getFrameworkURI()
          Gets the value of the frameworkURI property.
 String getLinkageKeys()
          Gets the value of the linkageKeys property.
 Object getXSL()
          Gets the value of the xsl property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isAid()
          Gets the value of the aid property.
 boolean isSetAid()
           
 boolean isSetAttributes()
           
 boolean isSetDatasetURI()
           
 boolean isSetFilterColumn()
           
 boolean isSetFilterValue()
           
 boolean isSetFrameworkURI()
           
 boolean isSetLinkageKeys()
           
 boolean isSetXSL()
           
 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 setAid(boolean value)
          Sets the value of the aid property.
 void setAttributes(String value)
          Sets the value of the attributes property.
 void setDatasetURI(String value)
          Sets the value of the datasetURI property.
 void setFilterColumn(Object value)
          Sets the value of the filterColumn property.
 void setFilterValue(Object value)
          Sets the value of the filterValue property.
 void setFrameworkURI(String value)
          Sets the value of the frameworkURI property.
 void setLinkageKeys(String value)
          Sets the value of the linkageKeys property.
 void setXSL(Object value)
          Sets the value of the xsl property.
 String toString()
           
 void unsetAid()
           
 GetData withAid(boolean value)
           
 GetData withAttributes(String value)
           
 GetData withDatasetURI(String value)
           
 GetData withFilterColumn(Object value)
           
 GetData withFilterValue(Object value)
           
 GetData withFrameworkURI(String value)
           
 GetData withLanguage(String value)
           
 GetData withLinkageKeys(String value)
           
 GetData withVersion(String value)
           
 GetData withXSL(Object 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

linkageKeys

protected String linkageKeys

filterColumn

protected Object filterColumn

filterValue

protected Object filterValue

xsl

protected Object xsl

aid

protected Boolean aid
Constructor Detail

GetData

public GetData()
Method Detail

getFrameworkURI

public String getFrameworkURI()
Gets the value of the frameworkURI property.

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()
Gets the value of the datasetURI property.

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()
Gets the value of the attributes property.

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()

getLinkageKeys

public String getLinkageKeys()
Gets the value of the linkageKeys property.

Returns:
possible object is String

setLinkageKeys

public void setLinkageKeys(String value)
Sets the value of the linkageKeys property.

Parameters:
value - allowed object is String

isSetLinkageKeys

public boolean isSetLinkageKeys()

getFilterColumn

public Object getFilterColumn()
Gets the value of the filterColumn property.

Returns:
possible object is Object

setFilterColumn

public void setFilterColumn(Object value)
Sets the value of the filterColumn property.

Parameters:
value - allowed object is Object

isSetFilterColumn

public boolean isSetFilterColumn()

getFilterValue

public Object getFilterValue()
Gets the value of the filterValue property.

Returns:
possible object is Object

setFilterValue

public void setFilterValue(Object value)
Sets the value of the filterValue property.

Parameters:
value - allowed object is Object

isSetFilterValue

public boolean isSetFilterValue()

getXSL

public Object getXSL()
Gets the value of the xsl property.

Returns:
possible object is Object

setXSL

public void setXSL(Object value)
Sets the value of the xsl property.

Parameters:
value - allowed object is Object

isSetXSL

public boolean isSetXSL()

isAid

public boolean isAid()
Gets the value of the aid property.

Returns:
possible object is Boolean

setAid

public void setAid(boolean value)
Sets the value of the aid property.

Parameters:
value - allowed object is Boolean

isSetAid

public boolean isSetAid()

unsetAid

public void unsetAid()

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.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class RequestBaseType

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 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.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
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.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
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.CopyTo2
Overrides:
copyTo in class RequestBaseType

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 RequestBaseType

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
Overrides:
createNewInstance in class RequestBaseType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class RequestBaseType

withFrameworkURI

public GetData withFrameworkURI(String value)

withDatasetURI

public GetData withDatasetURI(String value)

withAttributes

public GetData withAttributes(String value)

withLinkageKeys

public GetData withLinkageKeys(String value)

withFilterColumn

public GetData withFilterColumn(Object value)

withFilterValue

public GetData withFilterValue(Object value)

withXSL

public GetData withXSL(Object value)

withAid

public GetData withAid(boolean value)

withVersion

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

withLanguage

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


Copyright © 2008-2016. All Rights Reserved.