public class SubClipType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SubClipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubClipType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected long |
length |
protected int |
start |
Constructor and Description |
---|
SubClipType() |
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() |
int |
getId()
Gets the value of the id property.
|
long |
getLength()
Gets the value of the length property.
|
int |
getStart()
Gets the value of the start property.
|
boolean |
isSetId() |
boolean |
isSetLength() |
boolean |
isSetStart() |
void |
setId(int value)
Sets the value of the id property.
|
void |
setLength(long value)
Sets the value of the length property.
|
void |
setStart(int value)
Sets the value of the start property.
|
public int getId()
public void setId(int value)
public boolean isSetId()
public int getStart()
public void setStart(int value)
public boolean isSetStart()
public long getLength()
public void setLength(long value)
public boolean isSetLength()
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
Copyright © 2015. All rights reserved.