Package 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
customerName
-
Constructor Summary
Constructors Constructor Description NoSuchCustomer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomerName()
Gets the value of the customerName property.void
setCustomerName(String value)
Sets the value of the customerName property.
-
-
-
Field Detail
-
customerName
protected String customerName
-
-