public class ByteRangeResponseType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
ByteRangeResponseType.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ByteRangeResponseType |
withEnd(BigInteger value) |
ByteRangeResponseType |
withStart(BigInteger value) |
protected BigInteger start
protected BigInteger end
public BigInteger getStart()
BigInteger
public void setStart(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetStart()
public BigInteger getEnd()
BigInteger
public void setEnd(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetEnd()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ByteRangeResponseType withStart(BigInteger value)
public ByteRangeResponseType withEnd(BigInteger value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ByteRangeResponseType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.