com.example.customerservice
Class NoSuchCustomer
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerName
protected String customerName
NoSuchCustomer
public NoSuchCustomer()
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.