net.opengis.tjs.v_1_0
Class JoinData.AttributeData.GetDataXML

java.lang.Object
  extended by net.opengis.tjs.v_1_0.JoinData.AttributeData.GetDataXML
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
Enclosing class:
JoinData.AttributeData

public static class JoinData.AttributeData.GetDataXML
extends Object
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>
     <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>
 


Field Summary
protected  String attributes
           
protected  String datasetURI
           
protected  String frameworkURI
           
protected  String getDataHost
           
protected  String language
           
protected  String linkageKeys
           
 
Constructor Summary
JoinData.AttributeData.GetDataXML()
           
 
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.
 String getFrameworkURI()
          Gets the value of the frameworkURI property.
 String getGetDataHost()
          Gets the value of the getDataHost property.
 String getLanguage()
          Gets the value of the language property.
 String getLinkageKeys()
          Gets the value of the linkageKeys property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAttributes()
           
 boolean isSetDatasetURI()
           
 boolean isSetFrameworkURI()
           
 boolean isSetGetDataHost()
           
 boolean isSetLanguage()
           
 boolean isSetLinkageKeys()
           
 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.
 void setGetDataHost(String value)
          Sets the value of the getDataHost property.
 void setLanguage(String value)
          Sets the value of the language property.
 void setLinkageKeys(String value)
          Sets the value of the linkageKeys property.
 String toString()
           
 JoinData.AttributeData.GetDataXML withAttributes(String value)
           
 JoinData.AttributeData.GetDataXML withDatasetURI(String value)
           
 JoinData.AttributeData.GetDataXML withFrameworkURI(String value)
           
 JoinData.AttributeData.GetDataXML withGetDataHost(String value)
           
 JoinData.AttributeData.GetDataXML withLanguage(String value)
           
 JoinData.AttributeData.GetDataXML withLinkageKeys(String value)
           
 
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

getDataHost

protected String getDataHost

language

protected String language
Constructor Detail

JoinData.AttributeData.GetDataXML

public JoinData.AttributeData.GetDataXML()
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()

getGetDataHost

public String getGetDataHost()
Gets the value of the getDataHost property.

Returns:
possible object is String

setGetDataHost

public void setGetDataHost(String value)
Sets the value of the getDataHost property.

Parameters:
value - allowed object is String

isSetGetDataHost

public boolean isSetGetDataHost()

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

isSetLanguage

public boolean isSetLanguage()

toString

public String toString()
Overrides:
toString in class Object

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

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

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

equals

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

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

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

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

mergeFrom

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

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

withFrameworkURI

public JoinData.AttributeData.GetDataXML withFrameworkURI(String value)

withDatasetURI

public JoinData.AttributeData.GetDataXML withDatasetURI(String value)

withAttributes

public JoinData.AttributeData.GetDataXML withAttributes(String value)

withLinkageKeys

public JoinData.AttributeData.GetDataXML withLinkageKeys(String value)

withGetDataHost

public JoinData.AttributeData.GetDataXML withGetDataHost(String value)

withLanguage

public JoinData.AttributeData.GetDataXML withLanguage(String value)


Copyright © 2008-2015. All Rights Reserved.