Package com.example.customerservice
Class GetCustomersByName
- java.lang.Object
-
- com.example.customerservice.GetCustomersByName
-
public class GetCustomersByName extends Object
Java class for getCustomersByName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getCustomersByName"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetCustomersByName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
-