Class Indexer.Coverages.Coverage
Object
Coverage
- Enclosing class:
- Indexer.Coverages
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="schema" type="{}schemaType"/> <element name="origName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="domains" type="{}domainsType"/> <choice> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nameCollector" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DomainsType
protected String
protected String
protected String
protected ParametersType
protected SchemaType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the domains property.getName()
Gets the value of the name property.Gets the value of the nameCollector property.Gets the value of the origName property.Returns coverage specific parameters.Gets the value of the schema property.void
setDomains
(DomainsType value) Sets the value of the domains property.void
Sets the value of the name property.void
setNameCollector
(String value) Sets the value of the nameCollector property.void
setOrigName
(String value) Sets the value of the origName property.void
setParameters
(ParametersType parameters) Sets the coverage specific parametersvoid
setSchema
(SchemaType value) Sets the value of the schema property.
-
Field Details
-
schema
-
origName
-
domains
-
name
-
nameCollector
-
parameters
-
-
Constructor Details
-
Coverage
public Coverage()
-
-
Method Details
-
getSchema
Gets the value of the schema property.- Returns:
- possible object is
SchemaType
-
setSchema
Sets the value of the schema property.- Parameters:
value
- allowed object isSchemaType
-
getOrigName
Gets the value of the origName property.- Returns:
- possible object is
String
-
setOrigName
Sets the value of the origName property.- Parameters:
value
- allowed object isString
-
getDomains
Gets the value of the domains property.- Returns:
- possible object is
DomainsType
-
setDomains
Sets the value of the domains property.- Parameters:
value
- allowed object isDomainsType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getNameCollector
Gets the value of the nameCollector property.- Returns:
- possible object is
String
-
setNameCollector
Sets the value of the nameCollector property.- Parameters:
value
- allowed object isString
-
getParameters
Returns coverage specific parameters. -
setParameters
Sets the coverage specific parameters
-