com.example.customerservice
Class NoSuchCustomer

java.lang.Object
  extended by com.example.customerservice.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 Summary
protected  String customerName
           
 
Constructor Summary
NoSuchCustomer()
           
 
Method Summary
 String getCustomerName()
          Gets the value of the customerName property.
 void setCustomerName(String value)
          Sets the value of the customerName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.