org.immregistries.codebase.client.generated.UseAgeOLD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codebase-client Show documentation
Show all versions of codebase-client Show documentation
Reads the Codebase XML and provides helper classes to use it.
The newest version!
package org.immregistries.codebase.client.generated;
////
//// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
//// See http://java.sun.com/xml/jaxb
//// Any modifications to this file will be lost upon recompilation of the source schema.
//// Generated on: 2016.10.28 at 12:30:21 PM EDT
////
//
//
//package org.openimmunizationsoftware.codebase.generated;
//
//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 anonymous complex type.
// *
// *
The following schema fragment specifies the expected content contained within this class.
// *
// *
// * <complexType>
// * <complexContent>
// * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
// * <sequence>
// * <element name="not-before-month" type="{http://www.w3.org/2001/XMLSchema}byte"/>
// * <element name="not-after-month" type="{http://www.w3.org/2001/XMLSchema}byte"/>
// * </sequence>
// * </restriction>
// * </complexContent>
// * </complexType>
// *
// *
// *
// */
//@XmlAccessorType(XmlAccessType.FIELD)
//@XmlType(name = "", propOrder = {
// "notBeforeMonth",
// "notAfterMonth"
//})
//public class UseAge {
//
// @XmlElement(name = "not-before-month")
// protected byte notBeforeMonth;
// @XmlElement(name = "not-after-month")
// protected byte notAfterMonth;
//
// /**
// * Gets the value of the notBeforeMonth property.
// *
// */
// public byte getNotBeforeMonth() {
// return notBeforeMonth;
// }
//
// /**
// * Sets the value of the notBeforeMonth property.
// *
// */
// public void setNotBeforeMonth(byte value) {
// this.notBeforeMonth = value;
// }
//
// /**
// * Gets the value of the notAfterMonth property.
// *
// */
// public byte getNotAfterMonth() {
// return notAfterMonth;
// }
//
// /**
// * Sets the value of the notAfterMonth property.
// *
// */
// public void setNotAfterMonth(byte value) {
// this.notAfterMonth = value;
// }
//
//}