org.ota.golf
Class CourseSearchRS.GolfCourse.Traits.Trait

java.lang.Object
  extended by org.ota.golf.CourseSearchRS.GolfCourse.Traits.Trait
Enclosing class:
CourseSearchRS.GolfCourse.Traits

public static class CourseSearchRS.GolfCourse.Traits.Trait
extends java.lang.Object

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

CourseSearchRS.GolfCourse.Traits.Trait

public CourseSearchRS.GolfCourse.Traits.Trait()
Method Detail

getName

public java.lang.String getName()
Get the 'Name' attribute value. The code representing a specific trait.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. The code representing a specific trait.

Parameters:
name -

getValue

public java.lang.String getValue()
Get the 'Value' attribute value. The value associated with that trait.

Returns:
value

setValue

public void setValue(java.lang.String value)
Set the 'Value' attribute value. The value associated with that trait.

Parameters:
value -