public class IgnoreRange 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="Offset" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Length" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
length |
protected int |
offset |
Constructor and Description |
---|
IgnoreRange()
Default no-arg constructor
|
IgnoreRange(int offset,
int length)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
int |
getLength()
Gets the value of the length property.
|
int |
getOffset()
Gets the value of the offset property.
|
int |
hashCode() |
void |
setLength(int value)
Sets the value of the length property.
|
void |
setOffset(int value)
Sets the value of the offset property.
|
String |
toString() |
IgnoreRange |
withLength(int value) |
IgnoreRange |
withOffset(int value) |
public IgnoreRange()
public IgnoreRange(int offset, int length)
public int getOffset()
public void setOffset(int value)
public int getLength()
public void setLength(int value)
public IgnoreRange withOffset(int value)
public IgnoreRange withLength(int value)
Copyright © 2019. All rights reserved.