public class ItemContent 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="{}invitation-request"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected InvitationRequest |
invitationRequest |
Constructor and Description |
---|
ItemContent() |
Modifier and Type | Method and Description |
---|---|
InvitationRequest |
getInvitationRequest()
Gets the value of the invitationRequest property.
|
void |
setInvitationRequest(InvitationRequest value)
Sets the value of the invitationRequest property.
|
protected InvitationRequest invitationRequest
public InvitationRequest getInvitationRequest()
InvitationRequest
public void setInvitationRequest(InvitationRequest value)
value
- allowed object is
InvitationRequest
Apache Camel