org.gcube.index.fulltextindexnode.stubs
Class CreateResource

java.lang.Object
  extended by org.gcube.index.fulltextindexnode.stubs.CreateResource
All Implemented Interfaces:
Serializable

public class CreateResource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateResource()
           
CreateResource(String clusterID, String[] collectionID, String contentType, String indexID, String indexTypeID)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterID()
          Gets the clusterID value for this CreateResource.
 String[] getCollectionID()
          Gets the collectionID value for this CreateResource.
 String getContentType()
          Gets the contentType value for this CreateResource.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getIndexID()
          Gets the indexID value for this CreateResource.
 String getIndexTypeID()
          Gets the indexTypeID value for this CreateResource.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setClusterID(String clusterID)
          Sets the clusterID value for this CreateResource.
 void setCollectionID(String[] collectionID)
          Sets the collectionID value for this CreateResource.
 void setContentType(String contentType)
          Sets the contentType value for this CreateResource.
 void setIndexID(String indexID)
          Sets the indexID value for this CreateResource.
 void setIndexTypeID(String indexTypeID)
          Sets the indexTypeID value for this CreateResource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateResource

public CreateResource()

CreateResource

public CreateResource(String clusterID,
                      String[] collectionID,
                      String contentType,
                      String indexID,
                      String indexTypeID)
Method Detail

getIndexTypeID

public String getIndexTypeID()
Gets the indexTypeID value for this CreateResource.

Returns:
indexTypeID

setIndexTypeID

public void setIndexTypeID(String indexTypeID)
Sets the indexTypeID value for this CreateResource.

Parameters:
indexTypeID -

getIndexID

public String getIndexID()
Gets the indexID value for this CreateResource.

Returns:
indexID

setIndexID

public void setIndexID(String indexID)
Sets the indexID value for this CreateResource.

Parameters:
indexID -

getCollectionID

public String[] getCollectionID()
Gets the collectionID value for this CreateResource.

Returns:
collectionID

setCollectionID

public void setCollectionID(String[] collectionID)
Sets the collectionID value for this CreateResource.

Parameters:
collectionID -

getContentType

public String getContentType()
Gets the contentType value for this CreateResource.

Returns:
contentType

setContentType

public void setContentType(String contentType)
Sets the contentType value for this CreateResource.

Parameters:
contentType -

getClusterID

public String getClusterID()
Gets the clusterID value for this CreateResource.

Returns:
clusterID

setClusterID

public void setClusterID(String clusterID)
Sets the clusterID value for this CreateResource.

Parameters:
clusterID -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.