|
|||||||||
| 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.JoinData
public class JoinData
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 name="AttributeData">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="GetDataURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="GetDataXML">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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"/>
</sequence>
<attribute name="getDataHost" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="MapStyling" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StylingIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="StylingURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ClassificationURL" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="update">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
JoinData.AttributeData
Java class for anonymous complex type. |
static class |
JoinData.MapStyling
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected JoinData.AttributeData |
attributeData
|
protected Object |
classificationURL
|
protected JoinData.MapStyling |
mapStyling
|
protected String |
update
|
| Fields inherited from class net.opengis.tjs.v_1_0.RequestBaseType |
|---|
language, SERVICE, version |
| Constructor Summary | |
|---|---|
JoinData()
|
|
| 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)
|
JoinData.AttributeData |
getAttributeData()
Gets the value of the attributeData property. |
Object |
getClassificationURL()
Gets the value of the classificationURL property. |
JoinData.MapStyling |
getMapStyling()
Gets the value of the mapStyling property. |
String |
getUpdate()
Gets the value of the update property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAttributeData()
|
boolean |
isSetClassificationURL()
|
boolean |
isSetMapStyling()
|
boolean |
isSetUpdate()
|
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 |
setAttributeData(JoinData.AttributeData value)
Sets the value of the attributeData property. |
void |
setClassificationURL(Object value)
Sets the value of the classificationURL property. |
void |
setMapStyling(JoinData.MapStyling value)
Sets the value of the mapStyling property. |
void |
setUpdate(String value)
Sets the value of the update property. |
String |
toString()
|
JoinData |
withAttributeData(JoinData.AttributeData value)
|
JoinData |
withClassificationURL(Object value)
|
JoinData |
withLanguage(String value)
|
JoinData |
withMapStyling(JoinData.MapStyling value)
|
JoinData |
withUpdate(String value)
|
JoinData |
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 |
|---|
protected JoinData.AttributeData attributeData
protected JoinData.MapStyling mapStyling
protected Object classificationURL
protected String update
| Constructor Detail |
|---|
public JoinData()
| Method Detail |
|---|
public JoinData.AttributeData getAttributeData()
JoinData.AttributeDatapublic void setAttributeData(JoinData.AttributeData value)
value - allowed object is
JoinData.AttributeDatapublic boolean isSetAttributeData()
public JoinData.MapStyling getMapStyling()
JoinData.MapStylingpublic void setMapStyling(JoinData.MapStyling value)
value - allowed object is
JoinData.MapStylingpublic boolean isSetMapStyling()
public Object getClassificationURL()
Objectpublic void setClassificationURL(Object value)
value - allowed object is
Objectpublic boolean isSetClassificationURL()
public String getUpdate()
Stringpublic void setUpdate(String value)
value - allowed object is
Stringpublic boolean isSetUpdate()
public String toString()
toString in class RequestBaseType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class RequestBaseType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class RequestBaseType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class RequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class RequestBaseType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class RequestBaseTypepublic JoinData withAttributeData(JoinData.AttributeData value)
public JoinData withMapStyling(JoinData.MapStyling value)
public JoinData withClassificationURL(Object value)
public JoinData withUpdate(String value)
public JoinData withVersion(String value)
withVersion in class RequestBaseTypepublic JoinData withLanguage(String value)
withLanguage in class RequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||