|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.RequestBaseType
net.opengis.tjs.v_1_0.GetData
public class GetData
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.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()
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.HashCodeStrategy 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.MergeStrategy 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 |
|---|
protected String frameworkURI
protected String datasetURI
protected String attributes
protected String linkageKeys
protected Object filterColumn
protected Object filterValue
protected Object xsl
protected Boolean aid
| Constructor Detail |
|---|
public GetData()
| Method Detail |
|---|
public String getFrameworkURI()
Stringpublic void setFrameworkURI(String value)
value - allowed object is
Stringpublic boolean isSetFrameworkURI()
public String getDatasetURI()
Stringpublic void setDatasetURI(String value)
value - allowed object is
Stringpublic boolean isSetDatasetURI()
public String getAttributes()
Stringpublic void setAttributes(String value)
value - allowed object is
Stringpublic boolean isSetAttributes()
public String getLinkageKeys()
Stringpublic void setLinkageKeys(String value)
value - allowed object is
Stringpublic boolean isSetLinkageKeys()
public Object getFilterColumn()
Objectpublic void setFilterColumn(Object value)
value - allowed object is
Objectpublic boolean isSetFilterColumn()
public Object getFilterValue()
Objectpublic void setFilterValue(Object value)
value - allowed object is
Objectpublic boolean isSetFilterValue()
public Object getXSL()
Objectpublic void setXSL(Object value)
value - allowed object is
Objectpublic boolean isSetXSL()
public boolean isAid()
Booleanpublic void setAid(boolean value)
value - allowed object is
Booleanpublic boolean isSetAid()
public void unsetAid()
public String toString()
toString in class RequestBaseType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class RequestBaseType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class RequestBaseType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class RequestBaseTypepublic boolean equals(Object object)
equals in class RequestBaseType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class RequestBaseTypepublic int hashCode()
hashCode in class RequestBaseTypepublic Object clone()
clone in class RequestBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class RequestBaseType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseType
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypepublic GetData withFrameworkURI(String value)
public GetData withDatasetURI(String value)
public GetData withAttributes(String value)
public GetData withLinkageKeys(String value)
public GetData withFilterColumn(Object value)
public GetData withFilterValue(Object value)
public GetData withXSL(Object value)
public GetData withAid(boolean value)
public GetData withVersion(String value)
withVersion in class RequestBaseTypepublic GetData withLanguage(String value)
withLanguage in class RequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||