public class Interval 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="start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
end |
protected String |
start |
| Constructor and Description |
|---|
Interval() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnd()
Gets the value of the end property.
|
String |
getStart()
Gets the value of the start property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setStart(String value)
Sets the value of the start property.
|
public String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getEnd()
StringCopyright © 2000–2025 MPXJ. All rights reserved.