public class LineType extends Object
Java class for LineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
number |
| Constructor and Description |
|---|
LineType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getNumber()
Gets the value of the number property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getCode()
StringCopyright © 2020. All rights reserved.