public class DeRegistrationType extends Sequence
DeRegistrationType
type.Modifier and Type | Class and Description |
---|---|
static class |
DeRegistrationType.AccessType
Defines meaningful names for particular values of the
accessType field. |
static class |
DeRegistrationType.ReRegistrationRequired
Defines meaningful names for particular values of the
reRegistrationRequired field. |
static class |
DeRegistrationType.SwitchOff
Defines meaningful names for particular values of the
switchOff field. |
Constructor and Description |
---|
DeRegistrationType()
The default constructor.
|
DeRegistrationType(INTEGER switchOff,
INTEGER reRegistrationRequired,
INTEGER accessType)
Constructs an instance of the
DeRegistrationType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAccessType()
Returns the value of the
accessType field. |
INTEGER |
getReRegistrationRequired()
Returns the value of the
reRegistrationRequired field. |
INTEGER |
getSwitchOff()
Returns the value of the
switchOff field. |
void |
setAccessType(INTEGER accessType)
Sets the value of the
accessType field. |
void |
setReRegistrationRequired(INTEGER reRegistrationRequired)
Sets the value of the
reRegistrationRequired field. |
void |
setSwitchOff(INTEGER switchOff)
Sets the value of the
switchOff field. |
public DeRegistrationType()
public DeRegistrationType(INTEGER switchOff, INTEGER reRegistrationRequired, INTEGER accessType)
DeRegistrationType
with the specified
components.switchOff
- the value of the switchOff
field (mandatory).
The SwitchOff
class defines meaningful names for particular values of the field.reRegistrationRequired
- the value of the reRegistrationRequired
field (mandatory).
The ReRegistrationRequired
class defines meaningful names for particular values of the field.accessType
- the value of the accessType
field (mandatory).
The AccessType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSwitchOff()
switchOff
field.switchOff
field.
The SwitchOff
class defines meaningful names for particular values of the field.public void setSwitchOff(INTEGER switchOff)
switchOff
field.switchOff
- the value of the switchOff
field.
The SwitchOff
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the switchOff
parameter is null.public INTEGER getReRegistrationRequired()
reRegistrationRequired
field.reRegistrationRequired
field.
The ReRegistrationRequired
class defines meaningful names for particular values of the field.public void setReRegistrationRequired(INTEGER reRegistrationRequired)
reRegistrationRequired
field.reRegistrationRequired
- the value of the reRegistrationRequired
field.
The ReRegistrationRequired
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the reRegistrationRequired
parameter is null.public INTEGER getAccessType()
accessType
field.accessType
field.
The AccessType
class defines meaningful names for particular values of the field.public void setAccessType(INTEGER accessType)
accessType
field.accessType
- the value of the accessType
field.
The AccessType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the accessType
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.