|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.golf.CourseSearchRQ.Criterion
public static class CourseSearchRQ.Criterion
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Criterion" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:CriteriaGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CriteriaGroup"> <xs:attribute type="xs:string" use="required" name="Name"/> <xs:attribute type="xs:string" use="required" name="Value"/> <xs:attribute type="xs:boolean" use="required" name="Required"/> <xs:attribute type="xs:string" use="optional" name="Operation"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CourseSearchRQ.Criterion()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the 'Name' attribute value. |
java.lang.String |
getOperation()
Get the 'Operation' attribute value. |
java.lang.String |
getValue()
Get the 'Value' attribute value. |
boolean |
isRequired()
Get the 'Required' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' attribute value. |
void |
setOperation(java.lang.String operation)
Set the 'Operation' attribute value. |
void |
setRequired(boolean required)
Set the 'Required' attribute value. |
void |
setValue(java.lang.String value)
Set the 'Value' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CourseSearchRQ.Criterion()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- public boolean isRequired()
public void setRequired(boolean required)
required
- public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |