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

oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.ExtendedIDType 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;
import un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType;


/**
 * 

Java class for ExtendedIDType complex type. * *

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

 * <complexType name="ExtendedIDType">
 *   <simpleContent>
 *     <extension base="<urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2>IdentifierType">
 *     </extension>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ExtendedIDType") public class ExtendedIDType extends IdentifierType { /** * Default constructor * Created by phloc-ubl-jaxb-plugin -Xphloc-ubl-value * */ public ExtendedIDType() { } /** * 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 ExtendedIDType( @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