|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.xds.soap.SoapAttachment
public class SoapAttachment
Class for simplifing SOAP attachments for the XDS Clients, may or may not be used.
| Constructor Summary | |
|---|---|
SoapAttachment(java.lang.String data,
java.lang.String mimeType,
java.lang.String contentId)
Constructs a SoapAttachment object given the following parameters |
|
| Method Summary | |
|---|---|
java.lang.String |
getContentId()
Returns the attachment content id |
java.lang.String |
getData()
Returns the attachment payload data |
java.lang.String |
getMimeType()
Returns the attachment mime type |
void |
setContentId(java.lang.String contentId)
Sets the attachment content id |
void |
setData(java.lang.String data)
Sets the attachment payload data |
void |
setMimeType(java.lang.String mimeType)
Sets the attachment mime type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapAttachment(java.lang.String data,
java.lang.String mimeType,
java.lang.String contentId)
data - represents the attachment payload data (ie. contents)mimeType - is the mime type of the attachment payload datacontentId - is the content id of the attachment payload data| Method Detail |
|---|
public java.lang.String getData()
public void setData(java.lang.String data)
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
public java.lang.String getContentId()
public void setContentId(java.lang.String contentId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||