public class Range 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="begin" 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 | 
begin  | 
protected String | 
end  | 
| Constructor and Description | 
|---|
Range()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getBegin()
Gets the value of the begin property. 
 | 
String | 
getEnd()
Gets the value of the end property. 
 | 
int | 
hashCode()  | 
void | 
setBegin(String value)
Sets the value of the begin property. 
 | 
void | 
setEnd(String value)
Sets the value of the end property. 
 | 
public String getBegin()
Stringpublic void setBegin(String value)
value - allowed object is
     Stringpublic String getEnd()
Stringpublic void setEnd(String value)
value - allowed object is
     StringCopyright © 2020. All rights reserved.