|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.legstar.test.coxb.redopera.Dfhcommarea
public class Dfhcommarea
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 |
---|
protected String cFunction
protected String cData
protected Filler25 filler25
protected Filler28 filler28
Constructor Detail |
---|
public Dfhcommarea()
Method Detail |
---|
public String getCFunction()
String
public void setCFunction(String value)
value
- allowed object is
String
public String getCData()
String
public void setCData(String value)
value
- allowed object is
String
public Filler25 getFiller25()
Filler25
public void setFiller25(Filler25 value)
value
- allowed object is
Filler25
public Filler28 getFiller28()
Filler28
public void setFiller28(Filler28 value)
value
- allowed object is
Filler28
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |