|
||||||||||
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="2016-07-06T09:33:15+02:00", comments="JAXB RI v2.2.6") public class ElementType
Extension 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()
String
public void setContent(String value)
value
- allowed object is
String
public String getEName()
String
public void setEName(String value)
value
- allowed object is
String
public String getEDescription()
String
public void setEDescription(String value)
value
- allowed object is
String
public TypeOfElementType getEType()
TypeOfElementType
public void setEType(TypeOfElementType value)
value
- allowed object is
TypeOfElementType
public String getEFormat()
String
public void setEFormat(String value)
value
- allowed object is
String
public String getEValue()
String
public void setEValue(String value)
value
- allowed object is
String
public String getEPerfData()
String
public 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 |