|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.golf.CourseSearchRS.GolfCourse.Traits.Trait
public static class CourseSearchRS.GolfCourse.Traits.Trait
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="Trait" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:TraitGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TraitGroup"> <xs:attribute type="xs:string" use="required" name="Name"/> <xs:attribute type="xs:string" use="required" name="Value"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CourseSearchRS.GolfCourse.Traits.Trait()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the 'Name' attribute value. |
java.lang.String |
getValue()
Get the 'Value' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' 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 CourseSearchRS.GolfCourse.Traits.Trait()
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
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |