public class BibliographicCitationType extends Object implements Serializable
Java class for bibliographicCitationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bibliographicCitationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="author" type="{http://textgrid.info/namespaces/metadata/agent/2010}personType" maxOccurs="unbounded" minOccurs="0"/> <element name="editor" type="{http://textgrid.info/namespaces/metadata/agent/2010}personType" maxOccurs="unbounded" minOccurs="0"/> <element name="editionTitle" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/> <element name="placeOfPublication" type="{http://textgrid.info/namespaces/metadata/core/2010}authorityType" maxOccurs="unbounded" minOccurs="0"/> <element name="publisher" type="{http://textgrid.info/namespaces/metadata/agent/2010}personType" maxOccurs="unbounded" minOccurs="0"/> <element name="dateOfPublication" type="{http://textgrid.info/namespaces/metadata/core/2010}dateType" minOccurs="0"/> <element name="editionNo" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="series" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/> <element name="volume" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="issue" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="spage" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="epage" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="bibIdentifier" type="{http://textgrid.info/namespaces/metadata/core/2010}identifierType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<PersonType> |
author |
protected IdentifierType |
bibIdentifier |
protected DateType |
dateOfPublication |
protected String |
editionNo |
protected List<String> |
editionTitle |
protected List<PersonType> |
editor |
protected String |
epage |
protected String |
issue |
protected List<AuthorityType> |
placeOfPublication |
protected List<PersonType> |
publisher |
protected List<String> |
series |
protected String |
spage |
protected String |
volume |
Constructor and Description |
---|
BibliographicCitationType() |
Modifier and Type | Method and Description |
---|---|
List<PersonType> |
getAuthor()
Gets the value of the author property.
|
IdentifierType |
getBibIdentifier()
Gets the value of the bibIdentifier property.
|
DateType |
getDateOfPublication()
Gets the value of the dateOfPublication property.
|
String |
getEditionNo()
Gets the value of the editionNo property.
|
List<String> |
getEditionTitle()
Gets the value of the editionTitle property.
|
List<PersonType> |
getEditor()
Gets the value of the editor property.
|
String |
getEpage()
Gets the value of the epage property.
|
String |
getIssue()
Gets the value of the issue property.
|
List<AuthorityType> |
getPlaceOfPublication()
Gets the value of the placeOfPublication property.
|
List<PersonType> |
getPublisher()
Gets the value of the publisher property.
|
List<String> |
getSeries()
Gets the value of the series property.
|
String |
getSpage()
Gets the value of the spage property.
|
String |
getVolume()
Gets the value of the volume property.
|
void |
setBibIdentifier(IdentifierType value)
Sets the value of the bibIdentifier property.
|
void |
setDateOfPublication(DateType value)
Sets the value of the dateOfPublication property.
|
void |
setEditionNo(String value)
Sets the value of the editionNo property.
|
void |
setEpage(String value)
Sets the value of the epage property.
|
void |
setIssue(String value)
Sets the value of the issue property.
|
void |
setSpage(String value)
Sets the value of the spage property.
|
void |
setVolume(String value)
Sets the value of the volume property.
|
protected List<PersonType> author
protected List<PersonType> editor
protected List<AuthorityType> placeOfPublication
protected List<PersonType> publisher
protected DateType dateOfPublication
protected String editionNo
protected String volume
protected String issue
protected String spage
protected String epage
protected IdentifierType bibIdentifier
public List<PersonType> getAuthor()
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 author property.
For example, to add a new item, do as follows:
getAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
public List<PersonType> getEditor()
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 editor property.
For example, to add a new item, do as follows:
getEditor().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
public List<String> getEditionTitle()
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 editionTitle property.
For example, to add a new item, do as follows:
getEditionTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<AuthorityType> getPlaceOfPublication()
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 placeOfPublication property.
For example, to add a new item, do as follows:
getPlaceOfPublication().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorityType
public List<PersonType> getPublisher()
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 publisher property.
For example, to add a new item, do as follows:
getPublisher().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
public DateType getDateOfPublication()
DateType
public void setDateOfPublication(DateType value)
value
- allowed object is
DateType
public String getEditionNo()
String
public void setEditionNo(String value)
value
- allowed object is
String
public List<String> getSeries()
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 series property.
For example, to add a new item, do as follows:
getSeries().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getVolume()
String
public void setVolume(String value)
value
- allowed object is
String
public String getIssue()
String
public void setIssue(String value)
value
- allowed object is
String
public String getSpage()
String
public void setSpage(String value)
value
- allowed object is
String
public String getEpage()
String
public void setEpage(String value)
value
- allowed object is
String
public IdentifierType getBibIdentifier()
IdentifierType
public void setBibIdentifier(IdentifierType value)
value
- allowed object is
IdentifierType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.