Class Uri
- java.lang.Object
-
- org.opennms.netmgt.config.httpdatacollection.Uri
-
- All Implemented Interfaces:
java.io.Serializable
public class Uri 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"> <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 Summary
Fields Modifier and Type Field Description protected java.util.List<Attrib>
m_attributes
protected java.lang.String
m_name
protected Url
m_url
-
Constructor Summary
Constructors Constructor Description Uri()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.util.List<Attrib>
getAttributes()
java.lang.String
getName()
Url
getUrl()
int
hashCode()
void
setAttributes(java.util.List<Attrib> value)
void
setName(java.lang.String value)
void
setUrl(Url value)
-
-
-
Method Detail
-
getUrl
public Url getUrl()
-
setUrl
public void setUrl(Url value)
-
getAttributes
public java.util.List<Attrib> getAttributes()
-
setAttributes
public void setAttributes(java.util.List<Attrib> value)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String value)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-