Uses of Class
org.cxml.Attachment
-
Packages that use Attachment Package Description org.cxml -
-
Uses of Attachment in org.cxml
Fields in org.cxml declared as Attachment Modifier and Type Field Description protected AttachmentCatalogUploadRequest. attachmentprotected AttachmentCXMLAttachment. attachmentFields in org.cxml with type parameters of type Attachment Modifier and Type Field Description protected java.util.List<Attachment>DataResponse. attachmentMethods in org.cxml that return Attachment Modifier and Type Method Description AttachmentObjectFactory. createAttachment()Create an instance ofAttachmentAttachmentCatalogUploadRequest. getAttachment()Gets the value of the attachment property.AttachmentCXMLAttachment. getAttachment()Gets the value of the attachment property.Methods in org.cxml that return types with arguments of type Attachment Modifier and Type Method Description java.util.List<Attachment>DataResponse. getAttachment()Gets the value of the attachment property.Methods in org.cxml with parameters of type Attachment Modifier and Type Method Description voidCatalogUploadRequest. setAttachment(Attachment value)Sets the value of the attachment property.voidCXMLAttachment. setAttachment(Attachment value)Sets the value of the attachment property.
-