public class BASKETDOCUMENTType extends Object
Java class for BASKETDOCUMENTType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BASKETDOCUMENTType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
id |
| Constructor and Description |
|---|
BASKETDOCUMENTType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getId()
Gets the value of the id property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setId(String value)
Sets the value of the id property.
|
Copyright © 2017. All rights reserved.