org.ota.vehicle
Class OffLocationServiceCore.Address

java.lang.Object
  extended by org.ota.shared.Address
      extended by org.ota.vehicle.OffLocationServiceCore.Address
Enclosing class:
OffLocationServiceCore

public static class OffLocationServiceCore.Address
extends Address

The address for vehicle delivery or collection, or for customer pickup or drop-off. 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="Address" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:AddressType">
         <xs:attribute type="xs:string" use="optional" name="SiteID"/>
         <xs:attribute type="xs:string" use="optional" name="SiteName"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Address
Address.BldgRoom, Address.StreetNmbr
 
Constructor Summary
OffLocationServiceCore.Address()
           
 
Method Summary
 java.lang.String getSiteID()
          Get the 'SiteID' attribute value.
 java.lang.String getSiteName()
          Get the 'SiteName' attribute value.
 void setSiteID(java.lang.String siteID)
          Set the 'SiteID' attribute value.
 void setSiteName(java.lang.String siteName)
          Set the 'SiteName' attribute value.
 
Methods inherited from class org.ota.shared.Address
addAddressLine, addBldgRoom, clearAddressLines, clearBldgRooms, getAddressLine, getAddressLines, getBldgRoom, getBldgRooms, getCityName, getCountryName, getCounty, getFormattedInd, getPostalCode, getPrivacyGroup, getRemark, getStateProv, getStreetNmbr, getType, setAddressLines, setBldgRooms, setCityName, setCountryName, setCounty, setFormattedInd, setPostalCode, setPrivacyGroup, setRemark, setStateProv, setStreetNmbr, setType, sizeAddressLines, sizeBldgRooms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffLocationServiceCore.Address

public OffLocationServiceCore.Address()
Method Detail

getSiteID

public java.lang.String getSiteID()
Get the 'SiteID' attribute value. An identifier of a particular location used in place of address details.

Returns:
value

setSiteID

public void setSiteID(java.lang.String siteID)
Set the 'SiteID' attribute value. An identifier of a particular location used in place of address details.

Parameters:
siteID -

getSiteName

public java.lang.String getSiteName()
Get the 'SiteName' attribute value. This field is to provide a name for the site reference of the off location service.

Returns:
value

setSiteName

public void setSiteName(java.lang.String siteName)
Set the 'SiteName' attribute value. This field is to provide a name for the site reference of the off location service.

Parameters:
siteName -