public class PartialServiceType2 extends Sequence
PartialServiceType2
type.Modifier and Type | Class and Description |
---|---|
static class |
PartialServiceType2.TypeOfList
Defines meaningful names for particular values of the
typeOfList field. |
Constructor and Description |
---|
PartialServiceType2()
The default constructor.
|
PartialServiceType2(INTEGER allowedType,
TAISubListElementList elements)
Constructs an instance of the
PartialServiceType2 with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAllowedType()
Returns the value of the
allowedType field. |
TAISubListElementList |
getElements()
Returns the value of the
elements field. |
INTEGER |
getNumberOfElements()
Returns the value of the
numberOfElements read-only field. |
INTEGER |
getTypeOfList()
Returns the value of the
typeOfList read-only field. |
void |
setAllowedType(INTEGER allowedType)
Sets the value of the
allowedType field. |
void |
setElements(TAISubListElementList elements)
Sets the value of the
elements field. |
public PartialServiceType2()
public PartialServiceType2(INTEGER allowedType, TAISubListElementList elements)
PartialServiceType2
with the specified
components.allowedType
- the value of the allowedType
field (mandatory).
The AllowedType
class defines meaningful names for particular values of the field.elements
- the value of the elements
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getAllowedType()
allowedType
field.allowedType
field.
The AllowedType
class defines meaningful names for particular values of the field.public void setAllowedType(INTEGER allowedType)
allowedType
field.allowedType
- the value of the allowedType
field.
The AllowedType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the allowedType
parameter is null.public INTEGER getTypeOfList()
typeOfList
read-only field.typeOfList
read-only field.
The TypeOfList
class defines meaningful names for particular values of the field.public INTEGER getNumberOfElements()
numberOfElements
read-only field.numberOfElements
read-only field.public TAISubListElementList getElements()
elements
field.elements
field.public void setElements(TAISubListElementList elements)
elements
field.elements
- the value of the elements
field.java.lang.IllegalArgumentException
- when the elements
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.