public class Recipient
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.highqsoft.de/schema}recipienttype" default="TO" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
address |
protected Recipienttype |
type |
Constructor and Description |
---|
Recipient() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
Recipienttype |
getType()
Gets the value of the type property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setType(Recipienttype value)
Sets the value of the type property.
|
protected java.lang.String address
protected Recipienttype type
public java.lang.String getAddress()
String
public void setAddress(java.lang.String value)
value
- allowed object is
String
public Recipienttype getType()
Recipienttype
public void setType(Recipienttype value)
value
- allowed object is
Recipienttype