package br.com.centralit.citsmart.rest.v2.schema; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import br.com.centralit.citsmart.rest.schema.CtMessageResp; @XmlAccessorType(XmlAccessType.FIELD) public class CTNotificationCheckinDeniedResp extends CtMessageResp { }