|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl
public class ServiceRefHandlerChainTypeImpl
| Field Summary | |
|---|---|
protected ServiceRefHandlerType[] |
handler
|
protected String |
id
|
protected String |
portNamePattern
|
protected String[] |
protocolBindings
|
protected String |
serviceNamePattern
|
| Constructor Summary | |
|---|---|
ServiceRefHandlerChainTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance. |
|
ServiceRefHandlerChainTypeImpl(ServiceRefHandlerChainTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServiceRefHandlerChainTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyHandler(ServiceRefHandlerType[] source)
Copies all values of property Handler. |
protected void |
copyProtocolBindings(String[] source)
Copies all values of property ProtocolBindings. |
ServiceRefHandlerType[] |
getHandler()
|
ServiceRefHandlerType |
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. |
ServiceRefHandlerType |
setHandler(int idx,
ServiceRefHandlerType value)
|
void |
setHandler(ServiceRefHandlerType[] 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 |
|---|
protected String serviceNamePattern
protected String portNamePattern
protected String[] protocolBindings
protected ServiceRefHandlerType[] handler
protected String id
| Constructor Detail |
|---|
public ServiceRefHandlerChainTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerChainTypeImpl instance.
public ServiceRefHandlerChainTypeImpl(ServiceRefHandlerChainTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.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 String[] getProtocolBindings()
getProtocolBindings in interface ServiceRefHandlerChainTypeStringpublic String getProtocolBindings(int idx)
getProtocolBindings in interface ServiceRefHandlerChainTypeStringpublic int getProtocolBindingsLength()
getProtocolBindingsLength in interface ServiceRefHandlerChainTypepublic void setProtocolBindings(String[] values)
setProtocolBindings in interface ServiceRefHandlerChainTypevalues - allowed objects are
String
public String setProtocolBindings(int idx,
String value)
setProtocolBindings in interface ServiceRefHandlerChainTypevalue - allowed object is
Stringpublic ServiceRefHandlerType[] getHandler()
getHandler in interface ServiceRefHandlerChainTypeServiceRefHandlerTypepublic ServiceRefHandlerType getHandler(int idx)
getHandler in interface ServiceRefHandlerChainTypeServiceRefHandlerTypepublic int getHandlerLength()
getHandlerLength in interface ServiceRefHandlerChainTypepublic void setHandler(ServiceRefHandlerType[] values)
setHandler in interface ServiceRefHandlerChainTypevalues - allowed objects are
ServiceRefHandlerType
public ServiceRefHandlerType setHandler(int idx,
ServiceRefHandlerType value)
setHandler in interface ServiceRefHandlerChainTypevalue - allowed object is
ServiceRefHandlerTypepublic String getId()
ServiceRefHandlerChainType
getId in interface ServiceRefHandlerChainTypeStringpublic void setId(String value)
ServiceRefHandlerChainType
setId in interface ServiceRefHandlerChainTypevalue - allowed object is
Stringprotected void copyProtocolBindings(String[] source)
ProtocolBindings.
source - The source to copy from.
NullPointerException - if source is null.protected void copyHandler(ServiceRefHandlerType[] source)
Handler.
source - The source to copy from.
NullPointerException - if source 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 | |||||||||