public class WindingRule 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">
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
code |
protected String |
name |
| Constructor and Description |
|---|
WindingRule() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCode()
Gets the value of the code property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(BigInteger value)
Sets the value of the code property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected BigInteger code
protected String name
public BigInteger getCode()
BigIntegerpublic void setCode(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.