|
||||||||||
| 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.ServiceRefHandlerTypeImpl
public class ServiceRefHandlerTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected FullyQualifiedClassTypeImpl |
handlerClass
|
protected StringImpl |
handlerName
|
protected IconType[] |
icon
|
protected String |
id
|
protected ParamValueType[] |
initParam
|
protected String[] |
portName
|
protected XsdQNameType[] |
soapHeader
|
protected String[] |
soapRole
|
| Constructor Summary | |
|---|---|
ServiceRefHandlerTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance. |
|
ServiceRefHandlerTypeImpl(ServiceRefHandlerTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServiceRefHandlerTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
protected void |
copyInitParam(ParamValueType[] source)
Copies all values of property InitParam. |
protected void |
copyPortName(String[] source)
Copies all values of property PortName. |
protected void |
copySoapHeader(XsdQNameType[] source)
Copies all values of property SoapHeader. |
protected void |
copySoapRole(String[] source)
Copies all values of property SoapRole. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
FullyQualifiedClassType |
getHandlerClass()
Gets the value of the handlerClass property. |
String |
getHandlerName()
Gets the value of the handlerName property. |
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
ParamValueType[] |
getInitParam()
|
ParamValueType |
getInitParam(int idx)
|
int |
getInitParamLength()
|
String[] |
getPortName()
|
String |
getPortName(int idx)
|
int |
getPortNameLength()
|
XsdQNameType[] |
getSoapHeader()
|
XsdQNameType |
getSoapHeader(int idx)
|
int |
getSoapHeaderLength()
|
String[] |
getSoapRole()
|
String |
getSoapRole(int idx)
|
int |
getSoapRoleLength()
|
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setHandlerClass(FullyQualifiedClassType value)
Sets the value of the handlerClass property. |
void |
setHandlerName(String value)
Sets the value of the handlerName property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
ParamValueType |
setInitParam(int idx,
ParamValueType value)
|
void |
setInitParam(ParamValueType[] values)
|
String |
setPortName(int idx,
String value)
|
void |
setPortName(String[] values)
|
XsdQNameType |
setSoapHeader(int idx,
XsdQNameType value)
|
void |
setSoapHeader(XsdQNameType[] values)
|
String |
setSoapRole(int idx,
String value)
|
void |
setSoapRole(String[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected StringImpl handlerName
protected FullyQualifiedClassTypeImpl handlerClass
protected ParamValueType[] initParam
protected XsdQNameType[] soapHeader
protected String[] soapRole
protected String[] portName
protected String id
| Constructor Detail |
|---|
public ServiceRefHandlerTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance.
public ServiceRefHandlerTypeImpl(ServiceRefHandlerTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface ServiceRefHandlerTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface ServiceRefHandlerTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface ServiceRefHandlerTypepublic void setDescription(DescriptionType[] values)
setDescription in interface ServiceRefHandlerTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface ServiceRefHandlerTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface ServiceRefHandlerTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface ServiceRefHandlerTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface ServiceRefHandlerTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface ServiceRefHandlerTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface ServiceRefHandlerTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface ServiceRefHandlerTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface ServiceRefHandlerTypeIconTypepublic int getIconLength()
getIconLength in interface ServiceRefHandlerTypepublic void setIcon(IconType[] values)
setIcon in interface ServiceRefHandlerTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface ServiceRefHandlerTypevalue - allowed object is
IconTypepublic String getHandlerName()
ServiceRefHandlerType
getHandlerName in interface ServiceRefHandlerTypeStringpublic void setHandlerName(String value)
ServiceRefHandlerType
setHandlerName in interface ServiceRefHandlerTypevalue - allowed object is
Stringpublic FullyQualifiedClassType getHandlerClass()
ServiceRefHandlerType
getHandlerClass in interface ServiceRefHandlerTypeFullyQualifiedClassTypepublic void setHandlerClass(FullyQualifiedClassType value)
ServiceRefHandlerType
setHandlerClass in interface ServiceRefHandlerTypevalue - allowed object is
FullyQualifiedClassTypepublic ParamValueType[] getInitParam()
getInitParam in interface ServiceRefHandlerTypeParamValueTypepublic ParamValueType getInitParam(int idx)
getInitParam in interface ServiceRefHandlerTypeParamValueTypepublic int getInitParamLength()
getInitParamLength in interface ServiceRefHandlerTypepublic void setInitParam(ParamValueType[] values)
setInitParam in interface ServiceRefHandlerTypevalues - allowed objects are
ParamValueType
public ParamValueType setInitParam(int idx,
ParamValueType value)
setInitParam in interface ServiceRefHandlerTypevalue - allowed object is
ParamValueTypepublic XsdQNameType[] getSoapHeader()
getSoapHeader in interface ServiceRefHandlerTypeXsdQNameTypepublic XsdQNameType getSoapHeader(int idx)
getSoapHeader in interface ServiceRefHandlerTypeXsdQNameTypepublic int getSoapHeaderLength()
getSoapHeaderLength in interface ServiceRefHandlerTypepublic void setSoapHeader(XsdQNameType[] values)
setSoapHeader in interface ServiceRefHandlerTypevalues - allowed objects are
XsdQNameType
public XsdQNameType setSoapHeader(int idx,
XsdQNameType value)
setSoapHeader in interface ServiceRefHandlerTypevalue - allowed object is
XsdQNameTypepublic String[] getSoapRole()
getSoapRole in interface ServiceRefHandlerTypeStringpublic String getSoapRole(int idx)
getSoapRole in interface ServiceRefHandlerTypeStringpublic int getSoapRoleLength()
getSoapRoleLength in interface ServiceRefHandlerTypepublic void setSoapRole(String[] values)
setSoapRole in interface ServiceRefHandlerTypevalues - allowed objects are
String
public String setSoapRole(int idx,
String value)
setSoapRole in interface ServiceRefHandlerTypevalue - allowed object is
Stringpublic String[] getPortName()
getPortName in interface ServiceRefHandlerTypeStringpublic String getPortName(int idx)
getPortName in interface ServiceRefHandlerTypeStringpublic int getPortNameLength()
getPortNameLength in interface ServiceRefHandlerTypepublic void setPortName(String[] values)
setPortName in interface ServiceRefHandlerTypevalues - allowed objects are
String
public String setPortName(int idx,
String value)
setPortName in interface ServiceRefHandlerTypevalue - allowed object is
Stringpublic String getId()
ServiceRefHandlerType
getId in interface ServiceRefHandlerTypeStringpublic void setId(String value)
ServiceRefHandlerType
setId in interface ServiceRefHandlerTypevalue - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.protected void copyInitParam(ParamValueType[] source)
InitParam.
source - The source to copy from.
NullPointerException - if source is null.protected void copySoapHeader(XsdQNameType[] source)
SoapHeader.
source - The source to copy from.
NullPointerException - if source is null.protected void copySoapRole(String[] source)
SoapRole.
source - The source to copy from.
NullPointerException - if source is null.protected void copyPortName(String[] source)
PortName.
source - The source to copy from.
NullPointerException - if source is null.public ServiceRefHandlerTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||