@TypeDsl(allowTopLevelDefinition=true) public class ParameterCollectionParser extends Object
| Constructor and Description |
|---|
ParameterCollectionParser() |
public String getFirstname()
public void setFirstname(String firstname)
public String getLastname()
public void setLastname(String lastname)
public int getAge()
public void setAge(int age)
public ParameterCollectionParser getFirstChild()
public void setFirstChild(ParameterCollectionParser firstChild)
public ParameterCollectionParser getSecondChild()
public void setSecondChild(ParameterCollectionParser secondChild)
public List<ParameterCollectionParser> getOtherChildren()
public void setOtherChildren(List<ParameterCollectionParser> otherChildren)
public LinkedList<ParameterCollectionParser> getOtherChildrenCustomCollectionType()
public void setOtherChildrenCustomCollectionType(LinkedList<ParameterCollectionParser> otherChildrenCustomCollectionType)
public void setOtherSimpleTypeChildList(List<String> otherSimpleTypeChildList)
public Map<Long,ParameterCollectionParser> getComplexTypeEntry()
public void setComplexTypeEntry(Map<Long,ParameterCollectionParser> complexTypeEntry)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.