Home | History | Annotate | Download | only in header

Lines Matching defs:string

56     /** String field
58 protected String string;
70 protected String encodeBody() {
74 } else if (string != null) {
75 encoding.append(string);
92 * Set the string member
93 * @param string String to set
95 public void setAlertInfo(String string) {
96 this.string = string;
110 alertInfoUri = (URI) new GenericURI(string);
123 } else if (this.string != null) {
124 retval.string = this.string;