|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerSourceDescription
com.esri.arcgisws.JoinTableSourceDescription
public class JoinTableSourceDescription
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>
| 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 |
|---|
@Deprecated
public JoinTableSourceDescription(MapServerSourceDescription leftSourceDescription,
MapServerSourceDescription rightSourceDescription,
java.lang.String leftTableKey,
java.lang.String rightTableKey,
EsriJoinType joinType)
public JoinTableSourceDescription()
| Method Detail |
|---|
public MapServerSourceDescription getLeftSourceDescription()
MapServerSourceDescriptionpublic void setLeftSourceDescription(MapServerSourceDescription value)
value - allowed object is
MapServerSourceDescriptionpublic MapServerSourceDescription getRightSourceDescription()
MapServerSourceDescriptionpublic void setRightSourceDescription(MapServerSourceDescription value)
value - allowed object is
MapServerSourceDescriptionpublic java.lang.String getLeftTableKey()
Stringpublic void setLeftTableKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRightTableKey()
Stringpublic void setRightTableKey(java.lang.String value)
value - allowed object is
Stringpublic EsriJoinType getJoinType()
EsriJoinTypepublic void setJoinType(EsriJoinType value)
value - allowed object is
EsriJoinType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||