|
||||||||||
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.TridasSample
public class TridasSample
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"/> <element ref="{http://www.tridas.org/1.2.2}description" 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}samplingDate" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}position" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}state" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}knots" 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}radius" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
description
|
protected List<TridasFile> |
files
|
protected List<TridasGenericField> |
genericFields
|
protected Boolean |
knots
|
protected String |
position
|
protected List<TridasRadius> |
radiuses
|
protected Date |
samplingDate
|
protected String |
state
|
protected ControlledVoc |
type
|
Fields inherited from class org.tridas.schema.TridasEntity |
---|
comments, createdTimestamp, identifier, lastModifiedTimestamp, title |
Constructor Summary | |
---|---|
TridasSample()
|
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)
|
String |
getDescription()
Gets the value of the description property. |
List<TridasFile> |
getFiles()
Gets the value of the files property. |
List<TridasGenericField> |
getGenericFields()
Gets the value of the genericFields property. |
String |
getPosition()
Gets the value of the position property. |
List<TridasRadius> |
getRadiuses()
Gets the value of the radiuses property. |
Date |
getSamplingDate()
Gets the value of the samplingDate property. |
String |
getState()
Gets the value of the state 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 |
isKnots()
Gets the value of the knots property. |
boolean |
isSetDescription()
|
boolean |
isSetFiles()
|
boolean |
isSetGenericFields()
|
boolean |
isSetKnots()
|
boolean |
isSetPosition()
|
boolean |
isSetRadiuses()
|
boolean |
isSetSamplingDate()
|
boolean |
isSetState()
|
boolean |
isSetType()
|
void |
setDescription(String value)
Sets the value of the description 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 |
setKnots(Boolean value)
Sets the value of the knots property. |
void |
setPosition(String value)
Sets the value of the position property. |
void |
setRadiuses(List<TridasRadius> radiuses)
Sets the value of the radiuses property. |
void |
setSamplingDate(Date value)
Sets the value of the samplingDate property. |
void |
setState(String value)
Sets the value of the state property. |
void |
setType(ControlledVoc value)
Sets the value of the type property. |
String |
toString()
|
void |
unsetFiles()
|
void |
unsetGenericFields()
|
void |
unsetRadiuses()
|
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 List<TridasFile> files
protected Date samplingDate
protected String position
protected String state
protected Boolean knots
protected List<TridasGenericField> genericFields
protected List<TridasRadius> radiuses
Constructor Detail |
---|
public TridasSample()
Method Detail |
---|
public ControlledVoc getType()
ControlledVoc
public void setType(ControlledVoc value)
value
- allowed object is
ControlledVoc
public boolean isSetType()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
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 Date getSamplingDate()
Date
public void setSamplingDate(Date value)
value
- allowed object is
Date
public boolean isSetSamplingDate()
public String getPosition()
String
public void setPosition(String value)
value
- allowed object is
String
public boolean isSetPosition()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public Boolean isKnots()
Boolean
public void setKnots(Boolean value)
value
- allowed object is
Boolean
public boolean isSetKnots()
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 ITridasGeneric
public boolean isSetGenericFields()
isSetGenericFields
in interface ITridasGeneric
public void unsetGenericFields()
unsetGenericFields
in interface ITridasGeneric
public List<TridasRadius> getRadiuses()
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 radiuses property.
For example, to add a new item, do as follows:
getRadiuses().add(newItem);
Objects of the following type(s) are allowed in the list
TridasRadius
public boolean isSetRadiuses()
public void unsetRadiuses()
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.ToString
append
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.ToString
appendFields
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.Equals
equals
in class TridasEntity
public 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.HashCode
hashCode
in class TridasEntity
public int hashCode()
hashCode
in class TridasEntity
public Object clone()
clone
in class TridasEntity
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
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.CopyTo
copyTo
in class TridasEntity
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public void setFiles(List<TridasFile> files)
files
- allowed object is
TridasFile
public void setGenericFields(List<TridasGenericField> genericFields)
genericFields
- allowed object is
TridasGenericField
public void setRadiuses(List<TridasRadius> radiuses)
radiuses
- allowed object is
TridasRadius
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |