Class 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 Detail

    • 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