|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tridas.schema.TridasInterpretation
public class TridasInterpretation
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.tridas.org/1.2.2}dating" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}firstYear" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}lastYear" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}datingReference" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}statFoundation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}pithYear" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}deathYear" minOccurs="0"/>
<element ref="{http://www.tridas.org/1.2.2}provenance" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TridasDating |
dating
|
protected TridasDatingReference |
datingReference
|
protected Year |
deathYear
|
protected Year |
firstYear
|
protected Year |
lastYear
|
protected Year |
pithYear
|
protected String |
provenance
|
protected List<TridasStatFoundation> |
statFoundations
|
| Constructor Summary | |
|---|---|
TridasInterpretation()
|
|
| 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)
|
TridasDating |
getDating()
Gets the value of the dating property. |
TridasDatingReference |
getDatingReference()
Gets the value of the datingReference property. |
Year |
getDeathYear()
Gets the value of the deathYear property. |
Year |
getFirstYear()
Gets the value of the firstYear property. |
Year |
getLastYear()
Gets the value of the lastYear property. |
Year |
getPithYear()
Gets the value of the pithYear property. |
String |
getProvenance()
Gets the value of the provenance property. |
List<TridasStatFoundation> |
getStatFoundations()
Gets the value of the statFoundations property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetDating()
|
boolean |
isSetDatingReference()
|
boolean |
isSetDeathYear()
|
boolean |
isSetFirstYear()
|
boolean |
isSetLastYear()
|
boolean |
isSetPithYear()
|
boolean |
isSetProvenance()
|
boolean |
isSetStatFoundations()
|
void |
setDating(TridasDating value)
Sets the value of the dating property. |
void |
setDatingReference(TridasDatingReference value)
Sets the value of the datingReference property. |
void |
setDeathYear(Year value)
Sets the value of the deathYear property. |
void |
setFirstYear(Year value)
Sets the value of the firstYear property. |
void |
setLastYear(Year value)
Sets the value of the lastYear property. |
void |
setPithYear(Year value)
Sets the value of the pithYear property. |
void |
setProvenance(String value)
Sets the value of the provenance property. |
void |
setStatFoundations(List<TridasStatFoundation> statFoundations)
Sets the value of the statFoundations property. |
String |
toString()
|
void |
unsetStatFoundations()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TridasDating dating
protected Year firstYear
protected Year lastYear
protected TridasDatingReference datingReference
protected List<TridasStatFoundation> statFoundations
protected Year pithYear
protected Year deathYear
protected String provenance
| Constructor Detail |
|---|
public TridasInterpretation()
| Method Detail |
|---|
public TridasDating getDating()
TridasDatingpublic void setDating(TridasDating value)
value - allowed object is
TridasDatingpublic boolean isSetDating()
public Year getFirstYear()
Yearpublic void setFirstYear(Year value)
value - allowed object is
Yearpublic boolean isSetFirstYear()
public Year getLastYear()
Yearpublic void setLastYear(Year value)
value - allowed object is
Yearpublic boolean isSetLastYear()
public TridasDatingReference getDatingReference()
TridasDatingReferencepublic void setDatingReference(TridasDatingReference value)
value - allowed object is
TridasDatingReferencepublic boolean isSetDatingReference()
public List<TridasStatFoundation> getStatFoundations()
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 statFoundations property.
For example, to add a new item, do as follows:
getStatFoundations().add(newItem);
Objects of the following type(s) are allowed in the list
TridasStatFoundation
public boolean isSetStatFoundations()
public void unsetStatFoundations()
public Year getPithYear()
Yearpublic void setPithYear(Year value)
value - allowed object is
Yearpublic boolean isSetPithYear()
public Year getDeathYear()
Yearpublic void setDeathYear(Year value)
value - allowed object is
Yearpublic boolean isSetDeathYear()
public String getProvenance()
Stringpublic void setProvenance(String value)
value - allowed object is
Stringpublic boolean isSetProvenance()
public String toString()
toString in class Object
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
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
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.Equalspublic boolean equals(Object object)
equals in class Object
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.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic void setStatFoundations(List<TridasStatFoundation> statFoundations)
statFoundations - allowed object is
TridasStatFoundation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||