|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.xsd.Validator
com.sssw.jbroker.web.xsd.AnyURI
com.sssw.jbroker.web.xsd.SWARef
A wrapper class that contains a ref:swaRef
.
Please refer to the WS-I Attachment Profile 1.0 for the complete
definition of this simple type.
Constructor Summary | |
SWARef(String value)
Constructs a SWARef using Content-Id string |
Method Summary | |
Object |
getAttachment()
Get the referred attachment |
String |
getContentType()
Get the contentType of the referred attachment |
void |
setAttachment(Object attachment)
Set the referred attachment |
void |
setContentType(String contentType)
Set the contentType of the referred attachment |
Methods inherited from class com.sssw.jbroker.web.xsd.AnyURI |
equals, getValue, hashCode, setValue, toString, validate |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SWARef(String value) throws IllegalArgumentException
Method Detail |
public String getContentType()
public void setContentType(String contentType)
public Object getAttachment()
public void setAttachment(Object attachment)
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |