|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.GivenNameType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:07:15+01:00",
comments="JAXB RI v2.2.11")
public class GivenNameType
Java class for GivenNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GivenNameType">
<simpleContent>
<extension base="<urn:be:fgov:ehealth:rn:baselegaldata:v1>GivenNameValueType">
<attribute name="Sequence">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedShort">
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Constructor Summary | |
|---|---|
GivenNameType()
|
|
| Method Summary | |
|---|---|
Integer |
getSequence()
Gets the value of the sequence property. |
String |
getValue()
Gets the value of the value property. |
void |
setSequence(Integer value)
Sets the value of the sequence property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GivenNameType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getSequence()
Integerpublic void setSequence(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||