de.ls5.jlearn.util.xml.generated
Class WordType

java.lang.Object
  extended by de.ls5.jlearn.util.xml.generated.WordType

public class WordType
extends Object

Java class for wordType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="wordType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="symbol" type="{http://ls5www.cs.tu-dortmund.de/learnlib/XML}symbolType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> symbol
           
 
Constructor Summary
WordType()
           
 
Method Summary
 List<String> getSymbol()
          Gets the value of the symbol property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

protected List<String> symbol
Constructor Detail

WordType

public WordType()
Method Detail

getSymbol

public List<String> getSymbol()
Gets the value of the symbol 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 JAXB object. This is why there is not a set method for the symbol property.

For example, to add a new item, do as follows:

    getSymbol().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2011. All Rights Reserved.