public class TabDetailsElement extends Obj
Java class for tab.details.element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tab.details.element">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<all>
<element name="fieldName" type="{http://www.intertrust.ru}details.field"/>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
<attribute name="styleCaption" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="styleContainer" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="dicType" type="{http://www.w3.org/2001/XMLSchema}string" default="type4" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
dicType |
protected DetailsField |
fieldName |
protected String |
styleCaption |
protected String |
styleContainer |
protected String |
width |
| Constructor and Description |
|---|
TabDetailsElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getDicType()
Gets the value of the dicType property.
|
DetailsField |
getFieldName()
Gets the value of the fieldName property.
|
String |
getStyleCaption()
Gets the value of the styleCaption property.
|
String |
getStyleContainer()
Gets the value of the styleContainer property.
|
String |
getWidth()
Gets the value of the width property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setDicType(String value)
Sets the value of the dicType property.
|
void |
setFieldName(DetailsField value)
Sets the value of the fieldName property.
|
void |
setStyleCaption(String value)
Sets the value of the styleCaption property.
|
void |
setStyleContainer(String value)
Sets the value of the styleContainer property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
testGeneratedMethodprotected DetailsField fieldName
protected String alias
protected String styleCaption
protected String styleContainer
protected String width
protected String dicType
public DetailsField getFieldName()
DetailsFieldpublic void setFieldName(DetailsField value)
value - allowed object is
DetailsFieldpublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getStyleCaption()
Stringpublic void setStyleCaption(String value)
value - allowed object is
Stringpublic String getStyleContainer()
Stringpublic void setStyleContainer(String value)
value - allowed object is
Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is
Stringpublic String getDicType()
StringCopyright © 2012–2014 RedSoft. All rights reserved.