public class PropertyIsLikeType extends ComparisonOpsType implements Serializable
| Constructor and Description |
|---|
PropertyIsLikeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEscape()
Returns the value of field 'escape'.
|
Literal |
getLiteral()
Returns the value of field 'literal'.
|
PropertyName |
getPropertyName()
Returns the value of field 'propertyName'.
|
String |
getSingleChar()
Returns the value of field 'singleChar'.
|
String |
getWildCard()
Returns the value of field 'wildCard'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setEscape(String escape)
Sets the value of field 'escape'.
|
void |
setLiteral(Literal literal)
Sets the value of field 'literal'.
|
void |
setPropertyName(PropertyName propertyName)
Sets the value of field 'propertyName'.
|
void |
setSingleChar(String singleChar)
Sets the value of field 'singleChar'.
|
void |
setWildCard(String wildCard)
Sets the value of field 'wildCard'.
|
static ComparisonOpsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getEscape()
public Literal getLiteral()
public PropertyName getPropertyName()
public String getSingleChar()
public String getWildCard()
public boolean isValid()
isValid in class ComparisonOpsTypepublic void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setEscape(String escape)
escape - the value of field 'escape'.public void setLiteral(Literal literal)
literal - the value of field 'literal'.public void setPropertyName(PropertyName propertyName)
propertyName - the value of field 'propertyName'.public void setSingleChar(String singleChar)
singleChar - the value of field 'singleChar'.public void setWildCard(String wildCard)
wildCard - the value of field 'wildCard'.public static ComparisonOpsType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
validate in class ComparisonOpsTypeorg.exolab.castor.xml.ValidationExceptionCopyright © 2020 B3Partners B.V.. All rights reserved.