public class Details 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">
<sequence>
<element ref="{}Validation"/>
<element ref="{}Logic"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Logic |
logic |
protected Validation |
validation |
| Constructor and Description |
|---|
Details() |
| Modifier and Type | Method and Description |
|---|---|
Logic |
getLogic()
Gets the value of the logic property.
|
Validation |
getValidation()
Gets the value of the validation property.
|
void |
setLogic(Logic value)
Sets the value of the logic property.
|
void |
setValidation(Validation value)
Sets the value of the validation property.
|
protected Validation validation
protected Logic logic
public Validation getValidation()
Validationpublic void setValidation(Validation value)
value - allowed object is
Validationpublic Logic getLogic()
LogicCopyright © 2023. All rights reserved.