public class ImplementationCheckType extends Object
Clase Java para implementation_checkType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="implementation_checkType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rule_result" type="{}rule_resultType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<RuleResultType> |
ruleResult |
| Constructor and Description |
|---|
ImplementationCheckType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Obtiene el valor de la propiedad name.
|
List<RuleResultType> |
getRuleResult()
Gets the value of the ruleResult property.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
protected String name
protected List<RuleResultType> ruleResult
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<RuleResultType> getRuleResult()
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 ruleResult property.
For example, to add a new item, do as follows:
getRuleResult().add(newItem);
Objects of the following type(s) are allowed in the list
RuleResultType
Copyright © 2016–2020. All rights reserved.