Class AppointmentReminderAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,Appointment.Reminder>
-
- org.apache.openmeetings.db.bind.adapter.AppointmentReminderAdapter
-
public class AppointmentReminderAdapter extends XmlAdapter<String,Appointment.Reminder>
-
-
Constructor Summary
Constructors Constructor Description AppointmentReminderAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(Appointment.Reminder v)Appointment.Reminderunmarshal(String v)
-
-
-
Method Detail
-
marshal
public String marshal(Appointment.Reminder v) throws Exception
- Specified by:
marshalin classXmlAdapter<String,Appointment.Reminder>- Throws:
Exception
-
unmarshal
public Appointment.Reminder unmarshal(String v) throws Exception
- Specified by:
unmarshalin classXmlAdapter<String,Appointment.Reminder>- Throws:
Exception
-
-