public class AllowedPDUSessionStatus extends Sequence
AllowedPDUSessionStatus
type.Constructor and Description |
---|
AllowedPDUSessionStatus()
The default constructor.
|
AllowedPDUSessionStatus(BOOLEAN psi7,
BOOLEAN psi6,
BOOLEAN psi5,
BOOLEAN psi4,
BOOLEAN psi3,
BOOLEAN psi2,
BOOLEAN psi1,
BOOLEAN psi15,
BOOLEAN psi14,
BOOLEAN psi13,
BOOLEAN psi12,
BOOLEAN psi11,
BOOLEAN psi10,
BOOLEAN psi9,
BOOLEAN psi8)
Constructs an instance of the
AllowedPDUSessionStatus with the specified mandatory
components. |
AllowedPDUSessionStatus(BOOLEAN psi7,
BOOLEAN psi6,
BOOLEAN psi5,
BOOLEAN psi4,
BOOLEAN psi3,
BOOLEAN psi2,
BOOLEAN psi1,
BOOLEAN psi15,
BOOLEAN psi14,
BOOLEAN psi13,
BOOLEAN psi12,
BOOLEAN psi11,
BOOLEAN psi10,
BOOLEAN psi9,
BOOLEAN psi8,
OctetString dummy)
Constructs an instance of the
AllowedPDUSessionStatus with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteDummy()
Omits the
dummy optional field from the value. |
OctetString |
getDummy()
Returns the value of the
dummy optional field. |
INTEGER |
getPsi0()
Returns the value of the
psi0 read-only field. |
BOOLEAN |
getPsi1()
Returns the value of the
psi1 field. |
BOOLEAN |
getPsi10()
Returns the value of the
psi10 field. |
BOOLEAN |
getPsi11()
Returns the value of the
psi11 field. |
BOOLEAN |
getPsi12()
Returns the value of the
psi12 field. |
BOOLEAN |
getPsi13()
Returns the value of the
psi13 field. |
BOOLEAN |
getPsi14()
Returns the value of the
psi14 field. |
BOOLEAN |
getPsi15()
Returns the value of the
psi15 field. |
BOOLEAN |
getPsi2()
Returns the value of the
psi2 field. |
BOOLEAN |
getPsi3()
Returns the value of the
psi3 field. |
BOOLEAN |
getPsi4()
Returns the value of the
psi4 field. |
BOOLEAN |
getPsi5()
Returns the value of the
psi5 field. |
BOOLEAN |
getPsi6()
Returns the value of the
psi6 field. |
BOOLEAN |
getPsi7()
Returns the value of the
psi7 field. |
BOOLEAN |
getPsi8()
Returns the value of the
psi8 field. |
BOOLEAN |
getPsi9()
Returns the value of the
psi9 field. |
boolean |
hasDummy()
Reports whether the
dummy optional field is present in the value. |
void |
setDummy(OctetString dummy)
Sets the value of the
dummy optional field. |
void |
setPsi1(BOOLEAN psi1)
Sets the value of the
psi1 field. |
void |
setPsi10(BOOLEAN psi10)
Sets the value of the
psi10 field. |
void |
setPsi11(BOOLEAN psi11)
Sets the value of the
psi11 field. |
void |
setPsi12(BOOLEAN psi12)
Sets the value of the
psi12 field. |
void |
setPsi13(BOOLEAN psi13)
Sets the value of the
psi13 field. |
void |
setPsi14(BOOLEAN psi14)
Sets the value of the
psi14 field. |
void |
setPsi15(BOOLEAN psi15)
Sets the value of the
psi15 field. |
void |
setPsi2(BOOLEAN psi2)
Sets the value of the
psi2 field. |
void |
setPsi3(BOOLEAN psi3)
Sets the value of the
psi3 field. |
void |
setPsi4(BOOLEAN psi4)
Sets the value of the
psi4 field. |
void |
setPsi5(BOOLEAN psi5)
Sets the value of the
psi5 field. |
void |
setPsi6(BOOLEAN psi6)
Sets the value of the
psi6 field. |
void |
setPsi7(BOOLEAN psi7)
Sets the value of the
psi7 field. |
void |
setPsi8(BOOLEAN psi8)
Sets the value of the
psi8 field. |
void |
setPsi9(BOOLEAN psi9)
Sets the value of the
psi9 field. |
public AllowedPDUSessionStatus()
public AllowedPDUSessionStatus(BOOLEAN psi7, BOOLEAN psi6, BOOLEAN psi5, BOOLEAN psi4, BOOLEAN psi3, BOOLEAN psi2, BOOLEAN psi1, BOOLEAN psi15, BOOLEAN psi14, BOOLEAN psi13, BOOLEAN psi12, BOOLEAN psi11, BOOLEAN psi10, BOOLEAN psi9, BOOLEAN psi8)
AllowedPDUSessionStatus
with the specified mandatory
components.psi7
- the value of the psi7
mandatory field.psi6
- the value of the psi6
mandatory field.psi5
- the value of the psi5
mandatory field.psi4
- the value of the psi4
mandatory field.psi3
- the value of the psi3
mandatory field.psi2
- the value of the psi2
mandatory field.psi1
- the value of the psi1
mandatory field.psi15
- the value of the psi15
mandatory field.psi14
- the value of the psi14
mandatory field.psi13
- the value of the psi13
mandatory field.psi12
- the value of the psi12
mandatory field.psi11
- the value of the psi11
mandatory field.psi10
- the value of the psi10
mandatory field.psi9
- the value of the psi9
mandatory field.psi8
- the value of the psi8
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public AllowedPDUSessionStatus(BOOLEAN psi7, BOOLEAN psi6, BOOLEAN psi5, BOOLEAN psi4, BOOLEAN psi3, BOOLEAN psi2, BOOLEAN psi1, BOOLEAN psi15, BOOLEAN psi14, BOOLEAN psi13, BOOLEAN psi12, BOOLEAN psi11, BOOLEAN psi10, BOOLEAN psi9, BOOLEAN psi8, OctetString dummy)
AllowedPDUSessionStatus
with the specified
components.psi7
- the value of the psi7
field (mandatory).psi6
- the value of the psi6
field (mandatory).psi5
- the value of the psi5
field (mandatory).psi4
- the value of the psi4
field (mandatory).psi3
- the value of the psi3
field (mandatory).psi2
- the value of the psi2
field (mandatory).psi1
- the value of the psi1
field (mandatory).psi15
- the value of the psi15
field (mandatory).psi14
- the value of the psi14
field (mandatory).psi13
- the value of the psi13
field (mandatory).psi12
- the value of the psi12
field (mandatory).psi11
- the value of the psi11
field (mandatory).psi10
- the value of the psi10
field (mandatory).psi9
- the value of the psi9
field (mandatory).psi8
- the value of the psi8
field (mandatory).dummy
- the value of the dummy
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public BOOLEAN getPsi7()
psi7
field.psi7
field.public void setPsi7(BOOLEAN psi7)
psi7
field.psi7
- the value of the psi7
field.java.lang.IllegalArgumentException
- when the psi7
parameter is null.public BOOLEAN getPsi6()
psi6
field.psi6
field.public void setPsi6(BOOLEAN psi6)
psi6
field.psi6
- the value of the psi6
field.java.lang.IllegalArgumentException
- when the psi6
parameter is null.public BOOLEAN getPsi5()
psi5
field.psi5
field.public void setPsi5(BOOLEAN psi5)
psi5
field.psi5
- the value of the psi5
field.java.lang.IllegalArgumentException
- when the psi5
parameter is null.public BOOLEAN getPsi4()
psi4
field.psi4
field.public void setPsi4(BOOLEAN psi4)
psi4
field.psi4
- the value of the psi4
field.java.lang.IllegalArgumentException
- when the psi4
parameter is null.public BOOLEAN getPsi3()
psi3
field.psi3
field.public void setPsi3(BOOLEAN psi3)
psi3
field.psi3
- the value of the psi3
field.java.lang.IllegalArgumentException
- when the psi3
parameter is null.public BOOLEAN getPsi2()
psi2
field.psi2
field.public void setPsi2(BOOLEAN psi2)
psi2
field.psi2
- the value of the psi2
field.java.lang.IllegalArgumentException
- when the psi2
parameter is null.public BOOLEAN getPsi1()
psi1
field.psi1
field.public void setPsi1(BOOLEAN psi1)
psi1
field.psi1
- the value of the psi1
field.java.lang.IllegalArgumentException
- when the psi1
parameter is null.public INTEGER getPsi0()
psi0
read-only field.psi0
read-only field.public BOOLEAN getPsi15()
psi15
field.psi15
field.public void setPsi15(BOOLEAN psi15)
psi15
field.psi15
- the value of the psi15
field.java.lang.IllegalArgumentException
- when the psi15
parameter is null.public BOOLEAN getPsi14()
psi14
field.psi14
field.public void setPsi14(BOOLEAN psi14)
psi14
field.psi14
- the value of the psi14
field.java.lang.IllegalArgumentException
- when the psi14
parameter is null.public BOOLEAN getPsi13()
psi13
field.psi13
field.public void setPsi13(BOOLEAN psi13)
psi13
field.psi13
- the value of the psi13
field.java.lang.IllegalArgumentException
- when the psi13
parameter is null.public BOOLEAN getPsi12()
psi12
field.psi12
field.public void setPsi12(BOOLEAN psi12)
psi12
field.psi12
- the value of the psi12
field.java.lang.IllegalArgumentException
- when the psi12
parameter is null.public BOOLEAN getPsi11()
psi11
field.psi11
field.public void setPsi11(BOOLEAN psi11)
psi11
field.psi11
- the value of the psi11
field.java.lang.IllegalArgumentException
- when the psi11
parameter is null.public BOOLEAN getPsi10()
psi10
field.psi10
field.public void setPsi10(BOOLEAN psi10)
psi10
field.psi10
- the value of the psi10
field.java.lang.IllegalArgumentException
- when the psi10
parameter is null.public BOOLEAN getPsi9()
psi9
field.psi9
field.public void setPsi9(BOOLEAN psi9)
psi9
field.psi9
- the value of the psi9
field.java.lang.IllegalArgumentException
- when the psi9
parameter is null.public BOOLEAN getPsi8()
psi8
field.psi8
field.public void setPsi8(BOOLEAN psi8)
psi8
field.psi8
- the value of the psi8
field.java.lang.IllegalArgumentException
- when the psi8
parameter is null.public OctetString getDummy()
dummy
optional field.dummy
optional field or null if the field is omitted.public void setDummy(OctetString dummy)
dummy
optional field.dummy
- the value of the dummy
optional field. A null
value indicates that the optional field is omitted.public boolean hasDummy()
dummy
optional field is present in the value.dummy
optional field is present in the value.public void deleteDummy()
dummy
optional field from the value.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.