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="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="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="([Cc](ounter|OUNTER)|[Gg](auge|AUGE))"/> </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 |
alias |
protected String |
maxval |
protected String |
minval |
protected String |
name |
protected AttributeType |
type |
Constructor and Description |
---|
Attrib() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAlias()
Gets the value of the alias property.
|
String |
getMaxval()
Gets the value of the maxval property.
|
String |
getMinval()
Gets the value of the minval property.
|
String |
getName()
Gets the value of the name property.
|
AttributeType |
getType() |
int |
hashCode() |
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setMaxval(String value)
Sets the value of the maxval property.
|
void |
setMinval(String value)
Sets the value of the minval property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(AttributeType type) |
protected String name
protected String alias
protected AttributeType type
protected String maxval
protected String minval
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public AttributeType getType()
public void setType(AttributeType type)
public String getMaxval()
String
public void setMaxval(String value)
value
- allowed object is
String
public String getMinval()
String
public void setMinval(String value)
value
- allowed object is
String
Copyright © 2021. All rights reserved.