| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.AppointmentProposal |
Java class for AppointmentProposal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppointmentProposal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ProposalParties" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfProposalParty" minOccurs="0"/>
<element name="SiteId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="SiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| end | |||||||||||
| proposalParties | |||||||||||
| siteId | |||||||||||
| siteName | |||||||||||
| start | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the end property.
| |||||||||||
Gets the value of the proposalParties property.
| |||||||||||
Gets the value of the siteId property.
| |||||||||||
Gets the value of the siteName property.
| |||||||||||
Gets the value of the start property.
| |||||||||||
Sets the value of the end property.
| |||||||||||
Sets the value of the proposalParties property.
| |||||||||||
Sets the value of the siteId property.
| |||||||||||
Sets the value of the siteName property.
| |||||||||||
Sets the value of the start property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the end property.
Gets the value of the proposalParties property.
ArrayOfProposalParty
Gets the value of the siteName property.
Gets the value of the start property.
Sets the value of the end property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the proposalParties property.
| value | Allowed object is
ArrayOfProposalParty
|
|---|
Sets the value of the siteId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the siteName property.
| value | Allowed object is String |
|---|
Sets the value of the start property.
| value | Allowed object is XMLGregorianCalendar |
|---|