org.gcube.index.fulltextindexnode.stubs
Class FullTextIndexNodeResourceProperties

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

public class FullTextIndexNodeResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FullTextIndexNodeResourceProperties()
           
FullTextIndexNodeResourceProperties(String GHN, String RI, String VO, String clusterID, StringArray[] collectionID, String contentType, Calendar created, Calendar currentTime, int documentCount, StringArray[] fields, String indexFormat, String indexID, String indexStatus, String[] indexTypeName, Calendar modified, String name, String[] scope, String serviceClass, String serviceID, String serviceName, StringArray supportedRelations, Calendar terminationTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterID()
          Gets the clusterID value for this FullTextIndexNodeResourceProperties.
 StringArray[] getCollectionID()
          Gets the collectionID value for this FullTextIndexNodeResourceProperties.
 StringArray getCollectionID(int i)
           
 String getContentType()
          Gets the contentType value for this FullTextIndexNodeResourceProperties.
 Calendar getCreated()
          Gets the created value for this FullTextIndexNodeResourceProperties.
 Calendar getCurrentTime()
          Gets the currentTime value for this FullTextIndexNodeResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getDocumentCount()
          Gets the documentCount value for this FullTextIndexNodeResourceProperties.
 StringArray[] getFields()
          Gets the fields value for this FullTextIndexNodeResourceProperties.
 StringArray getFields(int i)
           
 String getGHN()
          Gets the GHN value for this FullTextIndexNodeResourceProperties.
 String getIndexFormat()
          Gets the indexFormat value for this FullTextIndexNodeResourceProperties.
 String getIndexID()
          Gets the indexID value for this FullTextIndexNodeResourceProperties.
 String getIndexStatus()
          Gets the indexStatus value for this FullTextIndexNodeResourceProperties.
 String[] getIndexTypeName()
          Gets the indexTypeName value for this FullTextIndexNodeResourceProperties.
 String getIndexTypeName(int i)
           
 Calendar getModified()
          Gets the modified value for this FullTextIndexNodeResourceProperties.
 String getName()
          Gets the name value for this FullTextIndexNodeResourceProperties.
 String getRI()
          Gets the RI value for this FullTextIndexNodeResourceProperties.
 String[] getScope()
          Gets the scope value for this FullTextIndexNodeResourceProperties.
 String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this FullTextIndexNodeResourceProperties.
 String getServiceID()
          Gets the serviceID value for this FullTextIndexNodeResourceProperties.
 String getServiceName()
          Gets the serviceName value for this FullTextIndexNodeResourceProperties.
 StringArray getSupportedRelations()
          Gets the supportedRelations value for this FullTextIndexNodeResourceProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this FullTextIndexNodeResourceProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVO()
          Gets the VO value for this FullTextIndexNodeResourceProperties.
 int hashCode()
           
 void setClusterID(String clusterID)
          Sets the clusterID value for this FullTextIndexNodeResourceProperties.
 void setCollectionID(int i, StringArray _value)
           
 void setCollectionID(StringArray[] collectionID)
          Sets the collectionID value for this FullTextIndexNodeResourceProperties.
 void setContentType(String contentType)
          Sets the contentType value for this FullTextIndexNodeResourceProperties.
 void setCreated(Calendar created)
          Sets the created value for this FullTextIndexNodeResourceProperties.
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this FullTextIndexNodeResourceProperties.
 void setDocumentCount(int documentCount)
          Sets the documentCount value for this FullTextIndexNodeResourceProperties.
 void setFields(int i, StringArray _value)
           
 void setFields(StringArray[] fields)
          Sets the fields value for this FullTextIndexNodeResourceProperties.
 void setGHN(String GHN)
          Sets the GHN value for this FullTextIndexNodeResourceProperties.
 void setIndexFormat(String indexFormat)
          Sets the indexFormat value for this FullTextIndexNodeResourceProperties.
 void setIndexID(String indexID)
          Sets the indexID value for this FullTextIndexNodeResourceProperties.
 void setIndexStatus(String indexStatus)
          Sets the indexStatus value for this FullTextIndexNodeResourceProperties.
 void setIndexTypeName(int i, String _value)
           
 void setIndexTypeName(String[] indexTypeName)
          Sets the indexTypeName value for this FullTextIndexNodeResourceProperties.
 void setModified(Calendar modified)
          Sets the modified value for this FullTextIndexNodeResourceProperties.
 void setName(String name)
          Sets the name value for this FullTextIndexNodeResourceProperties.
 void setRI(String RI)
          Sets the RI value for this FullTextIndexNodeResourceProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this FullTextIndexNodeResourceProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this FullTextIndexNodeResourceProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this FullTextIndexNodeResourceProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this FullTextIndexNodeResourceProperties.
 void setSupportedRelations(StringArray supportedRelations)
          Sets the supportedRelations value for this FullTextIndexNodeResourceProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this FullTextIndexNodeResourceProperties.
 void setVO(String VO)
          Sets the VO value for this FullTextIndexNodeResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTextIndexNodeResourceProperties

public FullTextIndexNodeResourceProperties()

FullTextIndexNodeResourceProperties

public FullTextIndexNodeResourceProperties(String GHN,
                                           String RI,
                                           String VO,
                                           String clusterID,
                                           StringArray[] collectionID,
                                           String contentType,
                                           Calendar created,
                                           Calendar currentTime,
                                           int documentCount,
                                           StringArray[] fields,
                                           String indexFormat,
                                           String indexID,
                                           String indexStatus,
                                           String[] indexTypeName,
                                           Calendar modified,
                                           String name,
                                           String[] scope,
                                           String serviceClass,
                                           String serviceID,
                                           String serviceName,
                                           StringArray supportedRelations,
                                           Calendar terminationTime)
Method Detail

getName

public String getName()
Gets the name value for this FullTextIndexNodeResourceProperties.

Returns:
name

setName

public void setName(String name)
Sets the name value for this FullTextIndexNodeResourceProperties.

Parameters:
name -

getClusterID

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

Returns:
clusterID

setClusterID

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

Parameters:
clusterID -

getIndexID

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

Returns:
indexID

setIndexID

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

Parameters:
indexID -

getIndexFormat

public String getIndexFormat()
Gets the indexFormat value for this FullTextIndexNodeResourceProperties.

Returns:
indexFormat

setIndexFormat

public void setIndexFormat(String indexFormat)
Sets the indexFormat value for this FullTextIndexNodeResourceProperties.

Parameters:
indexFormat -

getIndexTypeName

public String[] getIndexTypeName()
Gets the indexTypeName value for this FullTextIndexNodeResourceProperties.

Returns:
indexTypeName

setIndexTypeName

public void setIndexTypeName(String[] indexTypeName)
Sets the indexTypeName value for this FullTextIndexNodeResourceProperties.

Parameters:
indexTypeName -

getIndexTypeName

public String getIndexTypeName(int i)

setIndexTypeName

public void setIndexTypeName(int i,
                             String _value)

getCollectionID

public StringArray[] getCollectionID()
Gets the collectionID value for this FullTextIndexNodeResourceProperties.

Returns:
collectionID

setCollectionID

public void setCollectionID(StringArray[] collectionID)
Sets the collectionID value for this FullTextIndexNodeResourceProperties.

Parameters:
collectionID -

getCollectionID

public StringArray getCollectionID(int i)

setCollectionID

public void setCollectionID(int i,
                            StringArray _value)

getFields

public StringArray[] getFields()
Gets the fields value for this FullTextIndexNodeResourceProperties.

Returns:
fields

setFields

public void setFields(StringArray[] fields)
Sets the fields value for this FullTextIndexNodeResourceProperties.

Parameters:
fields -

getFields

public StringArray getFields(int i)

setFields

public void setFields(int i,
                      StringArray _value)

getSupportedRelations

public StringArray getSupportedRelations()
Gets the supportedRelations value for this FullTextIndexNodeResourceProperties.

Returns:
supportedRelations

setSupportedRelations

public void setSupportedRelations(StringArray supportedRelations)
Sets the supportedRelations value for this FullTextIndexNodeResourceProperties.

Parameters:
supportedRelations -

getContentType

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

Returns:
contentType

setContentType

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

Parameters:
contentType -

getCreated

public Calendar getCreated()
Gets the created value for this FullTextIndexNodeResourceProperties.

Returns:
created

setCreated

public void setCreated(Calendar created)
Sets the created value for this FullTextIndexNodeResourceProperties.

Parameters:
created -

getModified

public Calendar getModified()
Gets the modified value for this FullTextIndexNodeResourceProperties.

Returns:
modified

setModified

public void setModified(Calendar modified)
Sets the modified value for this FullTextIndexNodeResourceProperties.

Parameters:
modified -

getDocumentCount

public int getDocumentCount()
Gets the documentCount value for this FullTextIndexNodeResourceProperties.

Returns:
documentCount

setDocumentCount

public void setDocumentCount(int documentCount)
Sets the documentCount value for this FullTextIndexNodeResourceProperties.

Parameters:
documentCount -

getIndexStatus

public String getIndexStatus()
Gets the indexStatus value for this FullTextIndexNodeResourceProperties.

Returns:
indexStatus

setIndexStatus

public void setIndexStatus(String indexStatus)
Sets the indexStatus value for this FullTextIndexNodeResourceProperties.

Parameters:
indexStatus -

getServiceID

public String getServiceID()
Gets the serviceID value for this FullTextIndexNodeResourceProperties.

Returns:
serviceID

setServiceID

public void setServiceID(String serviceID)
Sets the serviceID value for this FullTextIndexNodeResourceProperties.

Parameters:
serviceID -

getServiceName

public String getServiceName()
Gets the serviceName value for this FullTextIndexNodeResourceProperties.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this FullTextIndexNodeResourceProperties.

Parameters:
serviceName -

getVO

public String getVO()
Gets the VO value for this FullTextIndexNodeResourceProperties.

Returns:
VO

setVO

public void setVO(String VO)
Sets the VO value for this FullTextIndexNodeResourceProperties.

Parameters:
VO -

getRI

public String getRI()
Gets the RI value for this FullTextIndexNodeResourceProperties.

Returns:
RI

setRI

public void setRI(String RI)
Sets the RI value for this FullTextIndexNodeResourceProperties.

Parameters:
RI -

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this FullTextIndexNodeResourceProperties.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this FullTextIndexNodeResourceProperties.

Parameters:
serviceClass -

getGHN

public String getGHN()
Gets the GHN value for this FullTextIndexNodeResourceProperties.

Returns:
GHN

setGHN

public void setGHN(String GHN)
Sets the GHN value for this FullTextIndexNodeResourceProperties.

Parameters:
GHN -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this FullTextIndexNodeResourceProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this FullTextIndexNodeResourceProperties.

Parameters:
terminationTime -

getScope

public String[] getScope()
Gets the scope value for this FullTextIndexNodeResourceProperties.

Returns:
scope

setScope

public void setScope(String[] scope)
Sets the scope value for this FullTextIndexNodeResourceProperties.

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this FullTextIndexNodeResourceProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this FullTextIndexNodeResourceProperties.

Parameters:
currentTime -

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.