public class

AppointmentProposal

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.AppointmentProposal

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar end
protected ArrayOfProposalParty proposalParties
protected Guid siteId
protected String siteName
protected XMLGregorianCalendar start
Public Constructors
AppointmentProposal()
Public Methods
XMLGregorianCalendar getEnd()
Gets the value of the end property.
ArrayOfProposalParty getProposalParties()
Gets the value of the proposalParties property.
Guid getSiteId()
Gets the value of the siteId property.
String getSiteName()
Gets the value of the siteName property.
XMLGregorianCalendar getStart()
Gets the value of the start property.
void setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
void setProposalParties(ArrayOfProposalParty value)
Sets the value of the proposalParties property.
void setSiteId(Guid value)
Sets the value of the siteId property.
void setSiteName(String value)
Sets the value of the siteName property.
void setStart(XMLGregorianCalendar value)
Sets the value of the start property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar end

protected ArrayOfProposalParty proposalParties

protected Guid siteId

protected String siteName

protected XMLGregorianCalendar start

Public Constructors

public AppointmentProposal ()

Public Methods

public XMLGregorianCalendar getEnd ()

Gets the value of the end property.

Returns
  • possible object is XMLGregorianCalendar

public ArrayOfProposalParty getProposalParties ()

Gets the value of the proposalParties property.

Returns

public Guid getSiteId ()

Gets the value of the siteId property.

Returns
  • possible object is Guid

public String getSiteName ()

Gets the value of the siteName property.

Returns
  • possible object is String

public XMLGregorianCalendar getStart ()

Gets the value of the start property.

Returns
  • possible object is XMLGregorianCalendar

public void setEnd (XMLGregorianCalendar value)

Sets the value of the end property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setProposalParties (ArrayOfProposalParty value)

Sets the value of the proposalParties property.

Parameters
value Allowed object is ArrayOfProposalParty

public void setSiteId (Guid value)

Sets the value of the siteId property.

Parameters
value Allowed object is Guid

public void setSiteName (String value)

Sets the value of the siteName property.

Parameters
value Allowed object is String

public void setStart (XMLGregorianCalendar value)

Sets the value of the start property.

Parameters
value Allowed object is XMLGregorianCalendar