|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.tjs.v_1_0.Dataset
public class 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}Columnset"/>
<element ref="{http://www.opengis.net/tjs/1.0}Rowset"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AbstractType |
_abstract
|
protected Columnset |
columnset
|
protected String |
datasetURI
|
protected String |
documentation
|
protected String |
organization
|
protected ReferenceDate |
referenceDate
|
protected Rowset |
rowset
|
protected String |
title
|
protected String |
version
|
| Constructor Summary | |
|---|---|
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. |
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. |
Rowset |
getRowset()
Dataset Rows. |
String |
getTitle()
Gets the value of the title property. |
String |
getVersion()
Version identifier for this Framework / Dataset. |
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 |
isSetDocumentation()
|
boolean |
isSetOrganization()
|
boolean |
isSetReferenceDate()
|
boolean |
isSetRowset()
|
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 |
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 |
setRowset(Rowset value)
Sets the value of the rowset 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()
|
Dataset |
withAbstract(AbstractType value)
|
Dataset |
withColumnset(Columnset value)
|
Dataset |
withDatasetURI(String value)
|
Dataset |
withDocumentation(String value)
|
Dataset |
withOrganization(String value)
|
Dataset |
withReferenceDate(ReferenceDate value)
|
Dataset |
withRowset(Rowset value)
|
Dataset |
withTitle(String value)
|
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 Columnset columnset
protected Rowset rowset
| Constructor Detail |
|---|
public 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 Columnset getColumnset()
Columnsetpublic void setColumnset(Columnset value)
value - allowed object is
Columnsetpublic boolean isSetColumnset()
public Rowset getRowset()
Rowsetpublic void setRowset(Rowset value)
value - allowed object is
Rowsetpublic boolean isSetRowset()
public String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic Dataset withDatasetURI(String value)
public Dataset withOrganization(String value)
public Dataset withTitle(String value)
public Dataset withAbstract(AbstractType value)
public Dataset withReferenceDate(ReferenceDate value)
public Dataset withVersion(String value)
public Dataset withDocumentation(String value)
public Dataset withColumnset(Columnset value)
public Dataset withRowset(Rowset value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||