public class ClassAttributes extends Object implements Serializable
Java class for ClassAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributeDefaultValue" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="attributeOptional" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeHidden" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeReadOnly" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeControlName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeControlName |
protected int |
attributeDefaultValue |
protected String |
attributeHidden |
protected String |
attributeOptional |
protected String |
attributeReadOnly |
| Constructor and Description |
|---|
ClassAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeControlName()
Gets the value of the attributeControlName property.
|
int |
getAttributeDefaultValue()
Gets the value of the attributeDefaultValue property.
|
String |
getAttributeHidden()
Gets the value of the attributeHidden property.
|
String |
getAttributeOptional()
Gets the value of the attributeOptional property.
|
String |
getAttributeReadOnly()
Gets the value of the attributeReadOnly property.
|
void |
setAttributeControlName(String value)
Sets the value of the attributeControlName property.
|
void |
setAttributeDefaultValue(int value)
Sets the value of the attributeDefaultValue property.
|
void |
setAttributeHidden(String value)
Sets the value of the attributeHidden property.
|
void |
setAttributeOptional(String value)
Sets the value of the attributeOptional property.
|
void |
setAttributeReadOnly(String value)
Sets the value of the attributeReadOnly property.
|
protected int attributeDefaultValue
protected String attributeOptional
protected String attributeHidden
protected String attributeReadOnly
protected String attributeControlName
public int getAttributeDefaultValue()
public void setAttributeDefaultValue(int value)
public String getAttributeOptional()
Stringpublic void setAttributeOptional(String value)
value - allowed object is
Stringpublic String getAttributeHidden()
Stringpublic void setAttributeHidden(String value)
value - allowed object is
Stringpublic String getAttributeReadOnly()
Stringpublic void setAttributeReadOnly(String value)
value - allowed object is
Stringpublic String getAttributeControlName()
StringCopyright © 2014. All Rights Reserved.