Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
DataElement |
getDataElement()
DataElement linked if the parameter refers to a DataElement (E=CORUB).
|
DataStructure |
getDataStructure()
DataStructure linked if the parameter refers to a DataStructure (D=XX).
|
java.lang.String |
getId()
Identifier of the parameter from $1 to $J.
|
AbstractSegment |
getSegment()
Segment linked if the parameter refers to a Segment (S=XXYY).
|
java.lang.String |
getValue()
Value of the parameter.
|
static final java.lang.String copyright
DataElement getDataElement()
DataElement linked if the parameter refers to a DataElement (E=CORUB).
DataStructure getDataStructure()
DataStructure linked if the parameter refers to a DataStructure (D=XX).
java.lang.String getId()
Identifier of the parameter from $1 to $J.
AbstractSegment getSegment()
Segment linked if the parameter refers to a Segment (S=XXYY).
java.lang.String getValue()
Value of the parameter.
If the parameter refers to a DataElement (E=CORUB), a Data Structure (D=XX) or a Segment (S=XXYY), then the fields getDataElement, getDataStructure or getSegment are entered.