Interface AttributeDateTimeType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeDateTimeTypeImpl

public interface AttributeDateTimeType extends AttributeType
AttributeDateTimeType
Example to create an instance using the builder pattern

     AttributeDateTimeType attributeDateTimeType = AttributeDateTimeType.builder()
             .build()