net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class ServiceRefHandlerChainTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ServiceRefHandlerChainType

public class ServiceRefHandlerChainTypeImpl
extends Object
implements Serializable, Cloneable, ServiceRefHandlerChainType

See Also:
Serialized Form

Field Summary
protected  List<ServiceRefHandlerType> handler
           
protected  String id
           
protected  String portNamePattern
           
protected  List<String> protocolBindings
           
protected  String serviceNamePattern
           
 
Constructor Summary
ServiceRefHandlerChainTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance.
ServiceRefHandlerChainTypeImpl(ServiceRefHandlerChainTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance by copying a given instance.
 
Method Summary
 ServiceRefHandlerChainTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyHandler(List<ServiceRefHandlerType> source, List<ServiceRefHandlerType> target)
          Copies all values of property Handler.
protected static void copyProtocolBindings(List<String> source, List<String> target)
          Copies all values of property ProtocolBindings.
 List<ServiceRefHandlerType> getHandler()
          Gets the value of the handler property.
 String getId()
          Gets the value of the id property.
 String getPortNamePattern()
          Gets the value of the portNamePattern property.
 List<String> getProtocolBindings()
          Gets the value of the protocolBindings property.
 String getServiceNamePattern()
          Gets the value of the serviceNamePattern property.
 void setId(String value)
          Sets the value of the id property.
 void setPortNamePattern(String value)
          Sets the value of the portNamePattern property.
 void setServiceNamePattern(String value)
          Sets the value of the serviceNamePattern property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceNamePattern

protected String serviceNamePattern

portNamePattern

protected String portNamePattern

protocolBindings

protected List<String> protocolBindings

handler

protected List<ServiceRefHandlerType> handler

id

protected String id
Constructor Detail

ServiceRefHandlerChainTypeImpl

public ServiceRefHandlerChainTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance.


ServiceRefHandlerChainTypeImpl

public ServiceRefHandlerChainTypeImpl(ServiceRefHandlerChainTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getServiceNamePattern

public String getServiceNamePattern()
Description copied from interface: ServiceRefHandlerChainType
Gets the value of the serviceNamePattern property.

Specified by:
getServiceNamePattern in interface ServiceRefHandlerChainType
Returns:
possible object is String

setServiceNamePattern

public void setServiceNamePattern(String value)
Description copied from interface: ServiceRefHandlerChainType
Sets the value of the serviceNamePattern property.

Specified by:
setServiceNamePattern in interface ServiceRefHandlerChainType
Parameters:
value - allowed object is String

getPortNamePattern

public String getPortNamePattern()
Description copied from interface: ServiceRefHandlerChainType
Gets the value of the portNamePattern property.

Specified by:
getPortNamePattern in interface ServiceRefHandlerChainType
Returns:
possible object is String

setPortNamePattern

public void setPortNamePattern(String value)
Description copied from interface: ServiceRefHandlerChainType
Sets the value of the portNamePattern property.

Specified by:
setPortNamePattern in interface ServiceRefHandlerChainType
Parameters:
value - allowed object is String

getProtocolBindings

public List<String> getProtocolBindings()
Description copied from interface: ServiceRefHandlerChainType
Gets the value of the protocolBindings property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the protocolBindings property.

For example, to add a new item, do as follows:

    getProtocolBindings().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Specified by:
getProtocolBindings in interface ServiceRefHandlerChainType

getHandler

public List<ServiceRefHandlerType> getHandler()
Description copied from interface: ServiceRefHandlerChainType
Gets the value of the handler property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the handler property.

For example, to add a new item, do as follows:

    getHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceRefHandlerType

Specified by:
getHandler in interface ServiceRefHandlerChainType

getId

public String getId()
Description copied from interface: ServiceRefHandlerChainType
Gets the value of the id property.

Specified by:
getId in interface ServiceRefHandlerChainType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: ServiceRefHandlerChainType
Sets the value of the id property.

Specified by:
setId in interface ServiceRefHandlerChainType
Parameters:
value - allowed object is String

copyProtocolBindings

protected static void copyProtocolBindings(List<String> source,
                                           List<String> target)
Copies all values of property ProtocolBindings.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyHandler

protected static void copyHandler(List<ServiceRefHandlerType> source,
                                  List<ServiceRefHandlerType> target)
Copies all values of property Handler.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public ServiceRefHandlerChainTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.