com.esri.core.internal.value
Class Catalog

java.lang.Object
  extended by com.esri.core.internal.value.Catalog
All Implemented Interfaces:
Serializable

public class Catalog
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Catalog(String url)
           
 
Method Summary
static Catalog fromJson(org.codehaus.jackson.JsonParser parser, String url)
           
 String getCurrentVersion()
           
 List<String> getFolder()
           
 List<Service> getService()
           
 String getUrl()
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Catalog

public Catalog(String url)
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getCurrentVersion

public String getCurrentVersion()

getFolder

public List<String> getFolder()

getService

public List<Service> getService()

fromJson

public static Catalog fromJson(org.codehaus.jackson.JsonParser parser,
                               String url)
                        throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.