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>
Modifier and Type | Field and Description |
---|---|
protected List<Attrib> |
m_attributes |
protected String |
m_name |
protected Url |
m_url |
Constructor and Description |
---|
Uri() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
List<Attrib> |
getAttributes() |
String |
getName() |
Url |
getUrl() |
int |
hashCode() |
void |
setAttributes(List<Attrib> value) |
void |
setName(String value) |
void |
setUrl(Url value) |
Copyright © 2021. All rights reserved.