Class DateTimeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.DateTimeElement,ddf.catalog.data.Attribute>
ddf.catalog.transformer.xml.adapter.DateTimeAdapter
public class DateTimeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.DateTimeElement,ddf.catalog.data.Attribute>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.transformer.xml.binding.DateTimeElementmarshal(ddf.catalog.data.Attribute attribute) static ddf.catalog.transformer.xml.binding.DateTimeElementmarshalFrom(ddf.catalog.data.Attribute attribute) ddf.catalog.data.Attributeunmarshal(ddf.catalog.transformer.xml.binding.DateTimeElement element) static ddf.catalog.data.AttributeunmarshalFrom(ddf.catalog.transformer.xml.binding.DateTimeElement element)
-
Constructor Details
-
DateTimeAdapter
public DateTimeAdapter()
-
-
Method Details
-
marshalFrom
public static ddf.catalog.transformer.xml.binding.DateTimeElement marshalFrom(ddf.catalog.data.Attribute attribute) -
unmarshalFrom
public static ddf.catalog.data.Attribute unmarshalFrom(ddf.catalog.transformer.xml.binding.DateTimeElement element) -
marshal
public ddf.catalog.transformer.xml.binding.DateTimeElement marshal(ddf.catalog.data.Attribute attribute) - Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.DateTimeElement,ddf.catalog.data.Attribute>
-
unmarshal
public ddf.catalog.data.Attribute unmarshal(ddf.catalog.transformer.xml.binding.DateTimeElement element) - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.DateTimeElement,ddf.catalog.data.Attribute>
-