public class ProcessorType extends Object
Java class for processorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="processorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProcessorType() |
protected String name
Copyright © 2016. All Rights Reserved.