Package org.cxml
Class LegalEntity
- java.lang.Object
-
- org.cxml.LegalEntity
-
public class LegalEntity extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IdReferenceidReference
-
Constructor Summary
Constructors Constructor Description LegalEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdReferencegetIdReference()Gets the value of the idReference property.voidsetIdReference(IdReference value)Sets the value of the idReference property.
-
-
-
Field Detail
-
idReference
protected IdReference idReference
-
-
Method Detail
-
getIdReference
public IdReference getIdReference()
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
public void setIdReference(IdReference value)
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-
-