Class SCSpecUDTUnionCaseTupleV0

java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionCaseTupleV0
All Implemented Interfaces:
XdrElement

public class SCSpecUDTUnionCaseTupleV0 extends Object implements XdrElement
SCSpecUDTUnionCaseTupleV0's original definition in the XDR file is:
 struct SCSpecUDTUnionCaseTupleV0
 {
     string doc<SC_SPEC_DOC_LIMIT>;
     string name<60>;
     SCSpecTypeDef type<12>;
 };