org.tridas.schema
Class TridasSample

java.lang.Object
  extended by org.tridas.schema.TridasEntity
      extended by org.tridas.schema.TridasSample
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, ITridas, ITridasGeneric, TridasIdentifiable

public class TridasSample
extends TridasEntity
implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, ITridas, ITridasGeneric

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>
 

See Also:
Serialized Form

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

type

protected ControlledVoc type

description

protected String description

files

protected List<TridasFile> files

samplingDate

protected Date samplingDate

position

protected String position

state

protected String state

knots

protected Boolean knots

genericFields

protected List<TridasGenericField> genericFields

radiuses

protected List<TridasRadius> radiuses
Constructor Detail

TridasSample

public TridasSample()
Method Detail

getType

public ControlledVoc getType()
Gets the value of the type property.

Returns:
possible object is ControlledVoc

setType

public void setType(ControlledVoc value)
Sets the value of the type property.

Parameters:
value - allowed object is ControlledVoc

isSetType

public boolean isSetType()

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()

getFiles

public List<TridasFile> getFiles()
Gets the value of the files property.

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


isSetFiles

public boolean isSetFiles()

unsetFiles

public void unsetFiles()

getSamplingDate

public Date getSamplingDate()
Gets the value of the samplingDate property.

Returns:
possible object is Date

setSamplingDate

public void setSamplingDate(Date value)
Sets the value of the samplingDate property.

Parameters:
value - allowed object is Date

isSetSamplingDate

public boolean isSetSamplingDate()

getPosition

public String getPosition()
Gets the value of the position property.

Returns:
possible object is String

setPosition

public void setPosition(String value)
Sets the value of the position property.

Parameters:
value - allowed object is String

isSetPosition

public boolean isSetPosition()

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

isSetState

public boolean isSetState()

isKnots

public Boolean isKnots()
Gets the value of the knots property.

Returns:
possible object is Boolean

setKnots

public void setKnots(Boolean value)
Sets the value of the knots property.

Parameters:
value - allowed object is Boolean

isSetKnots

public boolean isSetKnots()

getGenericFields

public List<TridasGenericField> getGenericFields()
Gets the value of the genericFields property.

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

Specified by:
getGenericFields in interface ITridasGeneric

isSetGenericFields

public boolean isSetGenericFields()
Specified by:
isSetGenericFields in interface ITridasGeneric

unsetGenericFields

public void unsetGenericFields()
Specified by:
unsetGenericFields in interface ITridasGeneric

getRadiuses

public List<TridasRadius> getRadiuses()
Gets the value of the radiuses property.

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


isSetRadiuses

public boolean isSetRadiuses()

unsetRadiuses

public void unsetRadiuses()

toString

public String toString()
Overrides:
toString in class TridasEntity

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class TridasEntity

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class TridasEntity

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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class TridasEntity

equals

public boolean equals(Object object)
Overrides:
equals in class TridasEntity

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class TridasEntity

hashCode

public int hashCode()
Overrides:
hashCode in class TridasEntity

clone

public Object clone()
Overrides:
clone in class TridasEntity

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class TridasEntity

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class TridasEntity

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo

setFiles

public void setFiles(List<TridasFile> files)
Sets the value of the files property.

Parameters:
files - allowed object is TridasFile

setGenericFields

public void setGenericFields(List<TridasGenericField> genericFields)
Sets the value of the genericFields property.

Parameters:
genericFields - allowed object is TridasGenericField

setRadiuses

public void setRadiuses(List<TridasRadius> radiuses)
Sets the value of the radiuses property.

Parameters:
radiuses - allowed object is TridasRadius


Copyright © 2011 TRiDaS. All Rights Reserved.