|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v3.HasWadaClassificationType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:32+02:00", comments="JAXB RI v2.2.11") public class HasWadaClassificationType
Java class for HasWadaClassificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HasWadaClassificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="WadaCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="WadaName" type="{urn:be:fgov:ehealth:dics:core:v3:core}SearchStringType"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
HasWadaClassificationType()
|
Method Summary | |
---|---|
String |
getWadaCode()
Gets the value of the wadaCode property. |
String |
getWadaName()
Gets the value of the wadaName property. |
void |
setWadaCode(String value)
Sets the value of the wadaCode property. |
void |
setWadaName(String value)
Sets the value of the wadaName property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HasWadaClassificationType()
Method Detail |
---|
public String getWadaName()
String
public void setWadaName(String value)
value
- allowed object is
String
public String getWadaCode()
String
public void setWadaCode(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |