All Verbs | /testdata/AllCollectionTypes |
---|
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;
public class dtos
{
public static class TestDataAllCollectionTypes
{
}
public static class AllCollectionTypes
{
public ArrayList<Integer> intArray = new ArrayList<Integer>();
public ArrayList<Integer> intList = new ArrayList<Integer>();
public ArrayList<String> stringArray = new ArrayList<String>();
public ArrayList<String> stringList = new ArrayList<String>();
public ArrayList<Float> floatArray = new ArrayList<Float>();
public ArrayList<Double> doubleList = new ArrayList<Double>();
public byte[] byteArray = new byte[]{};
public ArrayList<String> charArray = new ArrayList<String>();
public ArrayList<BigDecimal> decimalList = new ArrayList<BigDecimal>();
public ArrayList<Poco> pocoArray = new ArrayList<Poco>();
public ArrayList<Poco> pocoList = new ArrayList<Poco>();
public HashMap<String,ArrayList<Poco>> pocoLookup = new HashMap<String,ArrayList<Poco>>();
public HashMap<String,ArrayList<HashMap<String,Poco>>> pocoLookupMap = new HashMap<String,ArrayList<HashMap<String,Poco>>>();
public ArrayList<Integer> getIntArray() { return intArray; }
public AllCollectionTypes setIntArray(ArrayList<Integer> value) { this.intArray = value; return this; }
public ArrayList<Integer> getIntList() { return intList; }
public AllCollectionTypes setIntList(ArrayList<Integer> value) { this.intList = value; return this; }
public ArrayList<String> getStringArray() { return stringArray; }
public AllCollectionTypes setStringArray(ArrayList<String> value) { this.stringArray = value; return this; }
public ArrayList<String> getStringList() { return stringList; }
public AllCollectionTypes setStringList(ArrayList<String> value) { this.stringList = value; return this; }
public ArrayList<Float> getFloatArray() { return floatArray; }
public AllCollectionTypes setFloatArray(ArrayList<Float> value) { this.floatArray = value; return this; }
public ArrayList<Double> getDoubleList() { return doubleList; }
public AllCollectionTypes setDoubleList(ArrayList<Double> value) { this.doubleList = value; return this; }
public byte[] getByteArray() { return byteArray; }
public AllCollectionTypes setByteArray(byte[] value) { this.byteArray = value; return this; }
public ArrayList<String> getCharArray() { return charArray; }
public AllCollectionTypes setCharArray(ArrayList<String> value) { this.charArray = value; return this; }
public ArrayList<BigDecimal> getDecimalList() { return decimalList; }
public AllCollectionTypes setDecimalList(ArrayList<BigDecimal> value) { this.decimalList = value; return this; }
public ArrayList<Poco> getPocoArray() { return pocoArray; }
public AllCollectionTypes setPocoArray(ArrayList<Poco> value) { this.pocoArray = value; return this; }
public ArrayList<Poco> getPocoList() { return pocoList; }
public AllCollectionTypes setPocoList(ArrayList<Poco> value) { this.pocoList = value; return this; }
public HashMap<String,ArrayList<Poco>> getPocoLookup() { return pocoLookup; }
public AllCollectionTypes setPocoLookup(HashMap<String,ArrayList<Poco>> value) { this.pocoLookup = value; return this; }
public HashMap<String,ArrayList<HashMap<String,Poco>>> getPocoLookupMap() { return pocoLookupMap; }
public AllCollectionTypes setPocoLookupMap(HashMap<String,ArrayList<HashMap<String,Poco>>> value) { this.pocoLookupMap = value; return this; }
}
public static class Poco
{
public String name = null;
public String getName() { return name; }
public Poco setName(String value) { this.name = value; return this; }
}
}
Java TestDataAllCollectionTypes DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /testdata/AllCollectionTypes HTTP/1.1
Host: test.servicestack.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<TestDataAllCollectionTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Test.ServiceInterface" />
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <AllCollectionTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Test.ServiceModel.Types"> <ByteArray>AA==</ByteArray> <CharArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:char>0</d2p1:char> </CharArray> <DecimalList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:decimal>0</d2p1:decimal> </DecimalList> <DoubleList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:double>0</d2p1:double> </DoubleList> <FloatArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:float>0</d2p1:float> </FloatArray> <IntArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>0</d2p1:int> </IntArray> <IntList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>0</d2p1:int> </IntList> <PocoArray> <Poco> <Name>String</Name> </Poco> </PocoArray> <PocoList> <Poco> <Name>String</Name> </Poco> </PocoList> <PocoLookup xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringArrayOfPocoSxVl28_Sd> <d2p1:Key>String</d2p1:Key> <d2p1:Value> <Poco> <Name>String</Name> </Poco> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfPocoSxVl28_Sd> </PocoLookup> <PocoLookupMap xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringArrayOfArrayOfKeyValueOfstringPocoSxVl28_Sdty7Ep6D1> <d2p1:Key>String</d2p1:Key> <d2p1:Value> <d2p1:ArrayOfKeyValueOfstringPocoSxVl28_Sd> <d2p1:KeyValueOfstringPocoSxVl28_Sd> <d2p1:Key>String</d2p1:Key> <d2p1:Value> <Name>String</Name> </d2p1:Value> </d2p1:KeyValueOfstringPocoSxVl28_Sd> </d2p1:ArrayOfKeyValueOfstringPocoSxVl28_Sd> </d2p1:Value> </d2p1:KeyValueOfstringArrayOfArrayOfKeyValueOfstringPocoSxVl28_Sdty7Ep6D1> </PocoLookupMap> <StringArray xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>String</d2p1:string> </StringArray> <StringList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>String</d2p1:string> </StringList> </AllCollectionTypes>