org.apache.cxf.customer
Class Customers

java.lang.Object
  extended by org.apache.cxf.customer.Customers

public class Customers
extends java.lang.Object


Constructor Summary
Customers()
           
 
Method Summary
 java.util.Collection<Customer> getCustomer()
           
 void setCustomer(java.util.Collection<Customer> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customers

public Customers()
Method Detail

getCustomer

public java.util.Collection<Customer> getCustomer()

setCustomer

public void setCustomer(java.util.Collection<Customer> c)


Apache CXF