public class RuleResultType extends Object
Clase Java para rule_resultType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="rule_resultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="context" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ruleId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ruleTest" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ruleValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="iso_reference" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
protected String |
isoReference |
protected String |
level |
protected String |
location |
protected String |
message |
protected String |
ruleId |
protected String |
ruleTest |
protected String |
ruleValue |
| Constructor and Description |
|---|
RuleResultType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Obtiene el valor de la propiedad context.
|
String |
getIsoReference()
Obtiene el valor de la propiedad isoReference.
|
String |
getLevel()
Obtiene el valor de la propiedad level.
|
String |
getLocation()
Obtiene el valor de la propiedad location.
|
String |
getMessage()
Obtiene el valor de la propiedad message.
|
String |
getRuleId()
Obtiene el valor de la propiedad ruleId.
|
String |
getRuleTest()
Obtiene el valor de la propiedad ruleTest.
|
String |
getRuleValue()
Obtiene el valor de la propiedad ruleValue.
|
void |
setContext(String value)
Define el valor de la propiedad context.
|
void |
setIsoReference(String value)
Define el valor de la propiedad isoReference.
|
void |
setLevel(String value)
Define el valor de la propiedad level.
|
void |
setLocation(String value)
Define el valor de la propiedad location.
|
void |
setMessage(String value)
Define el valor de la propiedad message.
|
void |
setRuleId(String value)
Define el valor de la propiedad ruleId.
|
void |
setRuleTest(String value)
Define el valor de la propiedad ruleTest.
|
void |
setRuleValue(String value)
Define el valor de la propiedad ruleValue.
|
protected String level
protected String message
protected String context
protected String location
protected String ruleId
protected String ruleTest
protected String ruleValue
protected String isoReference
public String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getContext()
Stringpublic void setContext(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getRuleId()
Stringpublic void setRuleId(String value)
value - allowed object is
Stringpublic String getRuleTest()
Stringpublic void setRuleTest(String value)
value - allowed object is
Stringpublic String getRuleValue()
Stringpublic void setRuleValue(String value)
value - allowed object is
Stringpublic String getIsoReference()
StringCopyright © 2016–2020. All rights reserved.