Interface NamedResourceRegistrationXMLElement.Builder

    • Method Detail

      • withResourceAttributeLocalName

        NamedResourceRegistrationXMLElement.Builder withResourceAttributeLocalName​(String localName)
        Overrides the local name of the attribute used to create the path for this resource. Defaults to "name" if unspecified.
        Parameters:
        localName - a attribute local name.
        Returns:
        a reference to this builder.
      • withResourceAttributeName

        NamedResourceRegistrationXMLElement.Builder withResourceAttributeName​(QName name)
        Overrides the local name of the attribute used to create the path for this resource. Defaults to "name" if unspecified.
        Parameters:
        name - a attribute local name.
        Returns:
        a reference to this builder.