public class SourceType extends Object implements Serializable
Java class for sourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="bibliographicCitation" type="{http://textgrid.info/namespaces/metadata/core/2010}bibliographicCitationType"/> <element name="objectCitation" type="{http://textgrid.info/namespaces/metadata/core/2010}objectCitationType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BibliographicCitationType |
bibliographicCitation |
protected ObjectCitationType |
objectCitation |
Constructor and Description |
---|
SourceType() |
Modifier and Type | Method and Description |
---|---|
BibliographicCitationType |
getBibliographicCitation()
Gets the value of the bibliographicCitation property.
|
ObjectCitationType |
getObjectCitation()
Gets the value of the objectCitation property.
|
void |
setBibliographicCitation(BibliographicCitationType value)
Sets the value of the bibliographicCitation property.
|
void |
setObjectCitation(ObjectCitationType value)
Sets the value of the objectCitation property.
|
protected BibliographicCitationType bibliographicCitation
protected ObjectCitationType objectCitation
public BibliographicCitationType getBibliographicCitation()
BibliographicCitationType
public void setBibliographicCitation(BibliographicCitationType value)
value
- allowed object is
BibliographicCitationType
public ObjectCitationType getObjectCitation()
ObjectCitationType
public void setObjectCitation(ObjectCitationType value)
value
- allowed object is
ObjectCitationType
Copyright © 2013 TextGrid Consortium. All Rights Reserved.