|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.report.defaults.xml.XmlDataType
public class XmlDataType
Java class for DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="horizontalAlignment" type="{}HorizontalAlignment" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XmlHorizontalAlignment |
horizontalAlignment
|
protected String |
pattern
|
| Constructor Summary | |
|---|---|
XmlDataType()
|
|
| Method Summary | |
|---|---|
XmlHorizontalAlignment |
getHorizontalAlignment()
Gets the value of the horizontalAlignment property. |
String |
getPattern()
Gets the value of the pattern property. |
void |
setHorizontalAlignment(XmlHorizontalAlignment value)
Sets the value of the horizontalAlignment property. |
void |
setPattern(String value)
Sets the value of the pattern property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String pattern
protected XmlHorizontalAlignment horizontalAlignment
| Constructor Detail |
|---|
public XmlDataType()
| Method Detail |
|---|
public String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic XmlHorizontalAlignment getHorizontalAlignment()
XmlHorizontalAlignmentpublic void setHorizontalAlignment(XmlHorizontalAlignment value)
value - allowed object is
XmlHorizontalAlignment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||