Uses of Class
org.cxml.DocumentReference
-
Packages that use DocumentReference Package Description org.cxml -
-
Uses of DocumentReference in org.cxml
Fields in org.cxml declared as DocumentReference Modifier and Type Field Description protected DocumentReferenceInvoiceReference. documentReferenceprotected DocumentReferenceMasterAgreementReference. documentReferenceprotected DocumentReferenceMasterAgreementRequestHeader. documentReferenceprotected DocumentReferenceOrderReference. documentReferenceprotected DocumentReferenceOrderRequestHeader. documentReferenceprotected DocumentReferenceOrderStatusRequestReference. documentReferenceprotected DocumentReferencePurchaseRequisitionHeader. documentReferenceprotected DocumentReferenceQuoteRequestReference. documentReferenceprotected DocumentReferenceReceiptReference. documentReferenceprotected DocumentReferenceShipNoticeReference. documentReferenceprotected DocumentReferenceStatusUpdateRequest. documentReferenceMethods in org.cxml that return DocumentReference Modifier and Type Method Description DocumentReferenceObjectFactory. createDocumentReference()Create an instance ofDocumentReferenceDocumentReferenceInvoiceReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceMasterAgreementReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceMasterAgreementRequestHeader. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceOrderReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceOrderRequestHeader. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceOrderStatusRequestReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferencePurchaseRequisitionHeader. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceQuoteRequestReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceReceiptReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceShipNoticeReference. getDocumentReference()Gets the value of the documentReference property.DocumentReferenceStatusUpdateRequest. getDocumentReference()Gets the value of the documentReference property.Methods in org.cxml with parameters of type DocumentReference Modifier and Type Method Description voidInvoiceReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidMasterAgreementReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidMasterAgreementRequestHeader. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidOrderReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidOrderRequestHeader. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidOrderStatusRequestReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidPurchaseRequisitionHeader. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidQuoteRequestReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidReceiptReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidShipNoticeReference. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidStatusUpdateRequest. setDocumentReference(DocumentReference value)Sets the value of the documentReference property.
-