public class

MissingComponent

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

Class Overview

Java class for MissingComponent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MissingComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DependentComponent" type="{http://schemas.microsoft.com/crm/2011/Contracts}ComponentDetail" minOccurs="0"/>
         <element name="RequiredComponent" type="{http://schemas.microsoft.com/crm/2011/Contracts}ComponentDetail" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ComponentDetail dependentComponent
protected ComponentDetail requiredComponent
Public Constructors
MissingComponent()
Public Methods
ComponentDetail getDependentComponent()
Gets the value of the dependentComponent property.
ComponentDetail getRequiredComponent()
Gets the value of the requiredComponent property.
void setDependentComponent(ComponentDetail value)
Sets the value of the dependentComponent property.
void setRequiredComponent(ComponentDetail value)
Sets the value of the requiredComponent property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ComponentDetail dependentComponent

protected ComponentDetail requiredComponent

Public Constructors

public MissingComponent ()

Public Methods

public ComponentDetail getDependentComponent ()

Gets the value of the dependentComponent property.

Returns

public ComponentDetail getRequiredComponent ()

Gets the value of the requiredComponent property.

Returns

public void setDependentComponent (ComponentDetail value)

Sets the value of the dependentComponent property.

Parameters
value Allowed object is ComponentDetail

public void setRequiredComponent (ComponentDetail value)

Sets the value of the requiredComponent property.

Parameters
value Allowed object is ComponentDetail