public class Condition 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">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="coverage" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
coverage |
protected String |
number |
protected String |
type |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoverage()
Gets the value of the coverage property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCoverage(String value)
Sets the value of the coverage property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String number
protected String type
protected String coverage
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getCoverage()
StringCopyright © 2016–2019. All rights reserved.