|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.cd.v1.LnkType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:46:01+02:00",
comments="JAXB RI v2.2.11")
public class LnkType
Java class for lnkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lnkType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="TYPE" use="required" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-LNKvalues" />
<attribute name="MEDIATYPE" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-MEDIATYPEvalues" />
<attribute name="URL" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SIZE" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Constructor Summary | |
|---|---|
LnkType()
|
|
| Method Summary | |
|---|---|
CDMEDIATYPEvalues |
getMEDIATYPE()
Gets the value of the mediatype property. |
String |
getSIZE()
Gets the value of the size property. |
CDLNKvalues |
getTYPE()
Gets the value of the type property. |
String |
getURL()
Gets the value of the url property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setMEDIATYPE(CDMEDIATYPEvalues value)
Sets the value of the mediatype property. |
void |
setSIZE(String value)
Sets the value of the size property. |
void |
setTYPE(CDLNKvalues value)
Sets the value of the type property. |
void |
setURL(String value)
Sets the value of the url property. |
void |
setValue(byte[] 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 LnkType()
| Method Detail |
|---|
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public CDLNKvalues getTYPE()
CDLNKvaluespublic void setTYPE(CDLNKvalues value)
value - allowed object is
CDLNKvaluespublic CDMEDIATYPEvalues getMEDIATYPE()
CDMEDIATYPEvaluespublic void setMEDIATYPE(CDMEDIATYPEvalues value)
value - allowed object is
CDMEDIATYPEvaluespublic String getURL()
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getSIZE()
Stringpublic void setSIZE(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||