|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v3.core.Text255Type
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:32+02:00", comments="JAXB RI v2.2.11") public class Text255Type
Java class for Text255Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Text255Type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fr" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Nl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="De" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="En" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Text255Type()
|
Method Summary | |
---|---|
String |
getDe()
Gets the value of the de property. |
String |
getEn()
Gets the value of the en property. |
String |
getFr()
Gets the value of the fr property. |
String |
getNl()
Gets the value of the nl property. |
void |
setDe(String value)
Sets the value of the de property. |
void |
setEn(String value)
Sets the value of the en property. |
void |
setFr(String value)
Sets the value of the fr property. |
void |
setNl(String value)
Sets the value of the nl property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Text255Type()
Method Detail |
---|
public String getFr()
String
public void setFr(String value)
value
- allowed object is
String
public String getNl()
String
public void setNl(String value)
value
- allowed object is
String
public String getDe()
String
public void setDe(String value)
value
- allowed object is
String
public String getEn()
String
public void setEn(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |