public class StringAttribute 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="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="value-exp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected String |
valueExp |
Constructor and Description |
---|
StringAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAlias()
Gets the value of the alias property.
|
String |
getValueExp()
Gets the value of the valueExp property.
|
int |
hashCode() |
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setValueExp(String value)
Sets the value of the valueExp property.
|
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getValueExp()
String
public void setValueExp(String value)
value
- allowed object is
String
Copyright © 2021. All rights reserved.