public class Targets extends Object
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="types-whitelist" type="{}targetType-list"/>
<element name="types-blacklist" type="{}targetType-list" minOccurs="0"/>
<element name="attributes-blacklist" type="{}attributes-list" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributesList |
attributesBlacklist |
protected TargetTypeList |
typesBlacklist |
protected TargetTypeList |
typesWhitelist |
| Constructor and Description |
|---|
Targets() |
| Modifier and Type | Method and Description |
|---|---|
AttributesList |
getAttributesBlacklist()
Gets the value of the attributesBlacklist property.
|
TargetTypeList |
getTypesBlacklist()
Gets the value of the typesBlacklist property.
|
TargetTypeList |
getTypesWhitelist()
Gets the value of the typesWhitelist property.
|
void |
setAttributesBlacklist(AttributesList value)
Sets the value of the attributesBlacklist property.
|
void |
setTypesBlacklist(TargetTypeList value)
Sets the value of the typesBlacklist property.
|
void |
setTypesWhitelist(TargetTypeList value)
Sets the value of the typesWhitelist property.
|
protected TargetTypeList typesWhitelist
protected TargetTypeList typesBlacklist
protected AttributesList attributesBlacklist
public TargetTypeList getTypesWhitelist()
TargetTypeListpublic void setTypesWhitelist(TargetTypeList value)
value - allowed object is
TargetTypeListpublic TargetTypeList getTypesBlacklist()
TargetTypeListpublic void setTypesBlacklist(TargetTypeList value)
value - allowed object is
TargetTypeListpublic AttributesList getAttributesBlacklist()
AttributesListpublic void setAttributesBlacklist(AttributesList value)
value - allowed object is
AttributesListCopyright © 2017 SAP SE. All Rights Reserved.