Package org.cxml
Class CXMLAttachment
java.lang.Object
org.cxml.CXMLAttachment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachment property.voidsetAttachment(Attachment value) Sets the value of the attachment property.
-
Field Details
-
attachment
-
-
Constructor Details
-
CXMLAttachment
public CXMLAttachment()
-
-
Method Details
-
getAttachment
Gets the value of the attachment property.- Returns:
- possible object is
Attachment
-
setAttachment
Sets the value of the attachment property.- Parameters:
value- allowed object isAttachment
-