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 AttributeType |
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() |
AttributeType |
getType() |
String |
getWmiObject() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setMaxval(String maxval) |
void |
setMinval(String minval) |
void |
setName(String name) |
void |
setType(AttributeType value) |
void |
setWmiObject(String wmiObject) |
protected String m_name
protected String m_alias
protected String m_wmiObject
protected AttributeType 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 AttributeType getType()
public void setType(AttributeType value)
public void setMaxval(String maxval)
public void setMinval(String minval)
Copyright © 2021. All rights reserved.