net.opengis.tjs.v_1_0
Class JoinData

java.lang.Object
  extended by net.opengis.tjs.v_1_0.RequestBaseType
      extended by net.opengis.tjs.v_1_0.JoinData
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 JoinData
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 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

attributeData

protected JoinData.AttributeData attributeData

mapStyling

protected JoinData.MapStyling mapStyling

classificationURL

protected Object classificationURL

update

protected String update
Constructor Detail

JoinData

public JoinData()
Method Detail

getAttributeData

public JoinData.AttributeData getAttributeData()
Gets the value of the attributeData property.

Returns:
possible object is JoinData.AttributeData

setAttributeData

public void setAttributeData(JoinData.AttributeData value)
Sets the value of the attributeData property.

Parameters:
value - allowed object is JoinData.AttributeData

isSetAttributeData

public boolean isSetAttributeData()

getMapStyling

public JoinData.MapStyling getMapStyling()
Gets the value of the mapStyling property.

Returns:
possible object is JoinData.MapStyling

setMapStyling

public void setMapStyling(JoinData.MapStyling value)
Sets the value of the mapStyling property.

Parameters:
value - allowed object is JoinData.MapStyling

isSetMapStyling

public boolean isSetMapStyling()

getClassificationURL

public Object getClassificationURL()
Gets the value of the classificationURL property.

Returns:
possible object is Object

setClassificationURL

public void setClassificationURL(Object value)
Sets the value of the classificationURL property.

Parameters:
value - allowed object is Object

isSetClassificationURL

public boolean isSetClassificationURL()

getUpdate

public String getUpdate()
Gets the value of the update property.

Returns:
possible object is String

setUpdate

public void setUpdate(String value)
Sets the value of the update property.

Parameters:
value - allowed object is String

isSetUpdate

public boolean isSetUpdate()

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

withAttributeData

public JoinData withAttributeData(JoinData.AttributeData value)

withMapStyling

public JoinData withMapStyling(JoinData.MapStyling value)

withClassificationURL

public JoinData withClassificationURL(Object value)

withUpdate

public JoinData withUpdate(String value)

withVersion

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

withLanguage

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


Copyright © 2008-2016. All Rights Reserved.