|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl
public class ServiceRefHandlerTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected FullyQualifiedClassTypeImpl |
handlerClass
|
protected StringImpl |
handlerName
|
protected List<IconType> |
icon
|
protected String |
id
|
protected List<ParamValueType> |
initParam
|
protected List<String> |
portName
|
protected List<XsdQNameType> |
soapHeader
|
protected List<String> |
soapRole
|
| Constructor Summary | |
|---|---|
ServiceRefHandlerTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance. |
|
ServiceRefHandlerTypeImpl(ServiceRefHandlerTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServiceRefHandlerTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
FullyQualifiedClassType |
getHandlerClass()
Gets the value of the handlerClass property. |
String |
getHandlerName()
Gets the value of the handlerName property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
List<ParamValueType> |
getInitParam()
Gets the value of the initParam property. |
List<String> |
getPortName()
Gets the value of the portName property. |
List<XsdQNameType> |
getSoapHeader()
Gets the value of the soapHeader property. |
List<String> |
getSoapRole()
Gets the value of the soapRole property. |
void |
setHandlerClass(FullyQualifiedClassType value)
Sets the value of the handlerClass property. |
void |
setHandlerName(String value)
Sets the value of the handlerName property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected StringImpl handlerName
protected FullyQualifiedClassTypeImpl handlerClass
protected List<ParamValueType> initParam
protected List<XsdQNameType> soapHeader
protected List<String> soapRole
protected List<String> portName
protected String id
| Constructor Detail |
|---|
public ServiceRefHandlerTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance.
public ServiceRefHandlerTypeImpl(ServiceRefHandlerTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServiceRefHandlerTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
ServiceRefHandlerType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface ServiceRefHandlerTypepublic List<DisplayNameType> getDisplayName()
ServiceRefHandlerType
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
getDisplayName in interface ServiceRefHandlerTypepublic List<IconType> getIcon()
ServiceRefHandlerType
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
getIcon in interface ServiceRefHandlerTypepublic 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 List<ParamValueType> getInitParam()
ServiceRefHandlerType
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 initParam property.
For example, to add a new item, do as follows:
getInitParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamValueType
getInitParam in interface ServiceRefHandlerTypepublic List<XsdQNameType> getSoapHeader()
ServiceRefHandlerType
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 soapHeader property.
For example, to add a new item, do as follows:
getSoapHeader().add(newItem);
Objects of the following type(s) are allowed in the list
XsdQNameType
getSoapHeader in interface ServiceRefHandlerTypepublic List<String> getSoapRole()
ServiceRefHandlerType
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 soapRole property.
For example, to add a new item, do as follows:
getSoapRole().add(newItem);
Objects of the following type(s) are allowed in the list
String
getSoapRole in interface ServiceRefHandlerTypepublic List<String> getPortName()
ServiceRefHandlerType
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 portName property.
For example, to add a new item, do as follows:
getPortName().add(newItem);
Objects of the following type(s) are allowed in the list
String
getPortName in interface ServiceRefHandlerTypepublic String getId()
ServiceRefHandlerType
getId in interface ServiceRefHandlerTypeStringpublic void setId(String value)
ServiceRefHandlerType
setId in interface ServiceRefHandlerTypevalue - allowed object is
Stringpublic ServiceRefHandlerTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||