public class TAttachment extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected TAttachmentInfo |
attachmentInfo |
protected Object |
value |
| Constructor and Description |
|---|
TAttachment() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected TAttachmentInfo attachmentInfo
protected Object value
public TAttachmentInfo getAttachmentInfo()
TAttachmentInfopublic void setAttachmentInfo(TAttachmentInfo value)
value - allowed object is
TAttachmentInfopublic Object getValue()
ObjectCopyright © 2012 OW2 Consortium. All Rights Reserved.