Class ProjectType

java.lang.Object
ca.phon.project.io.ProjectType

public class ProjectType extends Object

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 Details

  • Constructor Details

    • ProjectType

      public ProjectType()
  • Method Details

    • getCorpus

      public List<CorpusType> 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

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getAppid

      public String getAppid()
      Gets the value of the appid property.
      Returns:
      possible object is String
    • setAppid

      public void setAppid(String value)
      Sets the value of the appid property.
      Parameters:
      value - allowed object is String
    • getResources

      public String getResources()
      Gets the value of the resources property.
      Returns:
      possible object is String
    • setResources

      public void setResources(String value)
      Sets the value of the resources property.
      Parameters:
      value - allowed object is String
    • getUuid

      public String getUuid()
      Gets the value of the uuid property.
      Returns:
      possible object is String
    • setUuid

      public void setUuid(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String