Class Uri

  • All Implemented Interfaces:
    Serializable

    public class Uri
    extends Object
    implements 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">
           <sequence>
             <element ref="{http://xmlns.opennms.org/xsd/config/http-datacollection}url"/>
             <element ref="{http://xmlns.opennms.org/xsd/config/http-datacollection}attributes" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • m_url

        protected Url m_url
      • m_attributes

        protected List<Attrib> m_attributes
      • m_name

        protected String m_name
    • Constructor Detail

      • Uri

        public Uri()
    • Method Detail

      • getUrl

        public Url getUrl()
      • setUrl

        public void setUrl​(Url value)
      • getAttributes

        public List<Attrib> getAttributes()
      • setAttributes

        public void setAttributes​(List<Attrib> value)
      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object