📄 jco.record.html
字号:
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#readXML(java.io.Reader)">readXML</A></B>(java.io.Reader reader)</CODE>
<BR>
Read the</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#readXML(java.lang.String)">readXML</A></B>(java.lang.String xml_filename)</CODE>
<BR>
Loads the request or response and all parameters and tables from the specified XML file. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(byte[], int)">setValue</A></B>(byte[] value, int index)</CODE>
<BR>
Sets the byte array as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(byte[], java.lang.String)">setValue</A></B>(byte[] value, java.lang.String name)</CODE>
<BR>
Sets the byte array as the value for the named field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(byte, int)">setValue</A></B>(byte value, int index)</CODE>
<BR>
Sets the byte as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(byte, java.lang.String)">setValue</A></B>(byte value, java.lang.String name)</CODE>
<BR>
Sets the byte as the value for the named field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(char[], int)">setValue</A></B>(char[] value, int index)</CODE>
<BR>
Sets the specified character array as the field's value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(char[], int, int, int)">setValue</A></B>(char[] value, int from, int length, int index)</CODE>
<BR>
Sets the specified character array as the field's value. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(char[], int, int, java.lang.String)">setValue</A></B>(char[] value, int from, int length, java.lang.String name)</CODE>
<BR>
Sets the specified character array as the value for the named field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(char[], java.lang.String)">setValue</A></B>(char[] value, java.lang.String name)</CODE>
<BR>
Sets the specified character array as the value for the named field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(char, int)">setValue</A></B>(char value, int index)</CODE>
<BR>
Sets the specified character as the field's value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(char, java.lang.String)">setValue</A></B>(char value, java.lang.String name)</CODE>
<BR>
Sets the character as the value for the named field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(double, int)">setValue</A></B>(double value, int index)</CODE>
<BR>
Sets the double as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(double, java.lang.String)">setValue</A></B>(double value, java.lang.String name)</CODE>
<BR>
Sets the double as the value for the named field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(float, int)">setValue</A></B>(float value, int index)</CODE>
<BR>
Sets the float as the value for the i'th field Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(float, java.lang.String)">setValue</A></B>(float value, java.lang.String name)</CODE>
<BR>
Sets the float as the value for the named field Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(int, int)">setValue</A></B>(int value, int index)</CODE>
<BR>
Sets the int as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(int, java.lang.String)">setValue</A></B>(int value, java.lang.String name)</CODE>
<BR>
Sets the int as the value for the named field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(com.sap.mw.jco.JCO.Structure, int)">setValue</A></B>(<A HREF="../../../../com/sap/mw/jco/JCO.Structure.html">JCO.Structure</A> value, int index)</CODE>
<BR>
Sets the structure as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(com.sap.mw.jco.JCO.Structure, java.lang.String)">setValue</A></B>(<A HREF="../../../../com/sap/mw/jco/JCO.Structure.html">JCO.Structure</A> value, java.lang.String name)</CODE>
<BR>
Sets the structure as the value for the named field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(com.sap.mw.jco.JCO.Table, int)">setValue</A></B>(<A HREF="../../../../com/sap/mw/jco/JCO.Table.html">JCO.Table</A> value, int index)</CODE>
<BR>
Sets the table as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(com.sap.mw.jco.JCO.Table, java.lang.String)">setValue</A></B>(<A HREF="../../../../com/sap/mw/jco/JCO.Table.html">JCO.Table</A> value, java.lang.String name)</CODE>
<BR>
Sets the table as the value for the named field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(long, int)">setValue</A></B>(long value, int index)</CODE>
<BR>
Sets the long as the value for the i'th field</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Record.html#setValue(long, java.lang.String)">setValue</A></B>(long value, java.lang.String name)</CODE>
<BR>
Sets the long as the value for the named field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -