public class Ruleselector
extends java.lang.Object
Java class for ruleselector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ruleselector"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="file" type="{http://www.highqsoft.com/transformer/common}file"/> <element name="provider" type="{http://www.highqsoft.com/transformer/common}implementation"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected File |
file |
protected Implementation |
provider |
Constructor and Description |
---|
Ruleselector() |
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Gets the value of the file property.
|
Implementation |
getProvider()
Gets the value of the provider property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setProvider(Implementation value)
Sets the value of the provider property.
|
protected File file
protected Implementation provider
public void setFile(File value)
value
- allowed object is
File
public Implementation getProvider()
Implementation
public void setProvider(Implementation value)
value
- allowed object is
Implementation