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 |
isMarshallNonAutoConstructedEmptyLists() |
boolean |
isSendEmptyQueryString() |
boolean |
isSimple() |
void |
setMarshallNonAutoConstructedEmptyLists(boolean marshallNonAutoConstructedEmptyLists) |
void |
setMemberAdditionalMarshallingPath(String memberAdditionalMarshallingPath) |
void |
setMemberAdditionalUnmarshallingPath(String memberAdditionalUnmarshallingPath) |
void |
setSendEmptyQueryString(boolean sendEmptyQueryString) |
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 isSendEmptyQueryString()
public void setSendEmptyQueryString(boolean sendEmptyQueryString)
public boolean isMarshallNonAutoConstructedEmptyLists()
public void setMarshallNonAutoConstructedEmptyLists(boolean marshallNonAutoConstructedEmptyLists)
public boolean isSimple()
public boolean isMap()
public String getTemplateType()
public String getTemplateImplType()
public String getSimpleType()
Copyright © 2023. All rights reserved.