Added ADIP field
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// 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: 2016.01.17 at 02:08:03 AM WET
|
||||
// Generated on: 2016.01.29 at 11:21:42 PM WET
|
||||
//
|
||||
|
||||
|
||||
@@ -50,6 +50,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
* <element name="CMI" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="BCA" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="ATIP" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="ADIP" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="PMA" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="DDS" type="{}DumpType" minOccurs="0"/>
|
||||
* <element name="SAI" type="{}DumpType" minOccurs="0"/>
|
||||
@@ -102,6 +103,7 @@ import javax.xml.bind.annotation.XmlType;
|
||||
"cmi",
|
||||
"bca",
|
||||
"atip",
|
||||
"adip",
|
||||
"pma",
|
||||
"dds",
|
||||
"sai",
|
||||
@@ -171,6 +173,8 @@ public class OpticalDiscType {
|
||||
protected DumpType bca;
|
||||
@XmlElement(name = "ATIP")
|
||||
protected DumpType atip;
|
||||
@XmlElement(name = "ADIP")
|
||||
protected DumpType adip;
|
||||
@XmlElement(name = "PMA")
|
||||
protected DumpType pma;
|
||||
@XmlElement(name = "DDS")
|
||||
@@ -798,6 +802,30 @@ public class OpticalDiscType {
|
||||
this.atip = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the adip property.
|
||||
*
|
||||
* @return
|
||||
* possible object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public DumpType getADIP() {
|
||||
return adip;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the value of the adip property.
|
||||
*
|
||||
* @param value
|
||||
* allowed object is
|
||||
* {@link DumpType }
|
||||
*
|
||||
*/
|
||||
public void setADIP(DumpType value) {
|
||||
this.adip = value;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of the pma property.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user