|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.api.TAttachment
public class TAttachment
Java class for tAttachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAttachment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.example.org/WS-HT/api}attachmentInfo"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TAttachmentInfo |
attachmentInfo
|
protected Object |
value
|
| Constructor Summary | |
|---|---|
TAttachment()
|
|
| Method Summary | |
|---|---|
TAttachmentInfo |
getAttachmentInfo()
Gets the value of the attachmentInfo property. |
Object |
getValue()
Gets the value of the value property. |
void |
setAttachmentInfo(TAttachmentInfo value)
Sets the value of the attachmentInfo property. |
void |
setValue(Object value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TAttachmentInfo attachmentInfo
protected Object value
| Constructor Detail |
|---|
public TAttachment()
| Method Detail |
|---|
public TAttachmentInfo getAttachmentInfo()
TAttachmentInfopublic void setAttachmentInfo(TAttachmentInfo value)
value - allowed object is
TAttachmentInfopublic Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||