public class Range extends Object
Java class for Range complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Range"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
String |
getFrom()
Gets the value of the from property.
|
String |
getTo()
Gets the value of the to property.
|
boolean |
isSetFrom() |
boolean |
isSetTo() |
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setTo(String value)
Sets the value of the to property.
|
public String getFrom()
String
public void setFrom(String value)
value
- allowed object is
String
public boolean isSetFrom()
public void setTo(String value)
value
- allowed object is
String
public boolean isSetTo()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0