|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.isode.x400api.BodyPart
public class BodyPart
Provides the BodyPart class used by the X.400 class. Hold body part information to pass across the API in an opaque manner.
| Constructor Summary | |
|---|---|
BodyPart()
|
|
| Method Summary | |
|---|---|
int |
GetBpLen()
Returns the length of BodyPart returned from the most recent X400BodypartGetStrParam call which returned the BODY_DATA of a binary attachment. |
int |
GetBpType()
Returns the type of BodyPart returned from the most recent X400BodypartGetStrParam call. |
int |
GetIntValue()
Returns the integer value from a call to the most recent X400BodypartGetIntParam interface call. |
int |
GetType()
Returns the bodypart type returned bythe most recent X400msMsgGetBodypart interface call. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BodyPart()
| Method Detail |
|---|
public int GetType()
public int GetIntValue()
public int GetBpType()
public int GetBpLen()
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||