public class PolicyViolationKey extends Object
Java class for PolicyViolationKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyViolationKey">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="violatingText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
policyName |
protected String |
violatingText |
| Constructor and Description |
|---|
PolicyViolationKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPolicyName()
Gets the value of the policyName property.
|
String |
getViolatingText()
Gets the value of the violatingText property.
|
void |
setPolicyName(String value)
Sets the value of the policyName property.
|
void |
setViolatingText(String value)
Sets the value of the violatingText property.
|
public String getPolicyName()
Stringpublic void setPolicyName(String value)
value - allowed object is
Stringpublic String getViolatingText()
StringCopyright © 2023. All rights reserved.