|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.Intenz
public class Intenz
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 name="data_description" type="{http://www.ebi.ac.uk/intenz}xmlContentType" minOccurs="0"/> <element ref="{http://www.ebi.ac.uk/intenz}ec_class" maxOccurs="unbounded"/> </sequence> <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> <attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XmlContentType |
dataDescription
|
protected XMLGregorianCalendar |
date
|
protected List<EcClassType> |
ecClass
|
protected BigInteger |
release
|
Constructor Summary | |
---|---|
Intenz()
|
Method Summary | |
---|---|
XmlContentType |
getDataDescription()
Gets the value of the dataDescription property. |
XMLGregorianCalendar |
getDate()
Gets the value of the date property. |
List<EcClassType> |
getEcClass()
Gets the value of the ecClass property. |
BigInteger |
getRelease()
Gets the value of the release property. |
void |
setDataDescription(XmlContentType value)
Sets the value of the dataDescription property. |
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property. |
void |
setRelease(BigInteger value)
Sets the value of the release property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XmlContentType dataDescription
protected List<EcClassType> ecClass
protected BigInteger release
protected XMLGregorianCalendar date
Constructor Detail |
---|
public Intenz()
Method Detail |
---|
public XmlContentType getDataDescription()
XmlContentType
public void setDataDescription(XmlContentType value)
value
- allowed object is
XmlContentType
public List<EcClassType> getEcClass()
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 ecClass property.
For example, to add a new item, do as follows:
getEcClass().add(newItem);
Objects of the following type(s) are allowed in the list
EcClassType
public BigInteger getRelease()
BigInteger
public void setRelease(BigInteger value)
value
- allowed object is
BigInteger
public XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |