public class ListModel extends Object
Constructor and Description |
---|
ListModel(String memberType,
String memberLocationName,
String implType,
String interfaceType,
MemberModel listMemberModel) |
Modifier and Type | Method and Description |
---|---|
String |
getImplType() |
String |
getInterfaceType() |
MemberModel |
getListMemberModel() |
String |
getMemberAdditionalMarshallingPath() |
String |
getMemberAdditionalUnmarshallingPath() |
String |
getMemberLocationName() |
String |
getMemberType() |
String |
getSimpleType() |
String |
getTemplateImplType() |
String |
getTemplateType() |
boolean |
isMap() |
boolean |
isSimple() |
void |
setMemberAdditionalMarshallingPath(String memberAdditionalMarshallingPath) |
void |
setMemberAdditionalUnmarshallingPath(String memberAdditionalUnmarshallingPath) |
public ListModel(String memberType, String memberLocationName, String implType, String interfaceType, MemberModel listMemberModel)
public String getImplType()
public String getMemberType()
public String getInterfaceType()
public MemberModel getListMemberModel()
public String getMemberLocationName()
public String getMemberAdditionalMarshallingPath()
public void setMemberAdditionalMarshallingPath(String memberAdditionalMarshallingPath)
public String getMemberAdditionalUnmarshallingPath()
public void setMemberAdditionalUnmarshallingPath(String memberAdditionalUnmarshallingPath)
public boolean isSimple()
public boolean isMap()
public String getTemplateType()
public String getTemplateImplType()
public String getSimpleType()
Copyright © 2018. All rights reserved.