Package ru.bitel.common.xml
Class JAXBUtils.PeriodWithTimeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PeriodWithTime>
ru.bitel.common.xml.JAXBUtils.PeriodWithTimeAdapter
- Enclosing class:
 - JAXBUtils
 
public static class JAXBUtils.PeriodWithTimeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PeriodWithTime>
- 
Constructor Summary
Constructors Constructor Description PeriodWithTimeAdapter() - 
Method Summary
Modifier and Type Method Description java.lang.Stringmarshal(PeriodWithTime periodWithTime)PeriodWithTimeunmarshal(java.lang.String v)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
PeriodWithTimeAdapter
public PeriodWithTimeAdapter() 
 - 
 - 
Method Details
- 
marshal
- Specified by:
 marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PeriodWithTime>- Throws:
 java.lang.Exception
 - 
unmarshal
- Specified by:
 unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,PeriodWithTime>- Throws:
 java.lang.Exception
 
 -