net.opengis.tjs.v_1_0
Class FrameworkDatasetDescribeDataType.Dataset

java.lang.Object
  extended by net.opengis.tjs.v_1_0.FrameworkDatasetDescribeDataType.Dataset
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:
FrameworkDatasetDescribeDataType

public static class FrameworkDatasetDescribeDataType.Dataset
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}DatasetURI"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Organization"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Title"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Abstract"/>
         <element ref="{http://www.opengis.net/tjs/1.0}ReferenceDate"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Version"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Documentation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/tjs/1.0}DescribeDataRequest"/>
         <element ref="{http://www.opengis.net/tjs/1.0}Columnset"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AbstractType _abstract
           
protected  Columnset columnset
           
protected  String datasetURI
           
protected  DescribeDataRequest describeDataRequest
           
protected  String documentation
           
protected  String organization
           
protected  ReferenceDate referenceDate
           
protected  String title
           
protected  String version
           
 
Constructor Summary
FrameworkDatasetDescribeDataType.Dataset()
           
 
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)
           
 AbstractType getAbstract()
          Gets the value of the abstract property.
 Columnset getColumnset()
          Gets the value of the columnset property.
 String getDatasetURI()
          Gets the value of the datasetURI property.
 DescribeDataRequest getDescribeDataRequest()
          Gets the value of the describeDataRequest property.
 String getDocumentation()
          Gets the value of the documentation property.
 String getOrganization()
          Gets the value of the organization property.
 ReferenceDate getReferenceDate()
          Gets the value of the referenceDate property.
 String getTitle()
          Gets the value of the title property.
 String getVersion()
          Gets the value of the version property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAbstract()
           
 boolean isSetColumnset()
           
 boolean isSetDatasetURI()
           
 boolean isSetDescribeDataRequest()
           
 boolean isSetDocumentation()
           
 boolean isSetOrganization()
           
 boolean isSetReferenceDate()
           
 boolean isSetTitle()
           
 boolean isSetVersion()
           
 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 setAbstract(AbstractType value)
          Sets the value of the abstract property.
 void setColumnset(Columnset value)
          Sets the value of the columnset property.
 void setDatasetURI(String value)
          Sets the value of the datasetURI property.
 void setDescribeDataRequest(DescribeDataRequest value)
          Sets the value of the describeDataRequest property.
 void setDocumentation(String value)
          Sets the value of the documentation property.
 void setOrganization(String value)
          Sets the value of the organization property.
 void setReferenceDate(ReferenceDate value)
          Sets the value of the referenceDate property.
 void setTitle(String value)
          Sets the value of the title property.
 void setVersion(String value)
          Sets the value of the version property.
 String toString()
           
 FrameworkDatasetDescribeDataType.Dataset withAbstract(AbstractType value)
           
 FrameworkDatasetDescribeDataType.Dataset withColumnset(Columnset value)
           
 FrameworkDatasetDescribeDataType.Dataset withDatasetURI(String value)
           
 FrameworkDatasetDescribeDataType.Dataset withDescribeDataRequest(DescribeDataRequest value)
           
 FrameworkDatasetDescribeDataType.Dataset withDocumentation(String value)
           
 FrameworkDatasetDescribeDataType.Dataset withOrganization(String value)
           
 FrameworkDatasetDescribeDataType.Dataset withReferenceDate(ReferenceDate value)
           
 FrameworkDatasetDescribeDataType.Dataset withTitle(String value)
           
 FrameworkDatasetDescribeDataType.Dataset withVersion(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

datasetURI

protected String datasetURI

organization

protected String organization

title

protected String title

_abstract

protected AbstractType _abstract

referenceDate

protected ReferenceDate referenceDate

version

protected String version

documentation

protected String documentation

describeDataRequest

protected DescribeDataRequest describeDataRequest

columnset

protected Columnset columnset
Constructor Detail

FrameworkDatasetDescribeDataType.Dataset

public FrameworkDatasetDescribeDataType.Dataset()
Method Detail

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()

getOrganization

public String getOrganization()
Gets the value of the organization property.

Returns:
possible object is String

setOrganization

public void setOrganization(String value)
Sets the value of the organization property.

Parameters:
value - allowed object is String

isSetOrganization

public boolean isSetOrganization()

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getAbstract

public AbstractType getAbstract()
Gets the value of the abstract property.

Returns:
possible object is AbstractType

setAbstract

public void setAbstract(AbstractType value)
Sets the value of the abstract property.

Parameters:
value - allowed object is AbstractType

isSetAbstract

public boolean isSetAbstract()

getReferenceDate

public ReferenceDate getReferenceDate()
Gets the value of the referenceDate property.

Returns:
possible object is ReferenceDate

setReferenceDate

public void setReferenceDate(ReferenceDate value)
Sets the value of the referenceDate property.

Parameters:
value - allowed object is ReferenceDate

isSetReferenceDate

public boolean isSetReferenceDate()

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()

getDocumentation

public String getDocumentation()
Gets the value of the documentation property.

Returns:
possible object is String

setDocumentation

public void setDocumentation(String value)
Sets the value of the documentation property.

Parameters:
value - allowed object is String

isSetDocumentation

public boolean isSetDocumentation()

getDescribeDataRequest

public DescribeDataRequest getDescribeDataRequest()
Gets the value of the describeDataRequest property.

Returns:
possible object is DescribeDataRequest

setDescribeDataRequest

public void setDescribeDataRequest(DescribeDataRequest value)
Sets the value of the describeDataRequest property.

Parameters:
value - allowed object is DescribeDataRequest

isSetDescribeDataRequest

public boolean isSetDescribeDataRequest()

getColumnset

public Columnset getColumnset()
Gets the value of the columnset property.

Returns:
possible object is Columnset

setColumnset

public void setColumnset(Columnset value)
Sets the value of the columnset property.

Parameters:
value - allowed object is Columnset

isSetColumnset

public boolean isSetColumnset()

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

withDatasetURI

public FrameworkDatasetDescribeDataType.Dataset withDatasetURI(String value)

withOrganization

public FrameworkDatasetDescribeDataType.Dataset withOrganization(String value)

withTitle

public FrameworkDatasetDescribeDataType.Dataset withTitle(String value)

withAbstract

public FrameworkDatasetDescribeDataType.Dataset withAbstract(AbstractType value)

withReferenceDate

public FrameworkDatasetDescribeDataType.Dataset withReferenceDate(ReferenceDate value)

withVersion

public FrameworkDatasetDescribeDataType.Dataset withVersion(String value)

withDocumentation

public FrameworkDatasetDescribeDataType.Dataset withDocumentation(String value)

withDescribeDataRequest

public FrameworkDatasetDescribeDataType.Dataset withDescribeDataRequest(DescribeDataRequest value)

withColumnset

public FrameworkDatasetDescribeDataType.Dataset withColumnset(Columnset value)


Copyright © 2008-2015. All Rights Reserved.