Package org.opennms.netmgt.config.wsman
Class Attrib
- java.lang.Object
 - 
- org.opennms.netmgt.config.wsman.Attrib
 
 
- 
public class Attrib extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Attrib() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAlias()Gets the value of the alias property.StringgetFilter()StringgetIndexOf()StringgetName()Gets the value of the name property.AttributeTypegetType()inthashCode()voidsetAlias(String value)Sets the value of the alias property.voidsetFilter(String filter)voidsetIndexOf(String indexOf)voidsetName(String value)Sets the value of the name property.voidsetType(AttributeType type) 
 - 
 
- 
- 
Field Detail
- 
name
protected String name
 
- 
alias
protected String alias
 
- 
type
protected AttributeType type
 
- 
indexOf
protected String indexOf
 
- 
filter
protected String filter
 
 - 
 
- 
Method Detail
- 
getName
public String getName()
Gets the value of the name property.- Returns:
 - possible object is
     
String 
 
- 
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
 value- allowed object isString
 
- 
getAlias
public String getAlias()
Gets the value of the alias property.- Returns:
 - possible object is
     
String 
 
- 
setAlias
public void setAlias(String value)
Sets the value of the alias property.- Parameters:
 value- allowed object isString
 
- 
getType
public AttributeType getType()
 
- 
setType
public void setType(AttributeType type)
 
- 
getIndexOf
public String getIndexOf()
 
- 
setIndexOf
public void setIndexOf(String indexOf)
 
- 
getFilter
public String getFilter()
 
- 
setFilter
public void setFilter(String filter)
 
 - 
 
 -