Class PresenceMarker

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppcommon.PresenceMarker
All Implemented Interfaces:
Serializable, Cloneable

@Embeddable public class PresenceMarker extends ImmutableObject implements Serializable
Used as the value of a tag that is present in the XML but has no children or value.

When placed in a field "foo", this will correctly unmarshal from both <foo/> and <foo></foo>, and will unmarshal always to <foo/>.

See Also:
  • Constructor Details

    • PresenceMarker

      public PresenceMarker()