net.sf.dynamicreports.report.defaults.xml
Class XmlDataType

java.lang.Object
  extended by net.sf.dynamicreports.report.defaults.xml.XmlDataType

public class XmlDataType
extends Object

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

pattern

protected String pattern

horizontalAlignment

protected XmlHorizontalAlignment horizontalAlignment
Constructor Detail

XmlDataType

public XmlDataType()
Method Detail

getPattern

public String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

public void setPattern(String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String

getHorizontalAlignment

public XmlHorizontalAlignment getHorizontalAlignment()
Gets the value of the horizontalAlignment property.

Returns:
possible object is XmlHorizontalAlignment

setHorizontalAlignment

public void setHorizontalAlignment(XmlHorizontalAlignment value)
Sets the value of the horizontalAlignment property.

Parameters:
value - allowed object is XmlHorizontalAlignment


Copyright © 2010-2014. All Rights Reserved.