Uses of Class
org.cxml.DocumentInfo
-
Packages that use DocumentInfo Package Description org.cxml -
-
Uses of DocumentInfo in org.cxml
Fields in org.cxml declared as DocumentInfo Modifier and Type Field Description protected DocumentInfoContractRequestHeader. documentInfoprotected DocumentInfoDocumentStatus. documentInfoprotected DocumentInfoParentContractInfo. documentInfoMethods in org.cxml that return DocumentInfo Modifier and Type Method Description DocumentInfoObjectFactory. createDocumentInfo()Create an instance ofDocumentInfoDocumentInfoContractRequestHeader. getDocumentInfo()Gets the value of the documentInfo property.DocumentInfoDocumentStatus. getDocumentInfo()Gets the value of the documentInfo property.DocumentInfoParentContractInfo. getDocumentInfo()Gets the value of the documentInfo property.Methods in org.cxml with parameters of type DocumentInfo Modifier and Type Method Description voidContractRequestHeader. 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.
-