public enum EUBL23DocumentType extends Enum<EUBL23DocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> |
getAllXSDResources() |
Class<?> |
getImplementationClass() |
String |
getLocalName() |
String |
getNamespaceURI() |
Schema |
getSchema() |
static EUBL23DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBL23DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUBL23DocumentType APPLICATION_RESPONSE
public static final EUBL23DocumentType ATTACHED_DOCUMENT
public static final EUBL23DocumentType AWARDED_NOTIFICATION
public static final EUBL23DocumentType BILL_OF_LADING
public static final EUBL23DocumentType BUSINESS_CARD
public static final EUBL23DocumentType CALL_FOR_TENDERS
public static final EUBL23DocumentType CATALOGUE
public static final EUBL23DocumentType CATALOGUE_DELETION
public static final EUBL23DocumentType CATALOGUE_ITEM_SPECIFICATION_UPDATE
public static final EUBL23DocumentType CATALOGUE_PRICING_UPDATE
public static final EUBL23DocumentType CATALOGUE_REQUEST
public static final EUBL23DocumentType CERTIFICATE_OF_ORIGIN
@Since(value="2.3") public static final EUBL23DocumentType COMMON_TRANSPORTATION_REPORT
public static final EUBL23DocumentType CONTRACT_AWARD_NOTICE
public static final EUBL23DocumentType CONTRACT_NOTICE
public static final EUBL23DocumentType CREDIT_NOTE
public static final EUBL23DocumentType DEBIT_NOTE
public static final EUBL23DocumentType DESPATCH_ADVICE
public static final EUBL23DocumentType DIGITAL_AGREEMENT
public static final EUBL23DocumentType DIGITAL_CAPABILITYT
public static final EUBL23DocumentType DOCUMENT_STATUS
public static final EUBL23DocumentType DOCUMENT_STATUS_REQUEST
public static final EUBL23DocumentType ENQUIRY
public static final EUBL23DocumentType ENQUIRY_RESPONSE
public static final EUBL23DocumentType EXCEPTION_CRITERIA
public static final EUBL23DocumentType EXCEPTION_NOTIFICATION
@Since(value="2.3") public static final EUBL23DocumentType EXPORT_CUSTOMS_DECLARATION
public static final EUBL23DocumentType EXPRESSION_OF_INTEREST_REQUEST
public static final EUBL23DocumentType EXPRESSION_OF_INTEREST_RESPONSE
public static final EUBL23DocumentType FORECAST
public static final EUBL23DocumentType FORECAST_REVISION
public static final EUBL23DocumentType FORWARDING_INSTRUCTIONS
public static final EUBL23DocumentType FREIGHT_INVOICE
public static final EUBL23DocumentType FULFILMENT_CANCELATION
@Since(value="2.3") public static final EUBL23DocumentType GOODS_CERTIFICATE
public static final EUBL23DocumentType GOODS_ITEM_ITINERARY
@Since(value="2.3") public static final EUBL23DocumentType GOODS_ITEM_PASSPORT
public static final EUBL23DocumentType GUARANTEE_CERTIFICATE
@Since(value="2.3") public static final EUBL23DocumentType IMPORT_CUSTOMS_DECLARATION
public static final EUBL23DocumentType INSTRUCTION_FOR_RETURNS
public static final EUBL23DocumentType INVENTORY_REPORT
public static final EUBL23DocumentType INVOICE
public static final EUBL23DocumentType ITEM_INFORMATION_REQUEST
@Since(value="2.3") public static final EUBL23DocumentType MANIFEST
public static final EUBL23DocumentType ORDER
public static final EUBL23DocumentType ORDER_CANCELLATION
public static final EUBL23DocumentType ORDER_CHANGE
public static final EUBL23DocumentType ORDER_RESPONSE
public static final EUBL23DocumentType ORDER_RESPONSE_SIMPLE
public static final EUBL23DocumentType PACKING_LIST
public static final EUBL23DocumentType PRIOR_INFORMATION_NOTICE
public static final EUBL23DocumentType PRODUCT_ACTIVITY
@Since(value="2.3") public static final EUBL23DocumentType PROOF_OF_REEXPORTATION
@Since(value="2.3") public static final EUBL23DocumentType PROOF_OF_REEXPORTATION_REMINDER
@Since(value="2.3") public static final EUBL23DocumentType PROOF_OF_REEXPORTATION_REQUEST
public static final EUBL23DocumentType QUALIFICATION_APPLICATION_REQUEST
public static final EUBL23DocumentType QUALIFICATION_APPLICATION_RESPONSE
public static final EUBL23DocumentType QUOTATION
public static final EUBL23DocumentType RECEIPT_ADVICE
public static final EUBL23DocumentType REMINDER
public static final EUBL23DocumentType REMITTANCE_ADVICE
public static final EUBL23DocumentType REQUEST_FOR_QUOTATION
public static final EUBL23DocumentType RETAIL_EVENT
public static final EUBL23DocumentType SELF_BILLED_CREDIT_NOTE
public static final EUBL23DocumentType SELF_BILLED_INVOICE
public static final EUBL23DocumentType STATEMENT
public static final EUBL23DocumentType STOCK_AVAILABILITY_REPORT
public static final EUBL23DocumentType TENDER
public static final EUBL23DocumentType TENDER_CONTRACT
public static final EUBL23DocumentType TENDERER_QUALIFICATION
public static final EUBL23DocumentType TENDERER_QUALIFICATION_RESPONSE
public static final EUBL23DocumentType TENDER_RECEIPT
public static final EUBL23DocumentType TENDER_STATUS
public static final EUBL23DocumentType TENDER_STATUS_REQUEST
public static final EUBL23DocumentType TENDER_WITHDRAWAL
public static final EUBL23DocumentType TRADE_ITEM_LOCATION_PROFILE
@Since(value="2.3") public static final EUBL23DocumentType TRANSIT_CUSTOMS_DECLARATION
public static final EUBL23DocumentType TRANSPORTATION_STATUS
public static final EUBL23DocumentType TRANSPORTATION_STATUS_REQUEST
public static final EUBL23DocumentType TRANSPORT_EXECUTION_PLAN
public static final EUBL23DocumentType TRANSPORT_EXECUTION_PLAN_REQUEST
public static final EUBL23DocumentType TRANSPORT_PROGRESS_STATUS
public static final EUBL23DocumentType TRANSPORT_PROGRESS_STATUS_REQUEST
public static final EUBL23DocumentType TRANSPORT_SERVICE_DESCRIPTION
public static final EUBL23DocumentType TRANSPORT_SERVICE_DESCRIPTION_REQUEST
public static final EUBL23DocumentType UNAWARDED_NOTIFICATION
public static final EUBL23DocumentType UNSUBSCRIBE_FROM_PROCEDURE_REQUEST
public static final EUBL23DocumentType UNSUBSCRIBE_FROM_PROCEDURE_RESPONSE
public static final EUBL23DocumentType UTILITY_STATEMENT
public static final EUBL23DocumentType WAYBILL
public static final EUBL23DocumentType WEIGHT_STATEMENT
public static EUBL23DocumentType[] values()
for (EUBL23DocumentType c : EUBL23DocumentType.values()) System.out.println(c);
public static EUBL23DocumentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Nonnull public Class<?> getImplementationClass()
getImplementationClass in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
getAllXSDResources in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull public String getNamespaceURI()
getNamespaceURI in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull @Nonempty public String getLocalName()
getLocalName in interface com.helger.jaxb.builder.IJAXBDocumentTypeCopyright © 2019–2021 Philip Helger. All rights reserved.