public class OrderType extends Object
Java class for OrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orderIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
orderIdentification |
| Constructor and Description |
|---|
OrderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrderIdentification()
Gets the value of the orderIdentification property.
|
void |
setOrderIdentification(String value)
Sets the value of the orderIdentification property.
|
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.