com.esri.arcgisws
Class XmlPropertySet

java.lang.Object
  extended by com.esri.arcgisws.XmlPropertySet
All Implemented Interfaces:
Serializable

public class XmlPropertySet
extends Object
implements Serializable

ESRI XML PropertySet object.

Java class for XmlPropertySet complex type.

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

 <complexType name="XmlPropertySet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="XmlDoc" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI XML PropertySet object.

See Also:
Serialized Form

Constructor Summary
XmlPropertySet()
          XmlPropertySet default constructor.
XmlPropertySet(String xmlDoc)
          Deprecated. 
 
Method Summary
 String getXmlDoc()
          Gets the value of the xmlDoc property.
 void setXmlDoc(String value)
          Sets the value of the xmlDoc property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPropertySet

@Deprecated
public XmlPropertySet(String xmlDoc)
Deprecated. 

XmlPropertySet constructor.


XmlPropertySet

public XmlPropertySet()
XmlPropertySet default constructor.

Method Detail

getXmlDoc

public String getXmlDoc()
Gets the value of the xmlDoc property.

Returns:
possible object is String

setXmlDoc

public void setXmlDoc(String value)
Sets the value of the xmlDoc property.

Parameters:
value - allowed object is String