All Downloads are FREE. Search and download functionalities are using the official Maven repository.

legstar.test.jaxb.cusdat.Filler12 Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2015.01.05 at 05:42:50 PM CET 
//


package legstar.test.jaxb.cusdat;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for Filler12 complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="Filler12">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="transactionDay">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <maxLength value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="filler14">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <maxLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="transactionMonth">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <maxLength value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="filler16">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <maxLength value="1"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *         <element name="transactionYear">
 *           <simpleType>
 *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               <maxLength value="2"/>
 *             </restriction>
 *           </simpleType>
 *         </element>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Filler12", namespace = "http://jaxb.test.legstar/cusdat", propOrder = { "transactionDay", "filler14", "transactionMonth", "filler16", "transactionYear" }) public class Filler12 { @XmlElement(namespace = "http://jaxb.test.legstar/cusdat", required = true) protected String transactionDay; @XmlElement(namespace = "http://jaxb.test.legstar/cusdat", required = true) protected String filler14; @XmlElement(namespace = "http://jaxb.test.legstar/cusdat", required = true) protected String transactionMonth; @XmlElement(namespace = "http://jaxb.test.legstar/cusdat", required = true) protected String filler16; @XmlElement(namespace = "http://jaxb.test.legstar/cusdat", required = true) protected String transactionYear; /** * Gets the value of the transactionDay property. * * @return * possible object is * {@link String } * */ public String getTransactionDay() { return transactionDay; } /** * Sets the value of the transactionDay property. * * @param value * allowed object is * {@link String } * */ public void setTransactionDay(String value) { this.transactionDay = value; } /** * Gets the value of the filler14 property. * * @return * possible object is * {@link String } * */ public String getFiller14() { return filler14; } /** * Sets the value of the filler14 property. * * @param value * allowed object is * {@link String } * */ public void setFiller14(String value) { this.filler14 = value; } /** * Gets the value of the transactionMonth property. * * @return * possible object is * {@link String } * */ public String getTransactionMonth() { return transactionMonth; } /** * Sets the value of the transactionMonth property. * * @param value * allowed object is * {@link String } * */ public void setTransactionMonth(String value) { this.transactionMonth = value; } /** * Gets the value of the filler16 property. * * @return * possible object is * {@link String } * */ public String getFiller16() { return filler16; } /** * Sets the value of the filler16 property. * * @param value * allowed object is * {@link String } * */ public void setFiller16(String value) { this.filler16 = value; } /** * Gets the value of the transactionYear property. * * @return * possible object is * {@link String } * */ public String getTransactionYear() { return transactionYear; } /** * Sets the value of the transactionYear property. * * @param value * allowed object is * {@link String } * */ public void setTransactionYear(String value) { this.transactionYear = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy