public class Attrib 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"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="wmiObject" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="([Cc](ounter|OUNTER)|[Gg](auge|AUGE)|[Ss](tring|TRING))"/> </restriction> </simpleType> </attribute> <attribute name="maxval" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="minval" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
m_alias |
protected String |
m_maxval |
protected String |
m_minval |
protected String |
m_name |
protected WmiType |
m_type |
protected String |
m_wmiObject |
Constructor and Description |
---|
Attrib() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlias() |
Optional<String> |
getMaxval() |
Optional<String> |
getMinval() |
String |
getName() |
WmiType |
getType() |
String |
getWmiObject() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setMaxval(String maxval) |
void |
setMinval(String minval) |
void |
setName(String name) |
void |
setType(WmiType type) |
void |
setWmiObject(String wmiObject) |
protected String m_name
protected String m_alias
protected String m_wmiObject
protected WmiType m_type
protected String m_maxval
protected String m_minval
public String getName()
public void setName(String name)
public String getAlias()
public void setAlias(String alias)
public String getWmiObject()
public void setWmiObject(String wmiObject)
public WmiType getType()
public void setType(WmiType type)
public void setMaxval(String maxval)
public void setMinval(String minval)
Copyright © 2020. All rights reserved.