public class ByteRangeResponseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ByteRangeResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ByteRangeResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
end |
protected BigInteger |
start |
| Constructor and Description |
|---|
ByteRangeResponseType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
BigInteger |
getEnd()
Gets the value of the end property.
|
BigInteger |
getStart()
Gets the value of the start property.
|
boolean |
isSetEnd() |
boolean |
isSetStart() |
void |
setEnd(BigInteger value)
Sets the value of the end property.
|
void |
setStart(BigInteger value)
Sets the value of the start property.
|
ByteRangeResponseType |
withEnd(BigInteger value) |
ByteRangeResponseType |
withStart(BigInteger value) |
protected BigInteger start
protected BigInteger end
public BigInteger getStart()
BigIntegerpublic void setStart(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetStart()
public BigInteger getEnd()
BigIntegerpublic void setEnd(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetEnd()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ByteRangeResponseType withStart(BigInteger value)
public ByteRangeResponseType withEnd(BigInteger value)
Copyright © 2015. All rights reserved.