public class Uri extends Object
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 Attributes |
attributes |
protected String |
name |
protected Url |
url |
Constructor and Description |
---|
Uri() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Attributes |
getAttributes()
Gets the value of the attributes property.
|
String |
getName()
Gets the value of the name property.
|
Url |
getUrl()
Gets the value of the url property.
|
int |
hashCode() |
void |
setAttributes(Attributes value)
Sets the value of the attributes property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(Url value)
Sets the value of the url property.
|
protected Url url
protected Attributes attributes
protected String name
public void setUrl(Url value)
value
- allowed object is
Url
public Attributes getAttributes()
Attributes
public void setAttributes(Attributes value)
value
- allowed object is
Attributes
public String getName()
String
public void setName(String value)
value
- allowed object is
String
Copyright © 2017. All rights reserved.