| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.RequiredResource |
Java class for RequiredResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequiredResource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| resourceId | |||||||||||
| resourceSpecId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the resourceId property.
| |||||||||||
Gets the value of the resourceSpecId 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 resourceId property.
Guid
Gets the value of the resourceSpecId property.
Guid
Sets the value of the resourceId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the resourceSpecId property.
| value | Allowed object is
Guid
|
|---|