public class Attrib 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"> <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="match-group" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="type" use="required" type="{http://xmlns.opennms.org/xsd/config/http-datacollection}allowed-types" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected int |
matchGroup |
protected String |
type |
Constructor and Description |
---|
Attrib() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAlias()
Gets the value of the alias property.
|
int |
getMatchGroup()
Gets the value of the matchGroup property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setMatchGroup(int value)
Sets the value of the matchGroup property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String alias
protected int matchGroup
protected String type
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public int getMatchGroup()
public void setMatchGroup(int value)
public String getType()
String
public void setType(String value)
value
- allowed object is
String
Copyright © 2017. All rights reserved.