|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Port Mapping'.
The port-mapping defines the mapping of the WSDL port name attribute to the Java name used to generate the Generated Service Interface method get
The following features are supported:
JaxrpcmapPackage.getPortMapping()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getJavaPortName()
Returns the value of the 'Java Port Name' attribute |
java.lang.String |
getPortName()
Returns the value of the 'Port Name' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setJavaPortName(java.lang.String value)
Sets the value of the ' Java Port Name ' attribute |
void |
setPortName(java.lang.String value)
Sets the value of the ' Port Name ' attribute |
Method Detail |
public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
JaxrpcmapPackage.getPortMapping_Id()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public java.lang.String getPortName()
If the meaning of the 'Port Name' attribute isn't clear, there really should be more of a description here...
The port-name is the attribute value of a name attribute of a WSDL port element. Used in: port-mapping
setPortName(String)
,
JaxrpcmapPackage.getPortMapping_PortName()
public void setPortName(java.lang.String value)
Port Name
' attribute.
value
- the new value of the 'Port Name' attribute.getPortName()
public java.lang.String getJavaPortName()
If the meaning of the 'Java Port Name' attribute isn't clear, there really should be more of a description here...
The java-port-name element is the string to use as the port name in Java. It is used in generating the Generated Service Interface method get
setJavaPortName(String)
,
JaxrpcmapPackage.getPortMapping_JavaPortName()
public void setJavaPortName(java.lang.String value)
Java Port Name
' attribute.
value
- the new value of the 'Java Port Name' attribute.getJavaPortName()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |