public class Poster extends 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">
<sequence>
<element ref="{}display"/>
<element ref="{}role"/>
<element ref="{}email-address"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
display |
protected String |
emailAddress |
protected Role |
role |
| Constructor and Description |
|---|
Poster() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
Role |
getRole()
Gets the value of the role property.
|
boolean |
isDisplay()
Gets the value of the display property.
|
void |
setDisplay(boolean value)
Sets the value of the display property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setRole(Role value)
Sets the value of the role property.
|
protected boolean display
protected Role role
protected String emailAddress
public boolean isDisplay()
public void setDisplay(boolean value)
public void setRole(Role value)
value - allowed object is
Rolepublic String getEmailAddress()
StringApache Camel