Output SOAP type information for an S object.
输出SOAP信息的对象的类型。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is used in the toSOAP methods when writing an S object to a SOAP connection. It writes the SOAP attributes representing the SOAP type for the S object being serialized to the SOAP connection.
这是用来在toSOAP方法时写的对象到一个SOAP连接。它写的SOAP属性代表SOAP类型的对象被序列化到SOAP连接。
用法----------Usage----------
writeTypes(x, con, types = getSOAPType(x))
参数----------Arguments----------
参数:x
the S object being serialized to the SOAP connection
的对象被序列化到SOAP连接
参数:con
the S connection object to which to write the type information attributes
S连接对象,写类型的信息属性
参数:types
the type information attributes which are computed by calling getSOAPType by default.
类型信息调用getSOAPType默认情况下,计算的属性。
值----------Value----------
The string giving the SOAP type attributes that are written to the connection.
字符串给SOAP类型写入连接的属性。
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>