org.tolven.ccr
Class ActorType.Address

java.lang.Object
  extended by org.tolven.ccr.ActorType.Address
Enclosing class:
ActorType

public static class ActorType.Address
extends java.lang.Object

Java class for anonymous complex type.


Constructor Summary
ActorType.Address()
           
 
Method Summary
 java.lang.String getCity()
          Gets the value of the city property.
 java.lang.String getCountry()
          Gets the value of the country property.
 java.lang.String getCounty()
          Gets the value of the county property.
 java.lang.String getLine1()
          Gets the value of the line1 property.
 java.lang.String getLine2()
          Gets the value of the line2 property.
 java.lang.String getPostalCode()
          Gets the value of the postalCode property.
 java.lang.String getPreferred()
          Gets the value of the preferred property.
 java.lang.String getPriority()
          Gets the value of the priority property.
 java.lang.String getState()
          Gets the value of the state property.
 CodedDescriptionType getStatus()
          Gets the value of the status property.
 CodedDescriptionType getType()
          Gets the value of the type property.
 void setCity(java.lang.String value)
          Sets the value of the city property.
 void setCountry(java.lang.String value)
          Sets the value of the country property.
 void setCounty(java.lang.String value)
          Sets the value of the county property.
 void setLine1(java.lang.String value)
          Sets the value of the line1 property.
 void setLine2(java.lang.String value)
          Sets the value of the line2 property.
 void setPostalCode(java.lang.String value)
          Sets the value of the postalCode property.
 void setPreferred(java.lang.String value)
          Sets the value of the preferred property.
 void setPriority(java.lang.String value)
          Sets the value of the priority property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setStatus(CodedDescriptionType value)
          Sets the value of the status property.
 void setType(CodedDescriptionType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorType.Address

public ActorType.Address()
Method Detail

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

getLine1

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

Returns:
possible object is String

setLine1

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

Parameters:
value - allowed object is String

getLine2

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

Returns:
possible object is String

setLine2

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

Parameters:
value - allowed object is String

getCity

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

Returns:
possible object is String

setCity

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

Parameters:
value - allowed object is String

getCounty

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

Returns:
possible object is String

setCounty

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

Parameters:
value - allowed object is String

getState

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

Returns:
possible object is String

setState

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

Parameters:
value - allowed object is String

getCountry

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

Returns:
possible object is String

setCountry

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

Parameters:
value - allowed object is String

getPostalCode

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

Returns:
possible object is String

setPostalCode

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

Parameters:
value - allowed object is String

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

getPreferred

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

Returns:
possible object is String

setPreferred

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

Parameters:
value - allowed object is String