public class EditionType extends Object implements Serializable
Java class for editionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="editionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="isEditionOf" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="agent" type="{http://textgrid.info/namespaces/metadata/agent/2010}agentType" maxOccurs="unbounded"/> <element name="source" type="{http://textgrid.info/namespaces/metadata/core/2010}sourceType" maxOccurs="unbounded" minOccurs="0"/> <element name="formOfNotation" type="{http://textgrid.info/namespaces/metadata/script/2010}formOfNotationType" maxOccurs="unbounded" minOccurs="0"/> <element name="language" type="{http://textgrid.info/namespaces/metadata/language/2010}languageType" maxOccurs="unbounded" minOccurs="0"/> <element name="license" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="licenseUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
EditionType.License
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<AgentType> |
agent |
protected List<FormOfNotationType> |
formOfNotation |
protected String |
isEditionOf |
protected List<String> |
language |
protected EditionType.License |
license |
protected List<SourceType> |
source |
Constructor and Description |
---|
EditionType() |
Modifier and Type | Method and Description |
---|---|
List<AgentType> |
getAgent()
Gets the value of the agent property.
|
List<FormOfNotationType> |
getFormOfNotation()
Gets the value of the formOfNotation property.
|
String |
getIsEditionOf()
Gets the value of the isEditionOf property.
|
List<String> |
getLanguage()
Gets the value of the language property.
|
EditionType.License |
getLicense()
Gets the value of the license property.
|
List<SourceType> |
getSource()
Gets the value of the source property.
|
void |
setIsEditionOf(String value)
Sets the value of the isEditionOf property.
|
void |
setLicense(EditionType.License value)
Sets the value of the license property.
|
protected String isEditionOf
protected List<SourceType> source
protected List<FormOfNotationType> formOfNotation
protected EditionType.License license
public String getIsEditionOf()
String
public void setIsEditionOf(String value)
value
- allowed object is
String
public List<AgentType> getAgent()
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 agent property.
For example, to add a new item, do as follows:
getAgent().add(newItem);
Objects of the following type(s) are allowed in the list
AgentType
public List<SourceType> getSource()
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 source property.
For example, to add a new item, do as follows:
getSource().add(newItem);
Objects of the following type(s) are allowed in the list
SourceType
public List<FormOfNotationType> getFormOfNotation()
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 formOfNotation property.
For example, to add a new item, do as follows:
getFormOfNotation().add(newItem);
Objects of the following type(s) are allowed in the list
FormOfNotationType
public List<String> getLanguage()
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 language property.
For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
String
public EditionType.License getLicense()
EditionType.License
public void setLicense(EditionType.License value)
value
- allowed object is
EditionType.License
Copyright © 2013 TextGrid Consortium. All Rights Reserved.