|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.aa.complextype.v1.Codification
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:57:26+02:00",
comments="JAXB RI v2.3.6")
public class Codification.
Java class for CodificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TypeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AuthenticSource" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{urn:be:fgov:ehealth:aa:complextype:v1}NameType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Codification()
|
|
| Method Summary | |
|---|---|
String |
getAuthenticSource()
Gets the value of the authenticSource property. |
String |
getCode()
Gets the value of the code property. |
List<NameType> |
getDescriptions()
Gets the value of the descriptions property. |
String |
getTypeCode()
Gets the value of the typeCode property. |
void |
setAuthenticSource(String value)
Sets the value of the authenticSource property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setTypeCode(String value)
Sets the value of the typeCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Codification()
| Method Detail |
|---|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getTypeCode()
Stringpublic void setTypeCode(String value)
value - allowed object is
Stringpublic String getAuthenticSource()
Stringpublic void setAuthenticSource(String value)
value - allowed object is
Stringpublic List<NameType> getDescriptions()
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 descriptions property.
For example, to add a new item, do as follows:
getDescriptions().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||