org.tolven.ccr
Class InsuranceType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.InsuranceType

public class InsuranceType
extends CCRCodedDataObjectType

Java class for InsuranceType complex type.


Nested Class Summary
static class InsuranceType.Authorizations
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Constructor Summary
InsuranceType()
           
 
Method Summary
 InsuranceType.Authorizations getAuthorizations()
          Gets the value of the authorizations property.
 ActorReferenceType getPaymentProvider()
          Gets the value of the paymentProvider property.
 ActorReferenceType getSubscriber()
          Gets the value of the subscriber property.
 void setAuthorizations(InsuranceType.Authorizations value)
          Sets the value of the authorizations property.
 void setPaymentProvider(ActorReferenceType value)
          Sets the value of the paymentProvider property.
 void setSubscriber(ActorReferenceType value)
          Sets the value of the subscriber property.
 
Methods inherited from class org.tolven.ccr.CCRCodedDataObjectType
getCCRDataObjectID, getCommentID, getDateTime, getDateTimeType, getDescription, getDescriptionText, getIDs, getInternalCCRLink, getReferenceID, getSignature, getSource, getStatus, getStatusText, getType, getTypeText, removeDateTimeType, setCCRDataObjectID, setDateTimeType, setDescription, setDescriptionText, setStatus, setStatusText, setType, setTypeText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsuranceType

public InsuranceType()
Method Detail

getPaymentProvider

public ActorReferenceType getPaymentProvider()
Gets the value of the paymentProvider property.

Returns:
possible object is ActorReferenceType

setPaymentProvider

public void setPaymentProvider(ActorReferenceType value)
Sets the value of the paymentProvider property.

Parameters:
value - allowed object is ActorReferenceType

getSubscriber

public ActorReferenceType getSubscriber()
Gets the value of the subscriber property.

Returns:
possible object is ActorReferenceType

setSubscriber

public void setSubscriber(ActorReferenceType value)
Sets the value of the subscriber property.

Parameters:
value - allowed object is ActorReferenceType

getAuthorizations

public InsuranceType.Authorizations getAuthorizations()
Gets the value of the authorizations property.

Returns:
possible object is InsuranceType.Authorizations

setAuthorizations

public void setAuthorizations(InsuranceType.Authorizations value)
Sets the value of the authorizations property.

Parameters:
value - allowed object is InsuranceType.Authorizations