Add optical track indexes.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//
|
||||
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.3.1-b171012.0423
|
||||
// Visite <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
|
||||
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.8-b130911.1802
|
||||
// Visite <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
||||
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
|
||||
// Generado el: 2019.04.23 a las 12:13:17 AM BST
|
||||
// Generado el: 2020.07.12 a las 09:57:36 PM WEST
|
||||
//
|
||||
|
||||
|
||||
@@ -24,42 +24,43 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <p>El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
|
||||
*
|
||||
* <pre>
|
||||
* <complexType name="TrackType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Image" type="{}ImageType"/>
|
||||
* <element name="Size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="Sequence" type="{}TrackSequenceType"/>
|
||||
* <element name="StartMSF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="EndMSF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="StartSector" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="EndSector" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="TrackType">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="audio"/>
|
||||
* <enumeration value="mode0"/>
|
||||
* <enumeration value="mode1"/>
|
||||
* <enumeration value="mode2"/>
|
||||
* <enumeration value="m2f1"/>
|
||||
* <enumeration value="m2f2"/>
|
||||
* <enumeration value="dvd"/>
|
||||
* <enumeration value="hddvd"/>
|
||||
* <enumeration value="bluray"/>
|
||||
* <enumeration value="ddcd"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="BytesPerSector" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="AccoustID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Checksums" type="{}ChecksumsType"/>
|
||||
* <element name="SubChannel" type="{}SubChannelType" minOccurs="0"/>
|
||||
* <element name="FileSystemInformation" type="{}FileSystemInformationType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* <complexType name="TrackType">
|
||||
* <complexContent>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
||||
* <sequence>
|
||||
* <element name="Image" type="{}ImageType"/>
|
||||
* <element name="Size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="Sequence" type="{}TrackSequenceType"/>
|
||||
* <element name="StartMSF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="EndMSF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="StartSector" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="EndSector" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
|
||||
* <element name="Indexes" type="{}TrackIndexesType"/>
|
||||
* <element name="TrackType">
|
||||
* <simpleType>
|
||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
||||
* <enumeration value="audio"/>
|
||||
* <enumeration value="mode0"/>
|
||||
* <enumeration value="mode1"/>
|
||||
* <enumeration value="mode2"/>
|
||||
* <enumeration value="m2f1"/>
|
||||
* <enumeration value="m2f2"/>
|
||||
* <enumeration value="dvd"/>
|
||||
* <enumeration value="hddvd"/>
|
||||
* <enumeration value="bluray"/>
|
||||
* <enumeration value="ddcd"/>
|
||||
* </restriction>
|
||||
* </simpleType>
|
||||
* </element>
|
||||
* <element name="BytesPerSector" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
|
||||
* <element name="AccoustID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
||||
* <element name="Checksums" type="{}ChecksumsType"/>
|
||||
* <element name="SubChannel" type="{}SubChannelType" minOccurs="0"/>
|
||||
* <element name="FileSystemInformation" type="{}FileSystemInformationType" minOccurs="0"/>
|
||||
* </sequence>
|
||||
* </restriction>
|
||||
* </complexContent>
|
||||
* </complexType>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
@@ -73,6 +74,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
"endMSF",
|
||||
"startSector",
|
||||
"endSector",
|
||||
"indexes",
|
||||
"trackType",
|
||||
"bytesPerSector",
|
||||
"accoustID",
|
||||
@@ -99,6 +101,8 @@ public class TrackType {
|
||||
@XmlElement(name = "EndSector", required = true)
|
||||
@XmlSchemaType(name = "unsignedLong")
|
||||
protected BigInteger endSector;
|
||||
@XmlElement(name = "Indexes", required = true)
|
||||
protected TrackIndexesType indexes;
|
||||
@XmlElement(name = "TrackType", required = true)
|
||||
protected String trackType;
|
||||
@XmlElement(name = "BytesPerSector")
|
||||
@@ -281,6 +285,30 @@ public class TrackType {
|
||||
this.endSector = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad indexes.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link TrackIndexesType }
|
||||
*
|
||||
*/
|
||||
public TrackIndexesType getIndexes() {
|
||||
return indexes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define el valor de la propiedad indexes.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link TrackIndexesType }
|
||||
*
|
||||
*/
|
||||
public void setIndexes(TrackIndexesType value) {
|
||||
this.indexes = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Obtiene el valor de la propiedad trackType.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user