Class NsPrefixInAttributeValues

  • All Implemented Interfaces:
    java.io.Serializable

    public class NsPrefixInAttributeValues
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getPrefix()
      Gets the value of the prefix property.
      java.lang.String getUri()
      Gets the value of the uri property.
      int hashCode()  
      void setPrefix​(java.lang.String value)
      Sets the value of the prefix property.
      void setUri​(java.lang.String value)
      Sets the value of the uri property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NsPrefixInAttributeValues

        public NsPrefixInAttributeValues()
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
        Gets the value of the prefix property.
        Returns:
        possible object is String
      • setPrefix

        public void setPrefix​(java.lang.String value)
        Sets the value of the prefix property.
        Parameters:
        value - allowed object is String
      • getUri

        public java.lang.String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(java.lang.String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

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

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