public class BodyPartID extends ASN1Object
       bodyIdMax INTEGER ::= 4294967295
       BodyPartID ::= INTEGER(0..bodyIdMax)
 | Modifier and Type | Field and Description | 
|---|---|
static long | 
bodyIdMax  | 
| Constructor and Description | 
|---|
BodyPartID(long id)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getID()  | 
static BodyPartID | 
getInstance(java.lang.Object o)  | 
ASN1Primitive | 
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding. 
 | 
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static final long bodyIdMax
public static BodyPartID getInstance(java.lang.Object o)
public long getID()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object