Uses of Class
org.cxml.Attachment
Packages that use Attachment
-
Uses of Attachment in org.cxml
Fields in org.cxml declared as AttachmentModifier and TypeFieldDescriptionprotected AttachmentCatalogUploadRequest.attachmentprotected AttachmentCXMLAttachment.attachmentFields in org.cxml with type parameters of type AttachmentModifier and TypeFieldDescriptionprotected List<Attachment>DataResponse.attachmentprotected List<Attachment>QNNotes.attachmentMethods in org.cxml that return AttachmentModifier and TypeMethodDescriptionObjectFactory.createAttachment()Create an instance ofAttachmentCatalogUploadRequest.getAttachment()Gets the value of the attachment property.CXMLAttachment.getAttachment()Gets the value of the attachment property.Methods in org.cxml that return types with arguments of type AttachmentModifier and TypeMethodDescriptionDataResponse.getAttachment()Gets the value of the attachment property.QNNotes.getAttachment()Gets the value of the attachment property.Methods in org.cxml with parameters of type AttachmentModifier and TypeMethodDescriptionvoidCatalogUploadRequest.setAttachment(Attachment value) Sets the value of the attachment property.voidCXMLAttachment.setAttachment(Attachment value) Sets the value of the attachment property.