net.opengis.tjs.v_1_0
Class JoinDataResponse

java.lang.Object
  extended by net.opengis.tjs.v_1_0.JoinDataResponse
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 JoinDataResponse
extends Object
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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Status">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="Accepted" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                   <element name="Completed" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                   <element name="Failed">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
                 <attribute ref="{http://www.w3.org/1999/xlink}href use="required""/>
                 <attribute name="creationTime" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="DataInputs">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Framework" type="{http://www.opengis.net/tjs/1.0}FrameworkDatasetDescribeDataType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="JoinedOutputs">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Output" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element ref="{http://www.opengis.net/tjs/1.0}Mechanism"/>
                             <choice>
                               <element name="Resource">
                                 <complexType>
                                   <complexContent>
                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                       <sequence>
                                         <element name="URL" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
                                         <element name="Parameter" maxOccurs="unbounded" minOccurs="0">
                                           <complexType>
                                             <simpleContent>
                                               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
                                               </extension>
                                             </simpleContent>
                                           </complexType>
                                         </element>
                                       </sequence>
                                     </restriction>
                                   </complexContent>
                                 </complexType>
                               </element>
                               <element name="ExceptionReport">
                                 <complexType>
                                   <complexContent>
                                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                       <sequence>
                                         <element ref="{http://www.opengis.net/ows/1.1}Exception"/>
                                       </sequence>
                                     </restriction>
                                   </complexContent>
                                 </complexType>
                               </element>
                             </choice>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attGroup ref="{http://www.opengis.net/tjs/1.0}RootAttributesGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class JoinDataResponse.DataInputs
          Java class for anonymous complex type.
static class JoinDataResponse.JoinedOutputs
          Java class for anonymous complex type.
static class JoinDataResponse.Status
          Java class for anonymous complex type.
 
Field Summary
protected  String capabilities
           
protected  JoinDataResponse.DataInputs dataInputs
           
protected  JoinDataResponse.JoinedOutputs joinedOutputs
           
protected  String lang
           
static String SERVICE
           
protected  JoinDataResponse.Status status
           
static String VERSION
           
 
Constructor Summary
JoinDataResponse()
           
 
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 getCapabilities()
          Gets the value of the capabilities property.
 JoinDataResponse.DataInputs getDataInputs()
          Gets the value of the dataInputs property.
 JoinDataResponse.JoinedOutputs getJoinedOutputs()
          Gets the value of the joinedOutputs property.
 String getLang()
          RFC 4646 language code of the human-readable text (e.g.
 JoinDataResponse.Status getStatus()
          Gets the value of the status property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetCapabilities()
           
 boolean isSetDataInputs()
           
 boolean isSetJoinedOutputs()
           
 boolean isSetLang()
           
 boolean isSetStatus()
           
 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 setCapabilities(String value)
          Sets the value of the capabilities property.
 void setDataInputs(JoinDataResponse.DataInputs value)
          Sets the value of the dataInputs property.
 void setJoinedOutputs(JoinDataResponse.JoinedOutputs value)
          Sets the value of the joinedOutputs property.
 void setLang(String value)
          Sets the value of the lang property.
 void setStatus(JoinDataResponse.Status value)
          Sets the value of the status property.
 String toString()
           
 JoinDataResponse withCapabilities(String value)
           
 JoinDataResponse withDataInputs(JoinDataResponse.DataInputs value)
           
 JoinDataResponse withJoinedOutputs(JoinDataResponse.JoinedOutputs value)
           
 JoinDataResponse withLang(String value)
           
 JoinDataResponse withStatus(JoinDataResponse.Status value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

status

protected JoinDataResponse.Status status

dataInputs

protected JoinDataResponse.DataInputs dataInputs

joinedOutputs

protected JoinDataResponse.JoinedOutputs joinedOutputs

SERVICE

public static final String SERVICE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

capabilities

protected String capabilities

lang

protected String lang
Constructor Detail

JoinDataResponse

public JoinDataResponse()
Method Detail

getStatus

public JoinDataResponse.Status getStatus()
Gets the value of the status property.

Returns:
possible object is JoinDataResponse.Status

setStatus

public void setStatus(JoinDataResponse.Status value)
Sets the value of the status property.

Parameters:
value - allowed object is JoinDataResponse.Status

isSetStatus

public boolean isSetStatus()

getDataInputs

public JoinDataResponse.DataInputs getDataInputs()
Gets the value of the dataInputs property.

Returns:
possible object is JoinDataResponse.DataInputs

setDataInputs

public void setDataInputs(JoinDataResponse.DataInputs value)
Sets the value of the dataInputs property.

Parameters:
value - allowed object is JoinDataResponse.DataInputs

isSetDataInputs

public boolean isSetDataInputs()

getJoinedOutputs

public JoinDataResponse.JoinedOutputs getJoinedOutputs()
Gets the value of the joinedOutputs property.

Returns:
possible object is JoinDataResponse.JoinedOutputs

setJoinedOutputs

public void setJoinedOutputs(JoinDataResponse.JoinedOutputs value)
Sets the value of the joinedOutputs property.

Parameters:
value - allowed object is JoinDataResponse.JoinedOutputs

isSetJoinedOutputs

public boolean isSetJoinedOutputs()

getCapabilities

public String getCapabilities()
Gets the value of the capabilities property.

Returns:
possible object is String

setCapabilities

public void setCapabilities(String value)
Sets the value of the capabilities property.

Parameters:
value - allowed object is String

isSetCapabilities

public boolean isSetCapabilities()

getLang

public String getLang()
RFC 4646 language code of the human-readable text (e.g. "en-CA").

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

isSetLang

public boolean isSetLang()

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

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

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

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.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2

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.CopyTo2

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

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

mergeFrom

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

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

withStatus

public JoinDataResponse withStatus(JoinDataResponse.Status value)

withDataInputs

public JoinDataResponse withDataInputs(JoinDataResponse.DataInputs value)

withJoinedOutputs

public JoinDataResponse withJoinedOutputs(JoinDataResponse.JoinedOutputs value)

withCapabilities

public JoinDataResponse withCapabilities(String value)

withLang

public JoinDataResponse withLang(String value)


Copyright © 2008-2016. All Rights Reserved.