Package org.opennms.netmgt.config.wsman
Class Range
- java.lang.Object
-
- org.opennms.netmgt.config.wsman.Range
-
public class Range extends java.lang.ObjectJava 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 booleanequals(java.lang.Object obj)java.lang.StringgetBegin()Gets the value of the begin property.java.lang.StringgetEnd()Gets the value of the end property.inthashCode()voidsetBegin(java.lang.String value)Sets the value of the begin property.voidsetEnd(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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-