Package be.recipe.services.core
Class ValidationReport.Violation
- java.lang.Object
-
- be.recipe.services.core.ValidationReport.Violation
-
- Enclosing class:
- ValidationReport
public static class ValidationReport.Violation 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"> <all> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="propertyPath" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="usecase" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="translations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http:/services.recipe.be/core}LocalisedString" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationReport.Violation.TranslationsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected StringpropertyPathprotected ValidationReport.Violation.Translationstranslationsprotected Stringusecaseprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description Violation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetPropertyPath()Gets the value of the propertyPath property.ValidationReport.Violation.TranslationsgetTranslations()Gets the value of the translations property.StringgetUsecase()Gets the value of the usecase property.StringgetValue()Gets the value of the value property.voidsetName(String value)Sets the value of the name property.voidsetPropertyPath(String value)Sets the value of the propertyPath property.voidsetTranslations(ValidationReport.Violation.Translations value)Sets the value of the translations property.voidsetUsecase(String value)Sets the value of the usecase property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
name
protected String name
-
propertyPath
protected String propertyPath
-
usecase
protected String usecase
-
value
protected String value
-
translations
protected ValidationReport.Violation.Translations translations
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPropertyPath
public String getPropertyPath()
Gets the value of the propertyPath property.- Returns:
- possible object is
String
-
setPropertyPath
public void setPropertyPath(String value)
Sets the value of the propertyPath property.- Parameters:
value- allowed object isString
-
getUsecase
public String getUsecase()
Gets the value of the usecase property.- Returns:
- possible object is
String
-
setUsecase
public void setUsecase(String value)
Sets the value of the usecase property.- Parameters:
value- allowed object isString
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getTranslations
public ValidationReport.Violation.Translations getTranslations()
Gets the value of the translations property.- Returns:
- possible object is
ValidationReport.Violation.Translations
-
setTranslations
public void setTranslations(ValidationReport.Violation.Translations value)
Sets the value of the translations property.- Parameters:
value- allowed object isValidationReport.Violation.Translations
-
-