org.tridas.schema
Class TridasRadius

java.lang.Object
  extended by org.tridas.schema.TridasEntity
      extended by org.tridas.schema.TridasRadius
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 TridasRadius
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}woodCompleteness" minOccurs="0"/>
         <element ref="{http://www.tridas.org/1.2.2}azimuth" 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}measurementSeries" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigDecimal azimuth
           
protected  List<TridasGenericField> genericFields
           
protected  List<TridasMeasurementSeries> measurementSeries
           
protected  TridasWoodCompleteness woodCompleteness
           
 
Fields inherited from class org.tridas.schema.TridasEntity
comments, createdTimestamp, identifier, lastModifiedTimestamp, title
 
Constructor Summary
TridasRadius()
           
 
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)
           
 BigDecimal getAzimuth()
          Gets the value of the azimuth property.
 List<TridasGenericField> getGenericFields()
          Gets the value of the genericFields property.
 List<TridasMeasurementSeries> getMeasurementSeries()
          Gets the value of the measurementSeries property.
 TridasWoodCompleteness getWoodCompleteness()
          Gets the value of the woodCompleteness property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAzimuth()
           
 boolean isSetGenericFields()
           
 boolean isSetMeasurementSeries()
           
 boolean isSetWoodCompleteness()
           
 void setAzimuth(BigDecimal value)
          Sets the value of the azimuth property.
 void setGenericFields(List<TridasGenericField> genericFields)
          Sets the value of the genericFields property.
 void setMeasurementSeries(List<TridasMeasurementSeries> measurementSeries)
          Sets the value of the measurementSeries property.
 void setWoodCompleteness(TridasWoodCompleteness value)
          Sets the value of the woodCompleteness property.
 String toString()
           
 void unsetGenericFields()
           
 void unsetMeasurementSeries()
           
 
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

woodCompleteness

protected TridasWoodCompleteness woodCompleteness

azimuth

protected BigDecimal azimuth

genericFields

protected List<TridasGenericField> genericFields

measurementSeries

protected List<TridasMeasurementSeries> measurementSeries
Constructor Detail

TridasRadius

public TridasRadius()
Method Detail

getWoodCompleteness

public TridasWoodCompleteness getWoodCompleteness()
Gets the value of the woodCompleteness property.

Returns:
possible object is TridasWoodCompleteness

setWoodCompleteness

public void setWoodCompleteness(TridasWoodCompleteness value)
Sets the value of the woodCompleteness property.

Parameters:
value - allowed object is TridasWoodCompleteness

isSetWoodCompleteness

public boolean isSetWoodCompleteness()

getAzimuth

public BigDecimal getAzimuth()
Gets the value of the azimuth property.

Returns:
possible object is BigDecimal

setAzimuth

public void setAzimuth(BigDecimal value)
Sets the value of the azimuth property.

Parameters:
value - allowed object is BigDecimal

isSetAzimuth

public boolean isSetAzimuth()

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

getMeasurementSeries

public List<TridasMeasurementSeries> getMeasurementSeries()
Gets the value of the measurementSeries 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 measurementSeries property.

For example, to add a new item, do as follows:

    getMeasurementSeries().add(newItem);
 

Objects of the following type(s) are allowed in the list TridasMeasurementSeries


isSetMeasurementSeries

public boolean isSetMeasurementSeries()

unsetMeasurementSeries

public void unsetMeasurementSeries()

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

setGenericFields

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

Parameters:
genericFields - allowed object is TridasGenericField

setMeasurementSeries

public void setMeasurementSeries(List<TridasMeasurementSeries> measurementSeries)
Sets the value of the measurementSeries property.

Parameters:
measurementSeries - allowed object is TridasMeasurementSeries


Copyright © 2011 TRiDaS. All Rights Reserved.