public class PartialFileDVDescriptorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for PartialFileDVDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartialFileDVDescriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="frameSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="frameCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
frameCount |
protected long |
frameSize |
| Constructor and Description |
|---|
PartialFileDVDescriptorType() |
| 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() |
long |
getFrameCount()
Gets the value of the frameCount property.
|
long |
getFrameSize()
Gets the value of the frameSize property.
|
boolean |
isSetFrameCount() |
boolean |
isSetFrameSize() |
void |
setFrameCount(long value)
Sets the value of the frameCount property.
|
void |
setFrameSize(long value)
Sets the value of the frameSize property.
|
PartialFileDVDescriptorType |
withFrameCount(long value) |
PartialFileDVDescriptorType |
withFrameSize(long value) |
public long getFrameSize()
public void setFrameSize(long value)
public boolean isSetFrameSize()
public long getFrameCount()
public void setFrameCount(long value)
public boolean isSetFrameCount()
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 PartialFileDVDescriptorType withFrameSize(long value)
public PartialFileDVDescriptorType withFrameCount(long value)
Copyright © 2015. All rights reserved.