xml.mzdata
Interface DataProcessingType
- public interface DataProcessingType
Java content class for dataProcessingType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="dataProcessingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="software">
<complexType>
<complexContent>
<extension base="{}softwareType">
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
getSoftware
public DataProcessingType.SoftwareType getSoftware()
setSoftware
public void setSoftware(DataProcessingType.SoftwareType value)