|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.FrameworkDatasetDescribeDataType.Dataset
public static class FrameworkDatasetDescribeDataType.Dataset
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.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. |
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.HashCodeStrategy2 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.MergeStrategy2 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 |
|---|
protected String datasetURI
protected String organization
protected String title
protected AbstractType _abstract
protected ReferenceDate referenceDate
protected String version
protected String documentation
protected DescribeDataRequest describeDataRequest
protected Columnset columnset
| Constructor Detail |
|---|
public FrameworkDatasetDescribeDataType.Dataset()
| Method Detail |
|---|
public String getDatasetURI()
Stringpublic void setDatasetURI(String value)
value - allowed object is
Stringpublic boolean isSetDatasetURI()
public String getOrganization()
Stringpublic void setOrganization(String value)
value - allowed object is
Stringpublic boolean isSetOrganization()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public AbstractType getAbstract()
AbstractTypepublic void setAbstract(AbstractType value)
value - allowed object is
AbstractTypepublic boolean isSetAbstract()
public ReferenceDate getReferenceDate()
ReferenceDatepublic void setReferenceDate(ReferenceDate value)
value - allowed object is
ReferenceDatepublic boolean isSetReferenceDate()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getDocumentation()
Stringpublic void setDocumentation(String value)
value - allowed object is
Stringpublic boolean isSetDocumentation()
public DescribeDataRequest getDescribeDataRequest()
DescribeDataRequestpublic void setDescribeDataRequest(DescribeDataRequest value)
value - allowed object is
DescribeDataRequestpublic boolean isSetDescribeDataRequest()
public Columnset getColumnset()
Columnsetpublic void setColumnset(Columnset value)
value - allowed object is
Columnsetpublic boolean isSetColumnset()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public FrameworkDatasetDescribeDataType.Dataset withDatasetURI(String value)
public FrameworkDatasetDescribeDataType.Dataset withOrganization(String value)
public FrameworkDatasetDescribeDataType.Dataset withTitle(String value)
public FrameworkDatasetDescribeDataType.Dataset withAbstract(AbstractType value)
public FrameworkDatasetDescribeDataType.Dataset withReferenceDate(ReferenceDate value)
public FrameworkDatasetDescribeDataType.Dataset withVersion(String value)
public FrameworkDatasetDescribeDataType.Dataset withDocumentation(String value)
public FrameworkDatasetDescribeDataType.Dataset withDescribeDataRequest(DescribeDataRequest value)
public FrameworkDatasetDescribeDataType.Dataset withColumnset(Columnset value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||