@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:58:08+02:00", comments="JAXB RI v2.3.7") public class ElementType extends Object implements Serializable
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 and Description |
|---|
ElementType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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()
String
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.