public class CollectionType extends Object implements Serializable
Java class for collectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="collectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="collector" type="{http://textgrid.info/namespaces/metadata/agent/2010}personType" maxOccurs="unbounded"/> <element name="abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="collectionDescription" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="spatial" type="{http://textgrid.info/namespaces/metadata/core/2010}authorityType" maxOccurs="unbounded" minOccurs="0"/> <element name="temporal" type="{http://textgrid.info/namespaces/metadata/core/2010}authorityType" maxOccurs="unbounded" minOccurs="0"/> <element name="subject" type="{http://textgrid.info/namespaces/metadata/core/2010}authorityType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
_abstract |
protected List<String> |
collectionDescription |
protected List<PersonType> |
collector |
protected List<AuthorityType> |
spatial |
protected List<AuthorityType> |
subject |
protected List<AuthorityType> |
temporal |
Constructor and Description |
---|
CollectionType() |
Modifier and Type | Method and Description |
---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
List<String> |
getCollectionDescription()
Gets the value of the collectionDescription property.
|
List<PersonType> |
getCollector()
Gets the value of the collector property.
|
List<AuthorityType> |
getSpatial()
Gets the value of the spatial property.
|
List<AuthorityType> |
getSubject()
Gets the value of the subject property.
|
List<AuthorityType> |
getTemporal()
Gets the value of the temporal property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
protected List<PersonType> collector
protected String _abstract
protected List<AuthorityType> spatial
protected List<AuthorityType> temporal
protected List<AuthorityType> subject
public List<PersonType> getCollector()
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 collector property.
For example, to add a new item, do as follows:
getCollector().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
public String getAbstract()
String
public void setAbstract(String value)
value
- allowed object is
String
public List<String> getCollectionDescription()
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 collectionDescription property.
For example, to add a new item, do as follows:
getCollectionDescription().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<AuthorityType> getSpatial()
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 spatial property.
For example, to add a new item, do as follows:
getSpatial().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorityType
public List<AuthorityType> getTemporal()
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 temporal property.
For example, to add a new item, do as follows:
getTemporal().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorityType
public List<AuthorityType> getSubject()
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 subject property.
For example, to add a new item, do as follows:
getSubject().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorityType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.