public class BodyPartReference extends ASN1Object implements ASN1Choice
BodyPartReference ::= CHOICE { bodyPartID BodyPartID, bodyPartPath BodyPartPath }
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()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object