Package org.opennms.netmgt.config.wsman
Class Range
- java.lang.Object
-
- org.opennms.netmgt.config.wsman.Range
-
public class Range extends java.lang.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>
-
-
Constructor Summary
Constructors Constructor Description Range()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getBegin()
Gets the value of the begin property.java.lang.String
getEnd()
Gets the value of the end property.int
hashCode()
void
setBegin(java.lang.String value)
Sets the value of the begin property.void
setEnd(java.lang.String value)
Sets the value of the end property.
-
-
-
Method Detail
-
getBegin
public java.lang.String getBegin()
Gets the value of the begin property.- Returns:
- possible object is
String
-
setBegin
public void setBegin(java.lang.String value)
Sets the value of the begin property.- Parameters:
value
- allowed object isString
-
getEnd
public java.lang.String getEnd()
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(java.lang.String value)
Sets the value of the end property.- Parameters:
value
- allowed object isString
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-