public class SCSpecUDTUnionCaseTupleV0 extends java.lang.Object implements XdrElement
struct SCSpecUDTUnionCaseTupleV0 { string doc<SC_SPEC_DOC_LIMIT>; string name<60>; SCSpecTypeDef type<12>; };
Modifier and Type | Class and Description |
---|---|
static class |
SCSpecUDTUnionCaseTupleV0.SCSpecUDTUnionCaseTupleV0Builder |
Constructor and Description |
---|
SCSpecUDTUnionCaseTupleV0() |
SCSpecUDTUnionCaseTupleV0(XdrString doc,
XdrString name,
SCSpecTypeDef[] type) |
Modifier and Type | Method and Description |
---|---|
static SCSpecUDTUnionCaseTupleV0.SCSpecUDTUnionCaseTupleV0Builder |
builder() |
static SCSpecUDTUnionCaseTupleV0 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static SCSpecUDTUnionCaseTupleV0 |
fromXdrBase64(java.lang.String xdr) |
static SCSpecUDTUnionCaseTupleV0 |
fromXdrByteArray(byte[] xdr) |
XdrString |
getDoc() |
XdrString |
getName() |
SCSpecTypeDef[] |
getType() |
int |
hashCode() |
void |
setDoc(XdrString doc) |
void |
setName(XdrString name) |
void |
setType(SCSpecTypeDef[] type) |
SCSpecUDTUnionCaseTupleV0.SCSpecUDTUnionCaseTupleV0Builder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public SCSpecUDTUnionCaseTupleV0()
public SCSpecUDTUnionCaseTupleV0(XdrString doc, XdrString name, SCSpecTypeDef[] type)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static SCSpecUDTUnionCaseTupleV0 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static SCSpecUDTUnionCaseTupleV0 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static SCSpecUDTUnionCaseTupleV0 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static SCSpecUDTUnionCaseTupleV0.SCSpecUDTUnionCaseTupleV0Builder builder()
public SCSpecUDTUnionCaseTupleV0.SCSpecUDTUnionCaseTupleV0Builder toBuilder()
public XdrString getDoc()
public XdrString getName()
public SCSpecTypeDef[] getType()
public void setDoc(XdrString doc)
public void setName(XdrString name)
public void setType(SCSpecTypeDef[] type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object