Method Summary |
|
public void | deleteTimeout() Method deleteTimeout. |
public java.lang.String | getDescription() Returns the value of field 'description'. |
public String | getEndpointName() Gets the endpoint name. |
public java.lang.String | getInterfaceName() Getter for property mInterfaceName. |
public java.lang.String | getInterfaceNamespace() Getter for property mInterfaceNamespace. |
public String | getMep() Gets the MEP. |
public java.lang.String | getName() Returns the value of field 'name'. |
public String | getNamespace() Gets the value of field 'namespace'. |
public java.lang.String | getOperation() Returns the value of field 'operation'. |
public java.lang.String | getOperationNamespace() Returns the value of field 'operation'. |
public ServiceEndpoint | getServiceReference() Gets the service reference. |
public java.lang.String | getServiceid() Returns the value of field 'serviceid'. |
public long | getTimeout() Returns the value of field 'timeout'. |
public boolean | hasTimeout() Method hasTimeout. |
public void | setDescription(java.lang.String description) Sets the value of field 'description'. |
public void | setEndpointName(String name) Sets the endpoint name. |
public void | setInterfaceName(java.lang.String mInterfaceName) Setter for property mInterfaceName. |
public void | setInterfaceNamespace(java.lang.String mInterfaceNamespace) Setter for property mInterfaceNamespace. |
public void | setMep(String mep) Sets the MEP. |
public void | setName(java.lang.String name) Sets the value of field 'name'. |
public void | setNamespace(java.lang.String namespace) Sets the value of field 'namespace'. |
public void | setOperation(java.lang.String operation) Sets the value of field 'operation'. |
public void | setOperationNamespace(java.lang.String operationnamespace) Sets the value of field 'operation'. |
public void | setServiceReference(ServiceEndpoint ref) Sets the service reference. |
public void | setServiceid(java.lang.String serviceid) Sets the value of field 'serviceid'. |
public void | setTimeout(long timeout) Sets the value of field 'timeout'. |