| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.ProposalParty |
Java class for ProposalParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalParty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EffortRequired" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResourceId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="ResourceSpecId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| displayName | |||||||||||
| effortRequired | |||||||||||
| entityName | |||||||||||
| resourceId | |||||||||||
| resourceSpecId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the displayName property.
| |||||||||||
Gets the value of the effortRequired property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the resourceId property.
| |||||||||||
Gets the value of the resourceSpecId property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the effortRequired property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the resourceId property.
| |||||||||||
Sets the value of the resourceSpecId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the displayName property.
Gets the value of the effortRequired property.
Gets the value of the entityName property.
Gets the value of the resourceId property.
Guid
Gets the value of the resourceSpecId property.
Guid
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the effortRequired property.
| value | Allowed object is Double |
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the resourceId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the resourceSpecId property.
| value | Allowed object is
Guid
|
|---|