org.tolven.ccr
Class CommunicationType

java.lang.Object
  extended by org.tolven.ccr.CommunicationType

public class CommunicationType
extends java.lang.Object

Java class for CommunicationType complex type.


Constructor Summary
CommunicationType()
           
 
Method Summary
 java.lang.String getPriority()
          Gets the value of the priority property.
 CodedDescriptionType getStatus()
          Gets the value of the status property.
 CodedDescriptionType getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setPriority(java.lang.String value)
          Sets the value of the priority property.
 void setStatus(CodedDescriptionType value)
          Sets the value of the status property.
 void setType(CodedDescriptionType value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationType

public CommunicationType()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getType

public CodedDescriptionType getType()
Gets the value of the type property.

Returns:
possible object is CodedDescriptionType

setType

public void setType(CodedDescriptionType value)
Sets the value of the type property.

Parameters:
value - allowed object is CodedDescriptionType

getPriority

public java.lang.String getPriority()
Gets the value of the priority property.

Returns:
possible object is String

setPriority

public void setPriority(java.lang.String value)
Sets the value of the priority property.

Parameters:
value - allowed object is String

getStatus

public CodedDescriptionType getStatus()
Gets the value of the status property.

Returns:
possible object is CodedDescriptionType

setStatus

public void setStatus(CodedDescriptionType value)
Sets the value of the status property.

Parameters:
value - allowed object is CodedDescriptionType