public class DnxDocumentHelper.ObjectIdentifier
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OBJECTIDENTIFIERTYPE |
static java.lang.String |
OBJECTIDENTIFIERVALUE |
static java.lang.String |
sectionId |
| Constructor and Description |
|---|
ObjectIdentifier() |
ObjectIdentifier(java.lang.String objectIdentifierType,
java.lang.String objectIdentifierValue)
Creates the ObjectIdentifier section.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getObjectIdentifierType()
Gets the ObjectIdentifier objectIdentifierType.
|
java.lang.String |
getObjectIdentifierValue()
Gets the ObjectIdentifier objectIdentifierValue.
|
DnxSectionRecord |
getRecord() |
void |
setObjectIdentifierType(java.lang.String s)
Sets the ObjectIdentifier objectIdentifierType.
|
void |
setObjectIdentifierValue(java.lang.String s)
Sets the ObjectIdentifier objectIdentifierValue.
|
void |
setRecord(DnxSectionRecord record) |
public static final java.lang.String sectionId
public static final java.lang.String OBJECTIDENTIFIERTYPE
public static final java.lang.String OBJECTIDENTIFIERVALUE
public ObjectIdentifier()
public ObjectIdentifier(java.lang.String objectIdentifierType,
java.lang.String objectIdentifierValue)
objectIdentifierType - A designation of the domain within which the object identifier is unique.objectIdentifierValue - The value of the objectIdentifier.public DnxSectionRecord getRecord()
public void setRecord(DnxSectionRecord record)
public java.lang.String getObjectIdentifierType()
public void setObjectIdentifierType(java.lang.String s)
s - A designation of the domain within which the object identifier is unique.public java.lang.String getObjectIdentifierValue()
public void setObjectIdentifierValue(java.lang.String s)
s - The value of the objectIdentifier.