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

oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AllowanceChargeReasonCodeType Maven / Gradle / Ivy


package oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2;

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


/**
 * 

Java class for AllowanceChargeReasonCodeType complex type. * *

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

 * <complexType name="AllowanceChargeReasonCodeType">
 *   <simpleContent>
 *     <extension base="<urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2>AllowanceChargeReasonCodeType">
 *     </extension>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AllowanceChargeReasonCodeType") public class AllowanceChargeReasonCodeType extends oasis.names.specification.ubl.schema.xsd.qualifieddatatypes_2.AllowanceChargeReasonCodeType { /** * Default constructor * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * */ public AllowanceChargeReasonCodeType() { } /** * Constructor for value of type String calling super class constructor. * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * * @param valueParam * The value to be set. May be null. */ public AllowanceChargeReasonCodeType( @Nullable final String valueParam) { super(valueParam); } /** * Created by phloc-jaxb22-plugin -Xphloc-equalshashcode * */ @Override public boolean equals(final Object o) { return super.equals(o); } /** * Created by phloc-jaxb22-plugin -Xphloc-equalshashcode * */ @Override public int hashCode() { return super.hashCode(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy