com.legstar.test.coxb.redopera
Class Dfhcommarea

java.lang.Object
  extended by com.legstar.test.coxb.redopera.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="CFunction" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Filler25" type="{http://legstar.com/test/coxb/redopera}Filler25" minOccurs="0"/>
         <element name="Filler28" type="{http://legstar.com/test/coxb/redopera}Filler28" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String cData
           
protected  String cFunction
           
protected  Filler25 filler25
           
protected  Filler28 filler28
           
 
Constructor Summary
Dfhcommarea()
           
 
Method Summary
 String getCData()
          Gets the value of the cData property.
 String getCFunction()
          Gets the value of the cFunction property.
 Filler25 getFiller25()
          Gets the value of the filler25 property.
 Filler28 getFiller28()
          Gets the value of the filler28 property.
 void setCData(String value)
          Sets the value of the cData property.
 void setCFunction(String value)
          Sets the value of the cFunction property.
 void setFiller25(Filler25 value)
          Sets the value of the filler25 property.
 void setFiller28(Filler28 value)
          Sets the value of the filler28 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cFunction

protected String cFunction

cData

protected String cData

filler25

protected Filler25 filler25

filler28

protected Filler28 filler28
Constructor Detail

Dfhcommarea

public Dfhcommarea()
Method Detail

getCFunction

public String getCFunction()
Gets the value of the cFunction property.

Returns:
possible object is String

setCFunction

public void setCFunction(String value)
Sets the value of the cFunction property.

Parameters:
value - allowed object is String

getCData

public String getCData()
Gets the value of the cData property.

Returns:
possible object is String

setCData

public void setCData(String value)
Sets the value of the cData property.

Parameters:
value - allowed object is String

getFiller25

public Filler25 getFiller25()
Gets the value of the filler25 property.

Returns:
possible object is Filler25

setFiller25

public void setFiller25(Filler25 value)
Sets the value of the filler25 property.

Parameters:
value - allowed object is Filler25

getFiller28

public Filler28 getFiller28()
Gets the value of the filler28 property.

Returns:
possible object is Filler28

setFiller28

public void setFiller28(Filler28 value)
Sets the value of the filler28 property.

Parameters:
value - allowed object is Filler28


Copyright © 2011 LegSem. All Rights Reserved.