Class EclFieldDeclarationWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.EclFieldDeclarationWrapper
-
public class EclFieldDeclarationWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: EclFieldDeclarationWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldDeclaration Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.896Z
-
-
Field Summary
Fields Modifier and Type Field Description protected EclFieldTypeWrapper
local_eclFieldType
protected String
local_fieldName
-
Constructor Summary
Constructors Constructor Description EclFieldDeclarationWrapper()
EclFieldDeclarationWrapper(String _fieldName, EclFieldTypeWrapper _eclFieldType)
EclFieldDeclarationWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldDeclaration eclfielddeclaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EclFieldTypeWrapper
getEclFieldType()
String
getFieldName()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldDeclaration
getRaw()
void
setEclFieldType(EclFieldTypeWrapper _eclFieldType)
void
setFieldName(String _fieldName)
String
toString()
-
-
-
Field Detail
-
local_fieldName
protected String local_fieldName
-
local_eclFieldType
protected EclFieldTypeWrapper local_eclFieldType
-
-
Constructor Detail
-
EclFieldDeclarationWrapper
public EclFieldDeclarationWrapper()
-
EclFieldDeclarationWrapper
public EclFieldDeclarationWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldDeclaration eclfielddeclaration)
-
EclFieldDeclarationWrapper
public EclFieldDeclarationWrapper(String _fieldName, EclFieldTypeWrapper _eclFieldType)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EclFieldDeclaration getRaw()
-
setFieldName
public void setFieldName(String _fieldName)
-
getFieldName
public String getFieldName()
-
setEclFieldType
public void setEclFieldType(EclFieldTypeWrapper _eclFieldType)
-
getEclFieldType
public EclFieldTypeWrapper getEclFieldType()
-
-