com.legstar.test.coxb.arrayscx
Class Dfhcommarea

java.lang.Object
  extended by com.legstar.test.coxb.arrayscx.Dfhcommarea

public class Dfhcommarea
extends Object

Java class for Dfhcommarea complex type.

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

 <complexType name="Dfhcommarea">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TableThree" type="{http://legstar.com/test/coxb/arrayscx}TableThree"/>
         <element name="TableRedef" type="{http://legstar.com/test/coxb/arrayscx}TableRedef" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TableRedef> tableRedef
           
protected  TableThree tableThree
           
 
Constructor Summary
Dfhcommarea()
           
 
Method Summary
 List<TableRedef> getTableRedef()
          Gets the value of the tableRedef property.
 TableThree getTableThree()
          Gets the value of the tableThree property.
 void setTableThree(TableThree value)
          Sets the value of the tableThree property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableThree

protected TableThree tableThree

tableRedef

protected List<TableRedef> tableRedef
Constructor Detail

Dfhcommarea

public Dfhcommarea()
Method Detail

getTableThree

public TableThree getTableThree()
Gets the value of the tableThree property.

Returns:
possible object is TableThree

setTableThree

public void setTableThree(TableThree value)
Sets the value of the tableThree property.

Parameters:
value - allowed object is TableThree

getTableRedef

public List<TableRedef> getTableRedef()
Gets the value of the tableRedef 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 tableRedef property.

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

    getTableRedef().add(newItem);
 

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



Copyright © 2011 LegSem. All Rights Reserved.