Class NoSuchCustomer


  • public class NoSuchCustomer
    extends Object

    Java class for NoSuchCustomer complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NoSuchCustomer">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="customerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customerName

        protected String customerName
    • Constructor Detail

      • NoSuchCustomer

        public NoSuchCustomer()
    • Method Detail

      • getCustomerName

        public String getCustomerName()
        Gets the value of the customerName property.
        Returns:
        possible object is String
      • setCustomerName

        public void setCustomerName​(String value)
        Sets the value of the customerName property.
        Parameters:
        value - allowed object is String