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