public class ListModel extends Object
Constructor and Description |
---|
ListModel() |
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 |
setImplType(String implType) |
void |
setInterfaceType(String interfaceType) |
void |
setListMemberModel(MemberModel listMemberModel) |
void |
setMemberAdditionalMarshallingPath(String memberAdditionalMarshallingPath) |
void |
setMemberAdditionalUnmarshallingPath(String memberAdditionalUnmarshallingPath) |
void |
setMemberLocationName(String memberLocationName) |
void |
setMemberType(String memberType) |
public ListModel()
public ListModel(String memberType, String memberLocationName, String implType, String interfaceType, MemberModel listMemberModel)
public String getImplType()
public void setImplType(String implType)
public String getMemberType()
public void setMemberType(String memberType)
public String getInterfaceType()
public void setInterfaceType(String interfaceType)
public MemberModel getListMemberModel()
public void setListMemberModel(MemberModel listMemberModel)
public String getMemberLocationName()
public void setMemberLocationName(String memberLocationName)
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 © 2023. All rights reserved.