public class SaveCustomer
extends java.lang.Object
Java class for saveCustomer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="saveCustomer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customer" type="{http://example.fusesource.org/}customer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SaveCustomer() |
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer()
Gets the value of the customer property.
|
void |
setCustomer(Customer value)
Sets the value of the customer property.
|
protected Customer customer
Copyright © 2014 Red Hat. All Rights Reserved.