Interface RegistrationInfo

    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

        static final String DEFAULT_ELEMENT_LOCAL_NAME
        Name of the element inside the Extensions.
        See Also:
        Constant Field Values
      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • REGISTRATION_AUTHORITY_ATTRIB_NAME

        static final String REGISTRATION_AUTHORITY_ATTRIB_NAME
        registrationAuthority attribute name.
        See Also:
        Constant Field Values
      • REGISTRATION_INSTANT_ATTRIB_NAME

        static final String REGISTRATION_INSTANT_ATTRIB_NAME
        registrationInstant attribute name.
        See Also:
        Constant Field Values
      • REGISTRATION_INSTANT_ATTRIB_QNAME

        static final QName REGISTRATION_INSTANT_ATTRIB_QNAME
        QName of the registrationInstant attribute.
    • Method Detail

      • getRegistrationAuthority

        String getRegistrationAuthority()
        Get the registration authority.
        Returns:
        the registration authority
      • setRegistrationAuthority

        void setRegistrationAuthority​(String authority)
        Set the registration authority.
        Parameters:
        authority - the registration authority
      • getRegistrationInstant

        Instant getRegistrationInstant()
        Get the registration instant.
        Returns:
        the registration instant
      • setRegistrationInstant

        void setRegistrationInstant​(Instant dateTime)
        Set the registration instant.
        Parameters:
        dateTime - the instant