com.example.customerservice
Class UpdateCustomer
java.lang.Object
com.example.customerservice.UpdateCustomer
public class UpdateCustomer
- extends Object
Java class for updateCustomer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateCustomer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customer" type="{http://customerservice.example.com/}customer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customer
protected Customer customer
UpdateCustomer
public UpdateCustomer()
getCustomer
public Customer getCustomer()
- Gets the value of the customer property.
- Returns:
- possible object is
Customer
setCustomer
public void setCustomer(Customer value)
- Sets the value of the customer property.
- Parameters:
value - allowed object is
Customer
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.