public class ReservedWords
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://jboss.org}word" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
| ReservedWords() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Word> | getWord()Gets the value of the word property. | 
protected java.util.List<Word> word
public java.util.List<Word> getWord()
set method for the word property.
 For example, to add a new item, do as follows:
 
    getWord().add(newItem);
 
 Objects of the following type(s) are allowed in the list
 Word