com.esri.arcgisws
Class GetMessageFormatsResponse

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

public class GetMessageFormatsResponse
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MessageFormats" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriServiceCatalogMessageFormat"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetMessageFormatsResponse()
          GetMessageFormatsResponse default constructor.
GetMessageFormatsResponse(EsriServiceCatalogMessageFormat messageFormats)
          Deprecated. 
 
Method Summary
 EsriServiceCatalogMessageFormat getMessageFormats()
          Gets the value of the messageFormats property.
 void setMessageFormats(EsriServiceCatalogMessageFormat value)
          Sets the value of the messageFormats property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMessageFormatsResponse

@Deprecated
public GetMessageFormatsResponse(EsriServiceCatalogMessageFormat messageFormats)
Deprecated. 

GetMessageFormatsResponse constructor.


GetMessageFormatsResponse

public GetMessageFormatsResponse()
GetMessageFormatsResponse default constructor.

Method Detail

getMessageFormats

public EsriServiceCatalogMessageFormat getMessageFormats()
Gets the value of the messageFormats property.

Returns:
possible object is EsriServiceCatalogMessageFormat

setMessageFormats

public void setMessageFormats(EsriServiceCatalogMessageFormat value)
Sets the value of the messageFormats property.

Parameters:
value - allowed object is EsriServiceCatalogMessageFormat