public class ProvidedType extends Object implements Serializable
Java class for providedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="providedType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/> <element name="identifier" type="{http://textgrid.info/namespaces/metadata/core/2010}identifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
format |
protected List<IdentifierType> |
identifier |
protected String |
notes |
protected List<String> |
title |
Constructor and Description |
---|
ProvidedType() |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Gets the value of the format property.
|
List<IdentifierType> |
getIdentifier()
Gets the value of the identifier property.
|
String |
getNotes()
Gets the value of the notes property.
|
List<String> |
getTitle()
Gets the value of the title property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
protected List<IdentifierType> identifier
protected String format
protected String notes
public List<String> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<IdentifierType> getIdentifier()
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 identifier property.
For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public String getNotes()
String
Copyright © 2013 TextGrid Consortium. All Rights Reserved.