public class IncludeType extends Object
Java class for includeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="includeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="implementation" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
excluderules |
protected String |
policyChecker |
| Constructor and Description |
|---|
IncludeType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcluderules() |
Object |
getPolicyChecker()
Gets the value of the implementation property.
|
void |
setPolicyChecker(String policyChecker)
Sets the value of the implementation property.
|
protected String policyChecker
public Object getPolicyChecker()
Objectpublic void setPolicyChecker(String policyChecker)
policyChecker - allowed object is
ObjectCopyright © 2016–2020. All rights reserved.