com.prowidesoftware.swift.model.mx.dic.LodgingService1Code Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for LodgingService1Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "LodgingService1Code")
@XmlEnum
public enum LodgingService1Code {
/**
* Room accommodation
*
*/
ACCO,
/**
* Audio visual lodging service.
*
*/
AUDI,
/**
* Banquet lodging service.
*
*/
BANQ,
/**
* Breakfast lodging service.
*
*/
BREK,
/**
* Business centre lodging service.
*
*/
BUSS,
/**
* Concierge lodging service.
*
*/
CONC,
/**
* Early arrival lodging service.
*
*/
EARA,
/**
* Early departure lodging service.
*
*/
EARD,
/**
* Entertainment lodging service.
*
*/
ENTR,
/**
* Folio cash advance lodging service.
*
*/
FCAA,
/**
* Games lodging service.
*
*/
GAME,
/**
* Garage lodging service.
*
*/
GARA,
/**
* Gift shop lodging service.
*
*/
GIFT,
/**
* Health lodging service.
*
*/
HEAL,
/**
* Internet lodging service.
*
*/
INTE,
/**
* Laundry lodging service.
*
*/
LAUN,
/**
* Lounge bar lodging service.
*
*/
LONG,
/**
* Mini bar lodging service.
*
*/
MINI,
/**
* No show lodging service.
*
*/
NOSH,
/**
* Other type of service.
*
*/
OTHR,
/**
* Parking lodging service.
*
*/
PARK,
/**
* Phone lodging service.
*
*/
PHON,
/**
* Restaurant lodging service.
*
*/
REST,
/**
* Room service.
*
*/
RMSE,
/**
* Spa lodging service.
*
*/
SPAS,
/**
* Third-party lodging service.
*
*/
THRD,
/**
* Transportation lodging service.
*
*/
TRAN,
/**
* Video on demand lodging service.
*
*/
VODS;
public String value() {
return name();
}
public static LodgingService1Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy