public class ProdType extends Type2
Java class for ProdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProdType">
<complexContent>
<extension base="{http://czt.sourceforge.net/zml}Type2">
<sequence>
<element ref="{http://czt.sourceforge.net/zml}Type2" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends Type2>> |
type |
| Constructor and Description |
|---|
ProdType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends Type2>> |
getType()
Gets the value of the type property.
|
protected List<JAXBElement<? extends Type2>> type
public List<JAXBElement<? extends Type2>> getType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the type property.
For example, to add a new item, do as follows:
getType().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<PowerType>
JAXBElement<SchemaType>
JAXBElement<ProdType>
JAXBElement<Type2>
JAXBElement<GenParamType>
JAXBElement<GivenType>
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.