public class HPCCServiceWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_name |
protected org.apache.axis2.databinding.types.UnsignedInt |
local_port |
protected boolean |
local_tLSSecure |
protected String |
local_type |
| Constructor and Description |
|---|
HPCCServiceWrapper() |
HPCCServiceWrapper(org.hpccsystems.ws.client.gen.axis2.wsresources.v1_00.HPCCService hpccservice) |
HPCCServiceWrapper(String _name,
String _type,
org.apache.axis2.databinding.types.UnsignedInt _port,
boolean _tLSSecure) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.apache.axis2.databinding.types.UnsignedInt |
getPort() |
org.hpccsystems.ws.client.gen.axis2.wsresources.v1_00.HPCCService |
getRaw() |
boolean |
getTLSSecure() |
String |
getType() |
void |
setName(String _name) |
void |
setPort(org.apache.axis2.databinding.types.UnsignedInt _port) |
void |
setTLSSecure(boolean _tLSSecure) |
void |
setType(String _type) |
String |
toString() |
protected String local_name
protected String local_type
protected org.apache.axis2.databinding.types.UnsignedInt local_port
protected boolean local_tLSSecure
public HPCCServiceWrapper()
public HPCCServiceWrapper(org.hpccsystems.ws.client.gen.axis2.wsresources.v1_00.HPCCService hpccservice)
public org.hpccsystems.ws.client.gen.axis2.wsresources.v1_00.HPCCService getRaw()
public void setName(String _name)
public String getName()
public void setType(String _type)
public String getType()
public void setPort(org.apache.axis2.databinding.types.UnsignedInt _port)
public org.apache.axis2.databinding.types.UnsignedInt getPort()
public void setTLSSecure(boolean _tLSSecure)
public boolean getTLSSecure()
Copyright © 2021. All rights reserved.