public class PFC_ipv6RemoteAddressPrefixLengthType extends Sequence
PFC-ipv6RemoteAddressPrefixLengthType
type.Constructor and Description |
---|
PFC_ipv6RemoteAddressPrefixLengthType()
The default constructor.
|
PFC_ipv6RemoteAddressPrefixLengthType(OctetString ipv6Address,
INTEGER prefixLength)
Constructs an instance of the
PFC_ipv6RemoteAddressPrefixLengthType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getIpv6Address()
Returns the value of the
ipv6Address field. |
INTEGER |
getPrefixLength()
Returns the value of the
prefixLength field. |
void |
setIpv6Address(OctetString ipv6Address)
Sets the value of the
ipv6Address field. |
void |
setPrefixLength(INTEGER prefixLength)
Sets the value of the
prefixLength field. |
public PFC_ipv6RemoteAddressPrefixLengthType()
public PFC_ipv6RemoteAddressPrefixLengthType(OctetString ipv6Address, INTEGER prefixLength)
PFC_ipv6RemoteAddressPrefixLengthType
with the specified
components.ipv6Address
- the value of the ipv6Address
field (mandatory).prefixLength
- the value of the prefixLength
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OctetString getIpv6Address()
ipv6Address
field.ipv6Address
field.public void setIpv6Address(OctetString ipv6Address)
ipv6Address
field.ipv6Address
- the value of the ipv6Address
field.java.lang.IllegalArgumentException
- when the ipv6Address
parameter is null.public INTEGER getPrefixLength()
prefixLength
field.prefixLength
field.public void setPrefixLength(INTEGER prefixLength)
prefixLength
field.prefixLength
- the value of the prefixLength
field.java.lang.IllegalArgumentException
- when the prefixLength
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.