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()
String
public void setStart(String value)
value
- allowed object is
String
public String getEnd()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.