Content Acquisition System Web Service Stubs 3.2.1

com.endeca.itl.cas
Class SourceConfig

java.lang.Object
  extended by com.endeca.itl.cas.SourceConfig
All Implemented Interfaces:
java.io.Serializable

public class SourceConfig
extends java.lang.Object
implements java.io.Serializable

Source Config allow a client to specify information about the source for a particular crawl run, including what items to include and exclude and a list of seeds.

See Also:
Serialized Form

Constructor Summary
SourceConfig()
           
SourceConfig(Filter[] excludeFilters, Filter[] includeFilters, Seed[] seeds)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Filter[] getExcludeFilters()
          Gets the excludeFilters value for this SourceConfig.
 Filter[] getIncludeFilters()
          Gets the includeFilters value for this SourceConfig.
 Seed[] getSeeds()
          Gets the seeds value for this SourceConfig.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExcludeFilters(Filter[] excludeFilters)
          Sets the excludeFilters value for this SourceConfig.
 void setIncludeFilters(Filter[] includeFilters)
          Sets the includeFilters value for this SourceConfig.
 void setSeeds(Seed[] seeds)
          Sets the seeds value for this SourceConfig.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceConfig

public SourceConfig()

SourceConfig

public SourceConfig(Filter[] excludeFilters,
                    Filter[] includeFilters,
                    Seed[] seeds)
Method Detail

getExcludeFilters

public Filter[] getExcludeFilters()
Gets the excludeFilters value for this SourceConfig.

Returns:
excludeFilters

setExcludeFilters

public void setExcludeFilters(Filter[] excludeFilters)
Sets the excludeFilters value for this SourceConfig.

Parameters:
excludeFilters -

getIncludeFilters

public Filter[] getIncludeFilters()
Gets the includeFilters value for this SourceConfig.

Returns:
includeFilters

setIncludeFilters

public void setIncludeFilters(Filter[] includeFilters)
Sets the includeFilters value for this SourceConfig.

Parameters:
includeFilters -

getSeeds

public Seed[] getSeeds()
Gets the seeds value for this SourceConfig.

Returns:
seeds

setSeeds

public void setSeeds(Seed[] seeds)
Sets the seeds value for this SourceConfig.

Parameters:
seeds -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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


Content Acquisition System Web Service Stubs 3.2.1

Copyright © 2011 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Acquisition System Web Service Stubs (casStubs)
VERSION: 3.2.1
BUILD:   NONE
ARCH_OS: n/a
DATE:    2011-11-10T16:21:21-0500