Class XmlDataType

java.lang.Object
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 Details

  • Constructor Details

    • XmlDataType

      public XmlDataType()
  • Method Details

    • 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