|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.ld.ExternalVariables
This class contains the list of variable name ( QName) - value pair. These variables can be used in FilterXQuery object when creating Filters or limiting the results.
FilterXQuery,
Serialized Form| Constructor Summary | |
ExternalVariables()
|
|
| Method Summary | |
void |
setBinary(javax.xml.namespace.QName varName,
byte[] value)
sets the binary type variable |
void |
setBoolean(javax.xml.namespace.QName varName,
boolean value)
sets the boolean type variable |
void |
setByte(javax.xml.namespace.QName varName,
byte value)
sets the byte type variable |
void |
setDateTime(javax.xml.namespace.QName varName,
java.util.Calendar value)
sets the Calendar type variable |
void |
setDateTime(javax.xml.namespace.QName varName,
java.util.Date value)
sets the Date type variable |
void |
setDecimal(javax.xml.namespace.QName varName,
java.math.BigDecimal value)
sets the BigDecimal type variable |
void |
setDouble(javax.xml.namespace.QName varName,
double value)
sets the double type variable |
void |
setFloat(javax.xml.namespace.QName varName,
float value)
sets the float type variable |
void |
setInt(javax.xml.namespace.QName varName,
int value)
sets the int type variable |
void |
setLong(javax.xml.namespace.QName varName,
long value)
sets the long type variable |
void |
setShort(javax.xml.namespace.QName varName,
short value)
sets the short type variable |
void |
setString(javax.xml.namespace.QName varName,
java.lang.String value)
sets the String type variable |
void |
setURI(javax.xml.namespace.QName varName,
java.net.URI value)
sets the URI type variable |
org.openuri.www.ExternalVariables |
toProxy()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExternalVariables()
| Method Detail |
public void setBinary(javax.xml.namespace.QName varName,
byte[] value)
varName - QName : Name of the variable, does not require namespacevalue - : binary value of the variable
public void setBoolean(javax.xml.namespace.QName varName,
boolean value)
varName - QName : Name of the variable, does not require namespacevalue - : boolean value of the variable
public void setByte(javax.xml.namespace.QName varName,
byte value)
varName - QName : Name of the variable, does not require namespacevalue - : byte value of the variable
public void setDateTime(javax.xml.namespace.QName varName,
java.util.Date value)
varName - QName : Name of the variable, does not require namespacevalue - : java.util.Date value of the variable
public void setDateTime(javax.xml.namespace.QName varName,
java.util.Calendar value)
varName - QName : Name of the variable, does not require namespacevalue - : java.util.Calendar value of the variable
public void setDecimal(javax.xml.namespace.QName varName,
java.math.BigDecimal value)
varName - QName : Name of the variable, does not require namespacevalue - : BigDecimal value of the variable
public void setDouble(javax.xml.namespace.QName varName,
double value)
varName - QName : Name of the variable, does not require namespacevalue - : double value of the variable
public void setFloat(javax.xml.namespace.QName varName,
float value)
varName - QName : Name of the variable, does not require namespacevalue - : float value of the variable
public void setInt(javax.xml.namespace.QName varName,
int value)
varName - QName : Name of the variable, does not require namespacevalue - : int value of the variable
public void setLong(javax.xml.namespace.QName varName,
long value)
varName - QName : Name of the variable, does not require namespacevalue - : long value of the variable
public void setShort(javax.xml.namespace.QName varName,
short value)
varName - QName : Name of the variable, does not require namespacevalue - : short value of the variable
public void setString(javax.xml.namespace.QName varName,
java.lang.String value)
varName - QName : Name of the variable, does not require namespacevalue - : String value of the variable
public void setURI(javax.xml.namespace.QName varName,
java.net.URI value)
varName - QName : Name of the variable, does not require namespacevalue - : java.net.URI value of the variablepublic org.openuri.www.ExternalVariables toProxy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||