| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.ComponentDetail |
Java class for ComponentDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentDetail">
<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="Id" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="ParentDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="ParentSchemaName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SchemaName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Solution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| displayName | |||||||||||
| id | |||||||||||
| parentDisplayName | |||||||||||
| parentId | |||||||||||
| parentSchemaName | |||||||||||
| schemaName | |||||||||||
| solution | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the displayName property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the parentDisplayName property.
| |||||||||||
Gets the value of the parentId property.
| |||||||||||
Gets the value of the parentSchemaName property.
| |||||||||||
Gets the value of the schemaName property.
| |||||||||||
Gets the value of the solution property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the parentDisplayName property.
| |||||||||||
Sets the value of the parentId property.
| |||||||||||
Sets the value of the parentSchemaName property.
| |||||||||||
Sets the value of the schemaName property.
| |||||||||||
Sets the value of the solution property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the displayName property.
Gets the value of the parentDisplayName property.
Gets the value of the parentSchemaName property.
Gets the value of the schemaName property.
Gets the value of the solution property.
Gets the value of the type property.
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the parentDisplayName property.
| value | Allowed object is String |
|---|
Sets the value of the parentId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the parentSchemaName property.
| value | Allowed object is String |
|---|
Sets the value of the schemaName property.
| value | Allowed object is String |
|---|
Sets the value of the solution property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is Integer |
|---|