Class RemoveNamespaceOperation

  • All Implemented Interfaces:
    java.io.Serializable, TransactionOperation

    public class RemoveNamespaceOperation
    extends java.lang.Object
    implements TransactionOperation, java.io.Serializable
    Operation that removes the namespace for a specific prefix.
    See Also:
    Serialized Form
    • Field Detail

      • prefix

        private java.lang.String prefix
    • Constructor Detail

      • RemoveNamespaceOperation

        public RemoveNamespaceOperation()
      • RemoveNamespaceOperation

        public RemoveNamespaceOperation​(java.lang.String prefix)
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object