public class PDUAddress_ipv4v6 extends Sequence
PDUAddress-ipv4v6
type.Constructor and Description |
---|
PDUAddress_ipv4v6()
The default constructor.
|
PDUAddress_ipv4v6(OctetString ipv6InterfaceIdentifier,
OctetString ipv4Address)
Constructs an instance of the
PDUAddress_ipv4v6 with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getIpv4Address()
Returns the value of the
ipv4Address field. |
OctetString |
getIpv6InterfaceIdentifier()
Returns the value of the
ipv6InterfaceIdentifier field. |
void |
setIpv4Address(OctetString ipv4Address)
Sets the value of the
ipv4Address field. |
void |
setIpv6InterfaceIdentifier(OctetString ipv6InterfaceIdentifier)
Sets the value of the
ipv6InterfaceIdentifier field. |
public PDUAddress_ipv4v6()
public PDUAddress_ipv4v6(OctetString ipv6InterfaceIdentifier, OctetString ipv4Address)
PDUAddress_ipv4v6
with the specified
components.ipv6InterfaceIdentifier
- the value of the ipv6InterfaceIdentifier
field (mandatory).ipv4Address
- the value of the ipv4Address
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public OctetString getIpv6InterfaceIdentifier()
ipv6InterfaceIdentifier
field.ipv6InterfaceIdentifier
field.public void setIpv6InterfaceIdentifier(OctetString ipv6InterfaceIdentifier)
ipv6InterfaceIdentifier
field.ipv6InterfaceIdentifier
- the value of the ipv6InterfaceIdentifier
field.java.lang.IllegalArgumentException
- when the ipv6InterfaceIdentifier
parameter is null.public OctetString getIpv4Address()
ipv4Address
field.ipv4Address
field.public void setIpv4Address(OctetString ipv4Address)
ipv4Address
field.ipv4Address
- the value of the ipv4Address
field.java.lang.IllegalArgumentException
- when the ipv4Address
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.