Package org.cxml
Class CXMLAttachment
- java.lang.Object
-
- org.cxml.CXMLAttachment
-
public class CXMLAttachment extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Attachmentattachment
-
Constructor Summary
Constructors Constructor Description CXMLAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentgetAttachment()Gets the value of the attachment property.voidsetAttachment(Attachment value)Sets the value of the attachment property.
-
-
-
Field Detail
-
attachment
protected Attachment attachment
-
-
Method Detail
-
getAttachment
public Attachment getAttachment()
Gets the value of the attachment property.- Returns:
- possible object is
Attachment
-
setAttachment
public void setAttachment(Attachment value)
Sets the value of the attachment property.- Parameters:
value- allowed object isAttachment
-
-