|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.getview._1.GetViewResponse.View
public static class GetViewResponse.View
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="templateID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected byte[] |
data
|
protected java.lang.String |
templateID
|
Constructor Summary | |
---|---|
GetViewResponse.View()
|
Method Summary | |
---|---|
byte[] |
getData()
Gets the value of the data property. |
java.lang.String |
getTemplateID()
Gets the value of the templateID property. |
void |
setData(byte[] value)
Sets the value of the data property. |
void |
setTemplateID(java.lang.String value)
Sets the value of the templateID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String templateID
protected byte[] data
Constructor Detail |
---|
public GetViewResponse.View()
Method Detail |
---|
public java.lang.String getTemplateID()
String
public void setTemplateID(java.lang.String value)
value
- allowed object is
String
public byte[] getData()
public void setData(byte[] value)
value
- allowed object is
byte[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |