com.esri.arcgisws
Class JoinTableSourceDescription

java.lang.Object
  extended by com.esri.arcgisws.MapServerSourceDescription
      extended by com.esri.arcgisws.JoinTableSourceDescription
All Implemented Interfaces:
java.io.Serializable

public class JoinTableSourceDescription
extends MapServerSourceDescription
implements java.io.Serializable

Java class for JoinTableSourceDescription complex type.

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

 <complexType name="JoinTableSourceDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}MapServerSourceDescription">
       <sequence>
         <element name="LeftSourceDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}MapServerSourceDescription"/>
         <element name="RightSourceDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}MapServerSourceDescription"/>
         <element name="LeftTableKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RightTableKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="JoinType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriJoinType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
JoinTableSourceDescription()
          JoinTableSourceDescription default constructor.
JoinTableSourceDescription(MapServerSourceDescription leftSourceDescription, MapServerSourceDescription rightSourceDescription, java.lang.String leftTableKey, java.lang.String rightTableKey, EsriJoinType joinType)
          Deprecated. 
 
Method Summary
 EsriJoinType getJoinType()
          Gets the value of the joinType property.
 MapServerSourceDescription getLeftSourceDescription()
          Gets the value of the leftSourceDescription property.
 java.lang.String getLeftTableKey()
          Gets the value of the leftTableKey property.
 MapServerSourceDescription getRightSourceDescription()
          Gets the value of the rightSourceDescription property.
 java.lang.String getRightTableKey()
          Gets the value of the rightTableKey property.
 void setJoinType(EsriJoinType value)
          Sets the value of the joinType property.
 void setLeftSourceDescription(MapServerSourceDescription value)
          Sets the value of the leftSourceDescription property.
 void setLeftTableKey(java.lang.String value)
          Sets the value of the leftTableKey property.
 void setRightSourceDescription(MapServerSourceDescription value)
          Sets the value of the rightSourceDescription property.
 void setRightTableKey(java.lang.String value)
          Sets the value of the rightTableKey property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinTableSourceDescription

@Deprecated
public JoinTableSourceDescription(MapServerSourceDescription leftSourceDescription,
                                             MapServerSourceDescription rightSourceDescription,
                                             java.lang.String leftTableKey,
                                             java.lang.String rightTableKey,
                                             EsriJoinType joinType)
Deprecated. 

JoinTableSourceDescription constructor.


JoinTableSourceDescription

public JoinTableSourceDescription()
JoinTableSourceDescription default constructor.

Method Detail

getLeftSourceDescription

public MapServerSourceDescription getLeftSourceDescription()
Gets the value of the leftSourceDescription property.

Returns:
possible object is MapServerSourceDescription

setLeftSourceDescription

public void setLeftSourceDescription(MapServerSourceDescription value)
Sets the value of the leftSourceDescription property.

Parameters:
value - allowed object is MapServerSourceDescription

getRightSourceDescription

public MapServerSourceDescription getRightSourceDescription()
Gets the value of the rightSourceDescription property.

Returns:
possible object is MapServerSourceDescription

setRightSourceDescription

public void setRightSourceDescription(MapServerSourceDescription value)
Sets the value of the rightSourceDescription property.

Parameters:
value - allowed object is MapServerSourceDescription

getLeftTableKey

public java.lang.String getLeftTableKey()
Gets the value of the leftTableKey property.

Returns:
possible object is String

setLeftTableKey

public void setLeftTableKey(java.lang.String value)
Sets the value of the leftTableKey property.

Parameters:
value - allowed object is String

getRightTableKey

public java.lang.String getRightTableKey()
Gets the value of the rightTableKey property.

Returns:
possible object is String

setRightTableKey

public void setRightTableKey(java.lang.String value)
Sets the value of the rightTableKey property.

Parameters:
value - allowed object is String

getJoinType

public EsriJoinType getJoinType()
Gets the value of the joinType property.

Returns:
possible object is EsriJoinType

setJoinType

public void setJoinType(EsriJoinType value)
Sets the value of the joinType property.

Parameters:
value - allowed object is EsriJoinType