|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.monitoring.core.v2.ElementType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:01:49+01:00",
comments="JAXB RI v2.2.11")
public class ElementTypeExtension element.
Java class for ElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="eName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="eDescription" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="eType" use="required" type="{urn:be:fgov:ehealth:monitoring:core:v2}TypeOfElementType" />
<attribute name="eFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="eValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ePerfData" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ElementType()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Extension element. |
String |
getEDescription()
Gets the value of the eDescription property. |
String |
getEFormat()
Gets the value of the eFormat property. |
String |
getEName()
Gets the value of the eName property. |
String |
getEPerfData()
Gets the value of the ePerfData property. |
TypeOfElementType |
getEType()
Gets the value of the eType property. |
String |
getEValue()
Gets the value of the eValue property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setEDescription(String value)
Sets the value of the eDescription property. |
void |
setEFormat(String value)
Sets the value of the eFormat property. |
void |
setEName(String value)
Sets the value of the eName property. |
void |
setEPerfData(String value)
Sets the value of the ePerfData property. |
void |
setEType(TypeOfElementType value)
Sets the value of the eType property. |
void |
setEValue(String value)
Sets the value of the eValue property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementType()
| Method Detail |
|---|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getEName()
Stringpublic void setEName(String value)
value - allowed object is
Stringpublic String getEDescription()
Stringpublic void setEDescription(String value)
value - allowed object is
Stringpublic TypeOfElementType getEType()
TypeOfElementTypepublic void setEType(TypeOfElementType value)
value - allowed object is
TypeOfElementTypepublic String getEFormat()
Stringpublic void setEFormat(String value)
value - allowed object is
Stringpublic String getEValue()
Stringpublic void setEValue(String value)
value - allowed object is
Stringpublic String getEPerfData()
Stringpublic void setEPerfData(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||