|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ivoa.xml.voresource.v1.Curation
public class Curation
Information regarding the general curation of a resource
Java class for Curation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Curation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="publisher" type="{http://www.ivoa.net/xml/VOResource/v1.0}ResourceName"/> <element name="creator" type="{http://www.ivoa.net/xml/VOResource/v1.0}Creator" maxOccurs="unbounded" minOccurs="0"/> <element name="contributor" type="{http://www.ivoa.net/xml/VOResource/v1.0}ResourceName" maxOccurs="unbounded" minOccurs="0"/> <element name="date" type="{http://www.ivoa.net/xml/VOResource/v1.0}Date" maxOccurs="unbounded" minOccurs="0"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="contact" type="{http://www.ivoa.net/xml/VOResource/v1.0}Contact" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<Contact> |
contact
|
protected java.util.List<ResourceName> |
contributor
|
protected java.util.List<Creator> |
creator
|
protected java.util.List<Date> |
date
|
protected ResourceName |
publisher
|
protected java.lang.String |
version
|
Constructor Summary | |
---|---|
Curation()
|
Method Summary | |
---|---|
java.util.List<Contact> |
getContact()
Gets the value of the contact property. |
java.util.List<ResourceName> |
getContributor()
Gets the value of the contributor property. |
java.util.List<Creator> |
getCreator()
Gets the value of the creator property. |
java.util.List<Date> |
getDate()
Gets the value of the date property. |
ResourceName |
getPublisher()
Gets the value of the publisher property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setPublisher(ResourceName value)
Sets the value of the publisher property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ResourceName publisher
protected java.util.List<Creator> creator
protected java.util.List<ResourceName> contributor
protected java.util.List<Date> date
protected java.lang.String version
protected java.util.List<Contact> contact
Constructor Detail |
---|
public Curation()
Method Detail |
---|
public ResourceName getPublisher()
ResourceName
public void setPublisher(ResourceName value)
value
- allowed object is
ResourceName
public java.util.List<Creator> getCreator()
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 creator property.
For example, to add a new item, do as follows:
getCreator().add(newItem);
Objects of the following type(s) are allowed in the list
Creator
public java.util.List<ResourceName> getContributor()
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 contributor property.
For example, to add a new item, do as follows:
getContributor().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceName
public java.util.List<Date> getDate()
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 date property.
For example, to add a new item, do as follows:
getDate().add(newItem);
Objects of the following type(s) are allowed in the list
Date
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public java.util.List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |