public class

ComponentDetail

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String displayName
protected Guid id
protected String parentDisplayName
protected Guid parentId
protected String parentSchemaName
protected String schemaName
protected String solution
protected Integer type
Public Constructors
ComponentDetail()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
Guid getId()
Gets the value of the id property.
String getParentDisplayName()
Gets the value of the parentDisplayName property.
Guid getParentId()
Gets the value of the parentId property.
String getParentSchemaName()
Gets the value of the parentSchemaName property.
String getSchemaName()
Gets the value of the schemaName property.
String getSolution()
Gets the value of the solution property.
Integer getType()
Gets the value of the type property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setId(Guid value)
Sets the value of the id property.
void setParentDisplayName(String value)
Sets the value of the parentDisplayName property.
void setParentId(Guid value)
Sets the value of the parentId property.
void setParentSchemaName(String value)
Sets the value of the parentSchemaName property.
void setSchemaName(String value)
Sets the value of the schemaName property.
void setSolution(String value)
Sets the value of the solution property.
void setType(Integer value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String displayName

protected Guid id

protected String parentDisplayName

protected Guid parentId

protected String parentSchemaName

protected String schemaName

protected String solution

protected Integer type

Public Constructors

public ComponentDetail ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public Guid getId ()

Gets the value of the id property.

Returns
  • possible object is Guid

public String getParentDisplayName ()

Gets the value of the parentDisplayName property.

Returns
  • possible object is String

public Guid getParentId ()

Gets the value of the parentId property.

Returns
  • possible object is Guid

public String getParentSchemaName ()

Gets the value of the parentSchemaName property.

Returns
  • possible object is String

public String getSchemaName ()

Gets the value of the schemaName property.

Returns
  • possible object is String

public String getSolution ()

Gets the value of the solution property.

Returns
  • possible object is String

public Integer getType ()

Gets the value of the type property.

Returns
  • possible object is Integer

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setId (Guid value)

Sets the value of the id property.

Parameters
value Allowed object is Guid

public void setParentDisplayName (String value)

Sets the value of the parentDisplayName property.

Parameters
value Allowed object is String

public void setParentId (Guid value)

Sets the value of the parentId property.

Parameters
value Allowed object is Guid

public void setParentSchemaName (String value)

Sets the value of the parentSchemaName property.

Parameters
value Allowed object is String

public void setSchemaName (String value)

Sets the value of the schemaName property.

Parameters
value Allowed object is String

public void setSolution (String value)

Sets the value of the solution property.

Parameters
value Allowed object is String

public void setType (Integer value)

Sets the value of the type property.

Parameters
value Allowed object is Integer