public class SchValidationHolder
extends java.lang.Object
implements java.io.Serializable
SchValidation
holderModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected boolean |
success
Indicator of operation success or failure
|
protected java.util.List<SchValidation> |
validationArray
An array of
SchValidation |
protected int |
validationArrayNSizeIs
Number of elements in the "validationArray" array
|
protected java.util.List<java.lang.String> |
wmErrors
An array of general errors
|
protected int |
wmErrorsNSizeIs
Number of elements in the "wmErrors" array
|
protected java.util.List<java.lang.String> |
wmWarnings
An array of general warnings
|
protected int |
wmWarningsNSizeIs
Number of elements in the "wmWarnings" array
|
Constructor and Description |
---|
SchValidationHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SchValidation> |
getValidationArray()
Gets the value of the validationArray property.
|
int |
getValidationArrayNSizeIs()
Gets the value of the validationArrayNSizeIs property.
|
java.util.List<java.lang.String> |
getWmErrors()
Gets the value of the wmErrors property.
|
int |
getWmErrorsNSizeIs()
Gets the value of the wmErrorsNSizeIs property.
|
java.util.List<java.lang.String> |
getWmWarnings()
Gets the value of the wmWarnings property.
|
int |
getWmWarningsNSizeIs()
Gets the value of the wmWarningsNSizeIs property.
|
int |
hashCode() |
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
setValidationArray(java.util.List<SchValidation> validationArray)
Sets the value of the validationArray property.
|
void |
setValidationArrayNSizeIs(int value)
Sets the value of the validationArrayNSizeIs property.
|
void |
setWmErrors(java.util.List<java.lang.String> wmErrors)
Sets the value of the wmErrors property.
|
void |
setWmErrorsNSizeIs(int value)
Sets the value of the wmErrorsNSizeIs property.
|
void |
setWmWarnings(java.util.List<java.lang.String> wmWarnings)
Sets the value of the wmWarnings property.
|
void |
setWmWarningsNSizeIs(int value)
Sets the value of the wmWarningsNSizeIs property.
|
java.lang.String |
toString() |
SchValidationHolder |
withSuccess(boolean value) |
SchValidationHolder |
withValidationArray(java.util.Collection<SchValidation> values) |
SchValidationHolder |
withValidationArray(SchValidation... values) |
SchValidationHolder |
withValidationArrayNSizeIs(int value) |
SchValidationHolder |
withWmErrors(java.util.Collection<java.lang.String> values) |
SchValidationHolder |
withWmErrors(java.lang.String... values) |
SchValidationHolder |
withWmErrorsNSizeIs(int value) |
SchValidationHolder |
withWmWarnings(java.util.Collection<java.lang.String> values) |
SchValidationHolder |
withWmWarnings(java.lang.String... values) |
SchValidationHolder |
withWmWarningsNSizeIs(int value) |
private static final long serialVersionUID
protected boolean success
protected int wmErrorsNSizeIs
protected java.util.List<java.lang.String> wmErrors
protected int wmWarningsNSizeIs
protected java.util.List<java.lang.String> wmWarnings
protected int validationArrayNSizeIs
protected java.util.List<SchValidation> validationArray
SchValidation
public boolean isSuccess()
public void setSuccess(boolean value)
public int getWmErrorsNSizeIs()
public void setWmErrorsNSizeIs(int value)
public java.util.List<java.lang.String> getWmErrors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmErrors property.
For example, to add a new item, do as follows:
getWmErrors().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getWmWarningsNSizeIs()
public void setWmWarningsNSizeIs(int value)
public java.util.List<java.lang.String> getWmWarnings()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmWarnings property.
For example, to add a new item, do as follows:
getWmWarnings().add(newItem);
Objects of the following type(s) are allowed in the list
String
public int getValidationArrayNSizeIs()
public void setValidationArrayNSizeIs(int value)
public java.util.List<SchValidation> getValidationArray()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the validationArray property.
For example, to add a new item, do as follows:
getValidationArray().add(newItem);
Objects of the following type(s) are allowed in the list
SchValidation
public SchValidationHolder withSuccess(boolean value)
public SchValidationHolder withWmErrorsNSizeIs(int value)
public SchValidationHolder withWmErrors(java.lang.String... values)
public SchValidationHolder withWmErrors(java.util.Collection<java.lang.String> values)
public SchValidationHolder withWmWarningsNSizeIs(int value)
public SchValidationHolder withWmWarnings(java.lang.String... values)
public SchValidationHolder withWmWarnings(java.util.Collection<java.lang.String> values)
public SchValidationHolder withValidationArrayNSizeIs(int value)
public SchValidationHolder withValidationArray(SchValidation... values)
public SchValidationHolder withValidationArray(java.util.Collection<SchValidation> values)
public void setWmErrors(java.util.List<java.lang.String> wmErrors)
wmErrors
- allowed object is
String
public void setWmWarnings(java.util.List<java.lang.String> wmWarnings)
wmWarnings
- allowed object is
String
public void setValidationArray(java.util.List<SchValidation> validationArray)
validationArray
- allowed object is
SchValidation
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.