2015-11-07 03:13:57 +00:00
|
|
|
//
|
2017-06-04 04:58:48 +01:00
|
|
|
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
|
|
|
|
|
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
|
|
|
|
|
// Any modifications to this file will be lost upon recompilation of the source schema.
|
|
|
|
|
// Generated on: 2017.06.04 at 04:57:33 AM WEST
|
2015-11-07 03:13:57 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package generated;
|
|
|
|
|
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlAccessorType;
|
|
|
|
|
import javax.xml.bind.annotation.XmlElement;
|
|
|
|
|
import javax.xml.bind.annotation.XmlType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* <p>Java class for PartitionType complex type.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
2017-06-04 04:58:48 +01:00
|
|
|
* <p>The following schema fragment specifies the expected content contained within this class.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <complexType name="PartitionType">
|
|
|
|
|
* <complexContent>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
|
|
* <sequence>
|
|
|
|
|
* <element name="Sequence">
|
|
|
|
|
* <simpleType>
|
|
|
|
|
* <restriction base="{http://www.w3.org/2001/XMLSchema}int">
|
|
|
|
|
* <minInclusive value="1"/>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </simpleType>
|
|
|
|
|
* </element>
|
|
|
|
|
* <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="StartSector" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
|
|
|
|
* <element name="EndSector" type="{http://www.w3.org/2001/XMLSchema}int"/>
|
|
|
|
|
* <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
|
|
|
|
* <element name="FileSystems" type="{}FileSystemsType"/>
|
|
|
|
|
* </sequence>
|
|
|
|
|
* </restriction>
|
|
|
|
|
* </complexContent>
|
|
|
|
|
* </complexType>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
|
@XmlType(name = "PartitionType", propOrder = {
|
|
|
|
|
"sequence",
|
|
|
|
|
"name",
|
|
|
|
|
"type",
|
|
|
|
|
"startSector",
|
|
|
|
|
"endSector",
|
|
|
|
|
"description",
|
|
|
|
|
"fileSystems"
|
|
|
|
|
})
|
|
|
|
|
public class PartitionType {
|
|
|
|
|
|
|
|
|
|
@XmlElement(name = "Sequence")
|
|
|
|
|
protected int sequence;
|
|
|
|
|
@XmlElement(name = "Name")
|
|
|
|
|
protected String name;
|
|
|
|
|
@XmlElement(name = "Type")
|
|
|
|
|
protected String type;
|
|
|
|
|
@XmlElement(name = "StartSector")
|
|
|
|
|
protected int startSector;
|
|
|
|
|
@XmlElement(name = "EndSector")
|
|
|
|
|
protected int endSector;
|
|
|
|
|
@XmlElement(name = "Description")
|
|
|
|
|
protected String description;
|
|
|
|
|
@XmlElement(name = "FileSystems", required = true)
|
|
|
|
|
protected FileSystemsType fileSystems;
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the sequence property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public int getSequence() {
|
|
|
|
|
return sequence;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the sequence property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setSequence(int value) {
|
|
|
|
|
this.sequence = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the name property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getName() {
|
|
|
|
|
return name;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the name property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setName(String value) {
|
|
|
|
|
this.name = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the type property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getType() {
|
|
|
|
|
return type;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the type property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setType(String value) {
|
|
|
|
|
this.type = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the startSector property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public int getStartSector() {
|
|
|
|
|
return startSector;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the startSector property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setStartSector(int value) {
|
|
|
|
|
this.startSector = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the endSector property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public int getEndSector() {
|
|
|
|
|
return endSector;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the endSector property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setEndSector(int value) {
|
|
|
|
|
this.endSector = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the description property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public String getDescription() {
|
|
|
|
|
return description;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the description property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link String }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setDescription(String value) {
|
|
|
|
|
this.description = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Gets the value of the fileSystems property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
* possible object is
|
|
|
|
|
* {@link FileSystemsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public FileSystemsType getFileSystems() {
|
|
|
|
|
return fileSystems;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
2017-06-04 04:58:48 +01:00
|
|
|
* Sets the value of the fileSystems property.
|
2015-11-07 03:13:57 +00:00
|
|
|
*
|
|
|
|
|
* @param value
|
|
|
|
|
* allowed object is
|
|
|
|
|
* {@link FileSystemsType }
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
public void setFileSystems(FileSystemsType value) {
|
|
|
|
|
this.fileSystems = value;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|