|
||||||||||
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.TridasRadius
public class TridasRadius
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>
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 |
---|
protected TridasWoodCompleteness woodCompleteness
protected BigDecimal azimuth
protected List<TridasGenericField> genericFields
protected List<TridasMeasurementSeries> measurementSeries
Constructor Detail |
---|
public TridasRadius()
Method Detail |
---|
public TridasWoodCompleteness getWoodCompleteness()
TridasWoodCompleteness
public void setWoodCompleteness(TridasWoodCompleteness value)
value
- allowed object is
TridasWoodCompleteness
public boolean isSetWoodCompleteness()
public BigDecimal getAzimuth()
BigDecimal
public void setAzimuth(BigDecimal value)
value
- allowed object is
BigDecimal
public boolean isSetAzimuth()
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<TridasMeasurementSeries> getMeasurementSeries()
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
public boolean isSetMeasurementSeries()
public void unsetMeasurementSeries()
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 setGenericFields(List<TridasGenericField> genericFields)
genericFields
- allowed object is
TridasGenericField
public void setMeasurementSeries(List<TridasMeasurementSeries> measurementSeries)
measurementSeries
- allowed object is
TridasMeasurementSeries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |