public class ObjectCitationType extends Object implements Serializable
Java class for objectCitationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="objectCitationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectTitle" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/> <element name="objectContributor" type="{http://textgrid.info/namespaces/metadata/agent/2010}agentType" maxOccurs="unbounded" minOccurs="0"/> <element name="objectDate" type="{http://textgrid.info/namespaces/metadata/core/2010}dateType" minOccurs="0"/> <element name="objectIdentifier" type="{http://textgrid.info/namespaces/metadata/core/2010}identifierType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AgentType> |
objectContributor |
protected DateType |
objectDate |
protected IdentifierType |
objectIdentifier |
protected List<String> |
objectTitle |
Constructor and Description |
---|
ObjectCitationType() |
Modifier and Type | Method and Description |
---|---|
List<AgentType> |
getObjectContributor()
Gets the value of the objectContributor property.
|
DateType |
getObjectDate()
Gets the value of the objectDate property.
|
IdentifierType |
getObjectIdentifier()
Gets the value of the objectIdentifier property.
|
List<String> |
getObjectTitle()
Gets the value of the objectTitle property.
|
void |
setObjectDate(DateType value)
Sets the value of the objectDate property.
|
void |
setObjectIdentifier(IdentifierType value)
Sets the value of the objectIdentifier property.
|
protected DateType objectDate
protected IdentifierType objectIdentifier
public List<String> getObjectTitle()
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 objectTitle property.
For example, to add a new item, do as follows:
getObjectTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<AgentType> getObjectContributor()
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 objectContributor property.
For example, to add a new item, do as follows:
getObjectContributor().add(newItem);
Objects of the following type(s) are allowed in the list
AgentType
public DateType getObjectDate()
DateType
public void setObjectDate(DateType value)
value
- allowed object is
DateType
public IdentifierType getObjectIdentifier()
IdentifierType
public void setObjectIdentifier(IdentifierType value)
value
- allowed object is
IdentifierType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.