public class ServiceDetailSeqHelper
extends java.lang.Object
| Constructor and Description |
|---|
ServiceDetailSeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDetail[] |
extract(Any a)
Extract ServiceDetailSeq from an any
|
static java.lang.String |
id()
Return the ServiceDetailSeq IDL ID
|
static void |
insert(Any a,
ServiceDetail[] t)
Insert ServiceDetailSeq into an any
|
static ServiceDetail[] |
read(InputStream istream)
Read ServiceDetailSeq from a marshalled stream
|
static TypeCode |
type()
Return the ServiceDetailSeq TypeCode
|
static void |
write(OutputStream ostream,
ServiceDetail[] value)
Write ServiceDetailSeq into a marshalled stream
|
public static void insert(Any a, ServiceDetail[] t)
a - an anyt - ServiceDetailSeq valuepublic static ServiceDetail[] extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ServiceDetail[] read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ServiceDetail[] value)
ostream - the output streamvalue - ServiceDetailSeq value