public class Production extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="effective">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ware" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="5"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ineffective">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ware" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="8"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Effective |
effective |
protected Ineffective |
ineffective |
| Constructor and Description |
|---|
Production() |
| Modifier and Type | Method and Description |
|---|---|
Effective |
getEffective()
Gets the value of the effective property.
|
Ineffective |
getIneffective()
Gets the value of the ineffective property.
|
void |
setEffective(Effective value)
Sets the value of the effective property.
|
void |
setIneffective(Ineffective value)
Sets the value of the ineffective property.
|
protected Effective effective
protected Ineffective ineffective
public Effective getEffective()
Effectivepublic void setEffective(Effective value)
value - allowed object is
Effectivepublic Ineffective getIneffective()
Ineffectivepublic void setIneffective(Ineffective value)
value - allowed object is
IneffectiveCopyright © 2011-2015 Sahits GmbH. All Rights Reserved.