net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class HandlerChainTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.HandlerChainTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, HandlerChainType

public class HandlerChainTypeImpl
extends Object
implements Serializable, Cloneable, HandlerChainType

See Also:
Serialized Form

Field Summary
protected  PortComponentHandlerType[] handler
           
protected  String id
           
protected  String portNamePattern
           
protected  String[] protocolBindings
           
protected  String serviceNamePattern
           
 
Constructor Summary
HandlerChainTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.HandlerChainTypeImpl instance.
HandlerChainTypeImpl(HandlerChainTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.HandlerChainTypeImpl instance by copying a given instance.
 
Method Summary
 HandlerChainTypeImpl clone()
          Creates and returns a copy of this object.
 PortComponentHandlerType[] getHandler()
           
 PortComponentHandlerType getHandler(int idx)
           
 int getHandlerLength()
           
 String getId()
          Gets the value of the id property.
 String getPortNamePattern()
          Gets the value of the portNamePattern property.
 String[] getProtocolBindings()
           
 String getProtocolBindings(int idx)
           
 int getProtocolBindingsLength()
           
 String getServiceNamePattern()
          Gets the value of the serviceNamePattern property.
 PortComponentHandlerType setHandler(int idx, PortComponentHandlerType value)
           
 void setHandler(PortComponentHandlerType[] values)
           
 void setId(String value)
          Sets the value of the id property.
 void setPortNamePattern(String value)
          Sets the value of the portNamePattern property.
 String setProtocolBindings(int idx, String value)
           
 void setProtocolBindings(String[] values)
           
 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 String[] protocolBindings

handler

protected PortComponentHandlerType[] handler

id

protected String id
Constructor Detail

HandlerChainTypeImpl

public HandlerChainTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.HandlerChainTypeImpl instance.


HandlerChainTypeImpl

public HandlerChainTypeImpl(HandlerChainTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.HandlerChainTypeImpl instance by copying a given instance.

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

getServiceNamePattern

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

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

setServiceNamePattern

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

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

getPortNamePattern

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

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

setPortNamePattern

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

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

getProtocolBindings

public String[] getProtocolBindings()
Specified by:
getProtocolBindings in interface HandlerChainType
Returns:
array of String

getProtocolBindings

public String getProtocolBindings(int idx)
Specified by:
getProtocolBindings in interface HandlerChainType
Returns:
one of String

getProtocolBindingsLength

public int getProtocolBindingsLength()
Specified by:
getProtocolBindingsLength in interface HandlerChainType

setProtocolBindings

public void setProtocolBindings(String[] values)
Specified by:
setProtocolBindings in interface HandlerChainType
Parameters:
values - allowed objects are String

setProtocolBindings

public String setProtocolBindings(int idx,
                                  String value)
Specified by:
setProtocolBindings in interface HandlerChainType
value - allowed object is String

getHandler

public PortComponentHandlerType[] getHandler()
Specified by:
getHandler in interface HandlerChainType
Returns:
array of PortComponentHandlerType

getHandler

public PortComponentHandlerType getHandler(int idx)
Specified by:
getHandler in interface HandlerChainType
Returns:
one of PortComponentHandlerType

getHandlerLength

public int getHandlerLength()
Specified by:
getHandlerLength in interface HandlerChainType

setHandler

public void setHandler(PortComponentHandlerType[] values)
Specified by:
setHandler in interface HandlerChainType
Parameters:
values - allowed objects are PortComponentHandlerType

setHandler

public PortComponentHandlerType setHandler(int idx,
                                           PortComponentHandlerType value)
Specified by:
setHandler in interface HandlerChainType
value - allowed object is PortComponentHandlerType

getId

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

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

setId

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

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

clone

public HandlerChainTypeImpl 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.