public class BodyPartReference
extends ASN1Object
| Constructor and Description |
|---|
BodyPartReference(BodyPartID bodyPartID) |
BodyPartReference(BodyPartPath bodyPartPath) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID |
getBodyPartID() |
BodyPartPath |
getBodyPartPath() |
static BodyPartReference |
getInstance(java.lang.Object obj) |
boolean |
isBodyPartID() |
ASN1Primitive |
toASN1Primitive() |
public BodyPartReference(BodyPartID bodyPartID)
public BodyPartReference(BodyPartPath bodyPartPath)
public static BodyPartReference getInstance(java.lang.Object obj)
public boolean isBodyPartID()
public BodyPartID getBodyPartID()
public BodyPartPath getBodyPartPath()
public ASN1Primitive toASN1Primitive()