|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tridas.schema.TridasEntity
org.tridas.schema.TridasElement
public class TridasElement
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.tridas.org/1.2.2}tridasEntity">
<sequence>
<element ref="{http://www.tridas.org/1.2.2}type" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}description" minOccurs="0"/>
<element name="linkSeries" type="{http://www.tridas.org/1.2.2}seriesLinksWithPreferred" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}file" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}taxon"/>
<element ref="{http://www.tridas.org/1.2.2}shape" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}dimensions" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}authenticity" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}location" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}processing" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}marks" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}altitude" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}slope" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}soil" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}bedrock" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}genericField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}sample" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
altitude
|
protected String |
authenticity
|
protected TridasBedrock |
bedrock
|
protected String |
description
|
protected TridasDimensions |
dimensions
|
protected List<TridasFile> |
files
|
protected List<TridasGenericField> |
genericFields
|
protected SeriesLinksWithPreferred |
linkSeries
|
protected TridasLocation |
location
|
protected String |
marks
|
protected String |
processing
|
protected List<TridasSample> |
samples
|
protected TridasShape |
shape
|
protected TridasSlope |
slope
|
protected TridasSoil |
soil
|
protected ControlledVoc |
taxon
|
protected ControlledVoc |
type
|
| Fields inherited from class org.tridas.schema.TridasEntity |
|---|
comments, createdTimestamp, identifier, lastModifiedTimestamp, title |
| Constructor Summary | |
|---|---|
TridasElement()
|
|
| 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)
|
Double |
getAltitude()
Gets the value of the altitude property. |
String |
getAuthenticity()
Gets the value of the authenticity property. |
TridasBedrock |
getBedrock()
Gets the value of the bedrock property. |
String |
getDescription()
Gets the value of the description property. |
TridasDimensions |
getDimensions()
Gets the value of the dimensions property. |
List<TridasFile> |
getFiles()
Gets the value of the files property. |
List<TridasGenericField> |
getGenericFields()
Gets the value of the genericFields property. |
SeriesLinksWithPreferred |
getLinkSeries()
Gets the value of the linkSeries property. |
TridasLocation |
getLocation()
Gets the value of the location property. |
String |
getMarks()
Gets the value of the marks property. |
String |
getProcessing()
Gets the value of the processing property. |
List<TridasSample> |
getSamples()
Gets the value of the samples property. |
TridasShape |
getShape()
Gets the value of the shape property. |
TridasSlope |
getSlope()
Gets the value of the slope property. |
TridasSoil |
getSoil()
Gets the value of the soil property. |
ControlledVoc |
getTaxon()
Gets the value of the taxon property. |
ControlledVoc |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAltitude()
|
boolean |
isSetAuthenticity()
|
boolean |
isSetBedrock()
|
boolean |
isSetDescription()
|
boolean |
isSetDimensions()
|
boolean |
isSetFiles()
|
boolean |
isSetGenericFields()
|
boolean |
isSetLinkSeries()
|
boolean |
isSetLocation()
|
boolean |
isSetMarks()
|
boolean |
isSetProcessing()
|
boolean |
isSetSamples()
|
boolean |
isSetShape()
|
boolean |
isSetSlope()
|
boolean |
isSetSoil()
|
boolean |
isSetTaxon()
|
boolean |
isSetType()
|
void |
setAltitude(Double value)
Sets the value of the altitude property. |
void |
setAuthenticity(String value)
Sets the value of the authenticity property. |
void |
setBedrock(TridasBedrock value)
Sets the value of the bedrock property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDimensions(TridasDimensions value)
Sets the value of the dimensions property. |
void |
setFiles(List<TridasFile> files)
Sets the value of the files property. |
void |
setGenericFields(List<TridasGenericField> genericFields)
Sets the value of the genericFields property. |
void |
setLinkSeries(SeriesLinksWithPreferred value)
Sets the value of the linkSeries property. |
void |
setLocation(TridasLocation value)
Sets the value of the location property. |
void |
setMarks(String value)
Sets the value of the marks property. |
void |
setProcessing(String value)
Sets the value of the processing property. |
void |
setSamples(List<TridasSample> samples)
Sets the value of the samples property. |
void |
setShape(TridasShape value)
Sets the value of the shape property. |
void |
setSlope(TridasSlope value)
Sets the value of the slope property. |
void |
setSoil(TridasSoil value)
Sets the value of the soil property. |
void |
setTaxon(ControlledVoc value)
Sets the value of the taxon property. |
void |
setType(ControlledVoc value)
Sets the value of the type property. |
String |
toString()
|
void |
unsetFiles()
|
void |
unsetGenericFields()
|
void |
unsetSamples()
|
| Methods inherited from class org.tridas.schema.TridasEntity |
|---|
getComments, getCreatedTimestamp, getIdentifier, getLastModifiedTimestamp, getTitle, isSetComments, isSetCreatedTimestamp, isSetIdentifier, isSetLastModifiedTimestamp, isSetTitle, setComments, setCreatedTimestamp, setIdentifier, setLastModifiedTimestamp, setTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.tridas.interfaces.ITridas |
|---|
getComments, getCreatedTimestamp, getLastModifiedTimestamp, getTitle, isSetComments, isSetCreatedTimestamp, isSetIdentifier, isSetLastModifiedTimestamp, isSetTitle, setComments, setCreatedTimestamp, setIdentifier, setLastModifiedTimestamp, setTitle |
| Methods inherited from interface org.tridas.interfaces.TridasIdentifiable |
|---|
getIdentifier |
| Field Detail |
|---|
protected ControlledVoc type
protected String description
protected SeriesLinksWithPreferred linkSeries
protected List<TridasFile> files
protected ControlledVoc taxon
protected TridasShape shape
protected TridasDimensions dimensions
protected String authenticity
protected TridasLocation location
protected String processing
protected String marks
protected Double altitude
protected TridasSlope slope
protected TridasSoil soil
protected TridasBedrock bedrock
protected List<TridasGenericField> genericFields
protected List<TridasSample> samples
| Constructor Detail |
|---|
public TridasElement()
| Method Detail |
|---|
public ControlledVoc getType()
ControlledVocpublic void setType(ControlledVoc value)
value - allowed object is
ControlledVocpublic boolean isSetType()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public SeriesLinksWithPreferred getLinkSeries()
SeriesLinksWithPreferredpublic void setLinkSeries(SeriesLinksWithPreferred value)
value - allowed object is
SeriesLinksWithPreferredpublic boolean isSetLinkSeries()
public List<TridasFile> getFiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the files property.
For example, to add a new item, do as follows:
getFiles().add(newItem);
Objects of the following type(s) are allowed in the list
TridasFile
public boolean isSetFiles()
public void unsetFiles()
public ControlledVoc getTaxon()
ControlledVocpublic void setTaxon(ControlledVoc value)
value - allowed object is
ControlledVocpublic boolean isSetTaxon()
public TridasShape getShape()
TridasShapepublic void setShape(TridasShape value)
value - allowed object is
TridasShapepublic boolean isSetShape()
public TridasDimensions getDimensions()
TridasDimensionspublic void setDimensions(TridasDimensions value)
value - allowed object is
TridasDimensionspublic boolean isSetDimensions()
public String getAuthenticity()
Stringpublic void setAuthenticity(String value)
value - allowed object is
Stringpublic boolean isSetAuthenticity()
public TridasLocation getLocation()
TridasLocationpublic void setLocation(TridasLocation value)
value - allowed object is
TridasLocationpublic boolean isSetLocation()
public String getProcessing()
Stringpublic void setProcessing(String value)
value - allowed object is
Stringpublic boolean isSetProcessing()
public String getMarks()
Stringpublic void setMarks(String value)
value - allowed object is
Stringpublic boolean isSetMarks()
public Double getAltitude()
Doublepublic void setAltitude(Double value)
value - allowed object is
Doublepublic boolean isSetAltitude()
public TridasSlope getSlope()
TridasSlopepublic void setSlope(TridasSlope value)
value - allowed object is
TridasSlopepublic boolean isSetSlope()
public TridasSoil getSoil()
TridasSoilpublic void setSoil(TridasSoil value)
value - allowed object is
TridasSoilpublic boolean isSetSoil()
public TridasBedrock getBedrock()
TridasBedrockpublic void setBedrock(TridasBedrock value)
value - allowed object is
TridasBedrockpublic boolean isSetBedrock()
public List<TridasGenericField> getGenericFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the genericFields property.
For example, to add a new item, do as follows:
getGenericFields().add(newItem);
Objects of the following type(s) are allowed in the list
TridasGenericField
getGenericFields in interface ITridasGenericpublic boolean isSetGenericFields()
isSetGenericFields in interface ITridasGenericpublic void unsetGenericFields()
unsetGenericFields in interface ITridasGenericpublic List<TridasSample> getSamples()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the samples property.
For example, to add a new item, do as follows:
getSamples().add(newItem);
Objects of the following type(s) are allowed in the list
TridasSample
public boolean isSetSamples()
public void unsetSamples()
public String toString()
toString in class TridasEntity
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.ToStringappend in class TridasEntity
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.ToStringappendFields in class TridasEntity
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.Equalsequals in class TridasEntitypublic boolean equals(Object object)
equals in class TridasEntity
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.HashCodehashCode in class TridasEntitypublic int hashCode()
hashCode in class TridasEntitypublic Object clone()
clone in class TridasEntitypublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TridasEntity
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.CopyTocopyTo in class TridasEntitypublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic void setFiles(List<TridasFile> files)
files - allowed object is
TridasFilepublic void setGenericFields(List<TridasGenericField> genericFields)
genericFields - allowed object is
TridasGenericFieldpublic void setSamples(List<TridasSample> samples)
samples - allowed object is
TridasSample
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||