Interface AttributeTextType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeTextTypeImpl

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

     AttributeTextType attributeTextType = AttributeTextType.builder()
             .build()