Uses of Class
org.cxml.DocumentInfo
Packages that use DocumentInfo
-
Uses of DocumentInfo in org.cxml
Fields in org.cxml declared as DocumentInfoModifier and TypeFieldDescriptionprotected DocumentInfoContractRequestHeader.documentInfoprotected DocumentInfoDocumentStatus.documentInfoprotected DocumentInfoParentContractInfo.documentInfoMethods in org.cxml that return DocumentInfoModifier and TypeMethodDescriptionObjectFactory.createDocumentInfo()Create an instance ofDocumentInfoContractRequestHeader.getDocumentInfo()Gets the value of the documentInfo property.DocumentStatus.getDocumentInfo()Gets the value of the documentInfo property.ParentContractInfo.getDocumentInfo()Gets the value of the documentInfo property.Methods in org.cxml with parameters of type DocumentInfoModifier and TypeMethodDescriptionvoidContractRequestHeader.setDocumentInfo(DocumentInfo value) Sets the value of the documentInfo property.voidDocumentStatus.setDocumentInfo(DocumentInfo value) Sets the value of the documentInfo property.voidParentContractInfo.setDocumentInfo(DocumentInfo value) Sets the value of the documentInfo property.