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()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
     Stringpublic AttributeType getType()
public void setType(AttributeType type)
public String getMaxval()
Stringpublic void setMaxval(String value)
value - allowed object is
     Stringpublic String getMinval()
Stringpublic void setMinval(String value)
value - allowed object is
     StringCopyright © 2020. All rights reserved.