Package org.cxml
Class ParentContractInfo
- java.lang.Object
-
- org.cxml.ParentContractInfo
-
public class ParentContractInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentInfodocumentInfo
-
Constructor Summary
Constructors Constructor Description ParentContractInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentInfogetDocumentInfo()Gets the value of the documentInfo property.voidsetDocumentInfo(DocumentInfo value)Sets the value of the documentInfo property.
-
-
-
Field Detail
-
documentInfo
protected DocumentInfo documentInfo
-
-
Method Detail
-
getDocumentInfo
public DocumentInfo getDocumentInfo()
Gets the value of the documentInfo property.- Returns:
- possible object is
DocumentInfo
-
setDocumentInfo
public void setDocumentInfo(DocumentInfo value)
Sets the value of the documentInfo property.- Parameters:
value- allowed object isDocumentInfo
-
-