Package ca.phon.project.io
Class ProjectType
java.lang.Object
ca.phon.project.io.ProjectType
Java class for ProjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}corpus" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Version" type="{http://www.w3.org/2001/XMLSchema}string" default="1.5" /> <attribute name="name" use="required" type="{}validName" /> <attribute name="appid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="resources" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAppid()
Gets the value of the appid property.Gets the value of the corpus property.getName()
Gets the value of the name property.Gets the value of the resources property.getUuid()
Gets the value of the uuid property.Gets the value of the version property.void
Sets the value of the appid property.void
Sets the value of the name property.void
setResources
(String value) Sets the value of the resources property.void
Sets the value of the uuid property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
corpus
-
version
-
name
-
appid
-
resources
-
uuid
-
-
Constructor Details
-
ProjectType
public ProjectType()
-
-
Method Details
-
getCorpus
Gets the value of the corpus property.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 Jakarta XML Binding object. This is why there is not a
set
method for the corpus property.For example, to add a new item, do as follows:
getCorpus().add(newItem);
Objects of the following type(s) are allowed in the list
CorpusType
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getAppid
Gets the value of the appid property.- Returns:
- possible object is
String
-
setAppid
Sets the value of the appid property.- Parameters:
value
- allowed object isString
-
getResources
Gets the value of the resources property.- Returns:
- possible object is
String
-
setResources
Sets the value of the resources property.- Parameters:
value
- allowed object isString
-
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-