public class PolicyViolationErrorPart extends Object
Java class for PolicyViolationError.Part complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyViolationError.Part">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="index" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
index |
protected Integer |
length |
| Constructor and Description |
|---|
PolicyViolationErrorPart() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIndex()
Gets the value of the index property.
|
Integer |
getLength()
Gets the value of the length property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
public Integer getIndex()
Integerpublic void setIndex(Integer value)
value - allowed object is
Integerpublic Integer getLength()
IntegerCopyright © 2023. All rights reserved.