public class PFC_pcpDEIType extends Sequence
PFC-pcpDEIType
type.Constructor and Description |
---|
PFC_pcpDEIType()
The default constructor.
|
PFC_pcpDEIType(INTEGER pcp,
INTEGER dei)
Constructs an instance of the
PFC_pcpDEIType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getDei()
Returns the value of the
dei field. |
INTEGER |
getPcp()
Returns the value of the
pcp field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setDei(INTEGER dei)
Sets the value of the
dei field. |
void |
setPcp(INTEGER pcp)
Sets the value of the
pcp field. |
public PFC_pcpDEIType()
public PFC_pcpDEIType(INTEGER pcp, INTEGER dei)
PFC_pcpDEIType
with the specified
components.pcp
- the value of the pcp
field (mandatory).dei
- the value of the dei
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getPcp()
pcp
field.pcp
field.public void setPcp(INTEGER pcp)
pcp
field.pcp
- the value of the pcp
field.java.lang.IllegalArgumentException
- when the pcp
parameter is null.public INTEGER getDei()
dei
field.dei
field.public void setDei(INTEGER dei)
dei
field.dei
- the value of the dei
field.java.lang.IllegalArgumentException
- when the dei
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.