|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.HandlerChainTypeImpl
public class HandlerChainTypeImpl
| Field Summary | |
|---|---|
protected List<PortComponentHandlerType> |
handler
|
protected String |
id
|
protected String |
portNamePattern
|
protected List<String> |
protocolBindings
|
protected String |
serviceNamePattern
|
| Constructor Summary | |
|---|---|
HandlerChainTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.HandlerChainTypeImpl instance. |
|
HandlerChainTypeImpl(HandlerChainTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.HandlerChainTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HandlerChainTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyHandler(List<PortComponentHandlerType> source,
List<PortComponentHandlerType> target)
Copies all values of property Handler. |
protected static void |
copyProtocolBindings(List<String> source,
List<String> target)
Copies all values of property ProtocolBindings. |
List<PortComponentHandlerType> |
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 |
|---|
protected String serviceNamePattern
protected String portNamePattern
protected List<String> protocolBindings
protected List<PortComponentHandlerType> handler
protected String id
| Constructor Detail |
|---|
public HandlerChainTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.HandlerChainTypeImpl instance.
public HandlerChainTypeImpl(HandlerChainTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.HandlerChainTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getServiceNamePattern()
HandlerChainType
getServiceNamePattern in interface HandlerChainTypeStringpublic void setServiceNamePattern(String value)
HandlerChainType
setServiceNamePattern in interface HandlerChainTypevalue - allowed object is
Stringpublic String getPortNamePattern()
HandlerChainType
getPortNamePattern in interface HandlerChainTypeStringpublic void setPortNamePattern(String value)
HandlerChainType
setPortNamePattern in interface HandlerChainTypevalue - allowed object is
Stringpublic List<String> getProtocolBindings()
HandlerChainType
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
getProtocolBindings in interface HandlerChainTypepublic List<PortComponentHandlerType> getHandler()
HandlerChainType
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
PortComponentHandlerType
getHandler in interface HandlerChainTypepublic String getId()
HandlerChainType
getId in interface HandlerChainTypeStringpublic void setId(String value)
HandlerChainType
setId in interface HandlerChainTypevalue - allowed object is
String
protected static void copyProtocolBindings(List<String> source,
List<String> target)
ProtocolBindings.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyHandler(List<PortComponentHandlerType> source,
List<PortComponentHandlerType> target)
Handler.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public HandlerChainTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||