|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.io.dwca.jaxb.Archive
public class Archive
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://rs.tdwg.org/dwc/text/}core"/>
<element ref="{http://rs.tdwg.org/dwc/text/}extension" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Core |
core
|
protected List<Extension> |
extension
|
| Constructor Summary | |
|---|---|
Archive()
|
|
| Method Summary | |
|---|---|
Core |
getCore()
Gets the value of the core property. |
List<Extension> |
getExtension()
Gets the value of the extension property. |
void |
setCore(Core value)
Sets the value of the core property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Core core
protected List<Extension> extension
| Constructor Detail |
|---|
public Archive()
| Method Detail |
|---|
public Core getCore()
Corepublic void setCore(Core value)
value - allowed object is
Corepublic List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||