com.example.customerservice
Class UpdateCustomer

java.lang.Object
  extended by 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>
 


Field Summary
protected  Customer customer
           
 
Constructor Summary
UpdateCustomer()
           
 
Method Summary
 Customer getCustomer()
          Gets the value of the customer property.
 void setCustomer(Customer value)
          Sets the value of the customer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customer

protected Customer customer
Constructor Detail

UpdateCustomer

public UpdateCustomer()
Method Detail

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.