uk.ac.ebi.intenz.xml.jaxb
Class Intenz

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.Intenz

public class Intenz
extends Object

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

dataDescription

protected XmlContentType dataDescription

ecClass

protected List<EcClassType> ecClass

release

protected BigInteger release

date

protected XMLGregorianCalendar date
Constructor Detail

Intenz

public Intenz()
Method Detail

getDataDescription

public XmlContentType getDataDescription()
Gets the value of the dataDescription property.

Returns:
possible object is XmlContentType

setDataDescription

public void setDataDescription(XmlContentType value)
Sets the value of the dataDescription property.

Parameters:
value - allowed object is XmlContentType

getEcClass

public List<EcClassType> getEcClass()
Gets the value of the ecClass 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 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


getRelease

public BigInteger getRelease()
Gets the value of the release property.

Returns:
possible object is BigInteger

setRelease

public void setRelease(BigInteger value)
Sets the value of the release property.

Parameters:
value - allowed object is BigInteger

getDate

public XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2013 EMBL-EBI. All Rights Reserved.