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="{https://phon.ca/ns/project}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="{https://phon.ca/ns/project}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
Fields -
Constructor Summary
Constructors -
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
-
setVersion
-
getName
-
setName
-
getAppid
-
setAppid
-
getResources
-
setResources
-
getUuid
-
setUuid
-