Package 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>
-
-
Constructor Summary
Constructors Constructor Description UpdateCustomer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomergetCustomer()Gets the value of the customer property.voidsetCustomer(Customer value)Sets the value of the customer property.
-
-
-
Field Detail
-
customer
protected Customer customer
-
-