Package org.cxml
Class RelationshipInformation
- java.lang.Object
-
- org.cxml.RelationshipInformation
-
public class RelationshipInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PaymentRelationshipInformationpaymentRelationshipInformation
-
Constructor Summary
Constructors Constructor Description RelationshipInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentRelationshipInformationgetPaymentRelationshipInformation()Gets the value of the paymentRelationshipInformation property.voidsetPaymentRelationshipInformation(PaymentRelationshipInformation value)Sets the value of the paymentRelationshipInformation property.
-
-
-
Field Detail
-
paymentRelationshipInformation
protected PaymentRelationshipInformation paymentRelationshipInformation
-
-
Method Detail
-
getPaymentRelationshipInformation
public PaymentRelationshipInformation getPaymentRelationshipInformation()
Gets the value of the paymentRelationshipInformation property.- Returns:
- possible object is
PaymentRelationshipInformation
-
setPaymentRelationshipInformation
public void setPaymentRelationshipInformation(PaymentRelationshipInformation value)
Sets the value of the paymentRelationshipInformation property.- Parameters:
value- allowed object isPaymentRelationshipInformation
-
-