net.opengis.tjs.v_1_0
Class DatasetDescriptions.Framework.Dataset

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

public static class DatasetDescriptions.Framework.Dataset
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 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AbstractType _abstract
           
protected  String datasetURI
           
protected  DescribeDataRequest describeDataRequest
           
protected  String documentation
           
protected  String organization
           
protected  ReferenceDate referenceDate
           
protected  String title
           
protected  String version
           
 
Constructor Summary
DatasetDescriptions.Framework.Dataset()
           
 
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)
           
 AbstractType getAbstract()
          Gets the value of the abstract 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.HashCodeStrategy2 strategy)
           
 boolean isSetAbstract()
           
 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.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAbstract(AbstractType value)
          Sets the value of the abstract 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()
           
 DatasetDescriptions.Framework.Dataset withAbstract(AbstractType value)
           
 DatasetDescriptions.Framework.Dataset withDatasetURI(String value)
           
 DatasetDescriptions.Framework.Dataset withDescribeDataRequest(DescribeDataRequest value)
           
 DatasetDescriptions.Framework.Dataset withDocumentation(String value)
           
 DatasetDescriptions.Framework.Dataset withOrganization(String value)
           
 DatasetDescriptions.Framework.Dataset withReferenceDate(ReferenceDate value)
           
 DatasetDescriptions.Framework.Dataset withTitle(String value)
           
 DatasetDescriptions.Framework.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
Constructor Detail

DatasetDescriptions.Framework.Dataset

public DatasetDescriptions.Framework.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()

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

withDatasetURI

public DatasetDescriptions.Framework.Dataset withDatasetURI(String value)

withOrganization

public DatasetDescriptions.Framework.Dataset withOrganization(String value)

withTitle

public DatasetDescriptions.Framework.Dataset withTitle(String value)

withAbstract

public DatasetDescriptions.Framework.Dataset withAbstract(AbstractType value)

withReferenceDate

public DatasetDescriptions.Framework.Dataset withReferenceDate(ReferenceDate value)

withVersion

public DatasetDescriptions.Framework.Dataset withVersion(String value)

withDocumentation

public DatasetDescriptions.Framework.Dataset withDocumentation(String value)

withDescribeDataRequest

public DatasetDescriptions.Framework.Dataset withDescribeDataRequest(DescribeDataRequest value)


Copyright © 2008-2016. All Rights Reserved.