-
public class CAttachment_t
-
-
Constructor Summary
Constructors Constructor Description CAttachment_t()
-
Method Summary
Modifier and Type Method Description synchronized voiddelete()voidsetId(slice_boxed_uint8_t value)slice_boxed_uint8_tgetId()voidsetLen(BigInteger value)BigIntegergetLen()voidsetHandle(SWIGTYPE_p_AttachmentHandle value)SWIGTYPE_p_AttachmentHandlegetHandle()-
-
Method Detail
-
delete
synchronized void delete()
-
setId
void setId(slice_boxed_uint8_t value)
-
getId
slice_boxed_uint8_t getId()
-
setLen
void setLen(BigInteger value)
-
getLen
BigInteger getLen()
-
setHandle
void setHandle(SWIGTYPE_p_AttachmentHandle value)
-
getHandle
SWIGTYPE_p_AttachmentHandle getHandle()
-
-
-
-