public enum EUBL22DocumentType extends Enum<EUBL22DocumentType> 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 EUBL22DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBL22DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EUBL22DocumentType APPLICATION_RESPONSE
public static final EUBL22DocumentType ATTACHED_DOCUMENT
public static final EUBL22DocumentType AWARDED_NOTIFICATION
public static final EUBL22DocumentType BILL_OF_LADING
@Since(value="2.2") public static final EUBL22DocumentType BUSINESS_CARD
public static final EUBL22DocumentType CALL_FOR_TENDERS
public static final EUBL22DocumentType CATALOGUE
public static final EUBL22DocumentType CATALOGUE_DELETION
public static final EUBL22DocumentType CATALOGUE_ITEM_SPECIFICATION_UPDATE
public static final EUBL22DocumentType CATALOGUE_PRICING_UPDATE
public static final EUBL22DocumentType CATALOGUE_REQUEST
public static final EUBL22DocumentType CERTIFICATE_OF_ORIGIN
public static final EUBL22DocumentType CONTRACT_AWARD_NOTICE
public static final EUBL22DocumentType CONTRACT_NOTICE
public static final EUBL22DocumentType CREDIT_NOTE
public static final EUBL22DocumentType DEBIT_NOTE
public static final EUBL22DocumentType DESPATCH_ADVICE
@Since(value="2.2") public static final EUBL22DocumentType DIGITAL_AGREEMENT
@Since(value="2.2") public static final EUBL22DocumentType DIGITAL_CAPABILITYT
public static final EUBL22DocumentType DOCUMENT_STATUS
public static final EUBL22DocumentType DOCUMENT_STATUS_REQUEST
@Since(value="2.2") public static final EUBL22DocumentType ENQUIRY
@Since(value="2.2") public static final EUBL22DocumentType ENQUIRY_RESPONSE
public static final EUBL22DocumentType EXCEPTION_CRITERIA
public static final EUBL22DocumentType EXCEPTION_NOTIFICATION
@Since(value="2.2") public static final EUBL22DocumentType EXPRESSION_OF_INTEREST_REQUEST
@Since(value="2.2") public static final EUBL22DocumentType EXPRESSION_OF_INTEREST_RESPONSE
public static final EUBL22DocumentType FORECAST
public static final EUBL22DocumentType FORECAST_REVISION
public static final EUBL22DocumentType FORWARDING_INSTRUCTIONS
public static final EUBL22DocumentType FREIGHT_INVOICE
public static final EUBL22DocumentType FULFILMENT_CANCELATION
public static final EUBL22DocumentType GOODS_ITEM_ITINERARY
public static final EUBL22DocumentType GUARANTEE_CERTIFICATE
public static final EUBL22DocumentType INSTRUCTION_FOR_RETURNS
public static final EUBL22DocumentType INVENTORY_REPORT
public static final EUBL22DocumentType INVOICE
public static final EUBL22DocumentType ITEM_INFORMATION_REQUEST
public static final EUBL22DocumentType ORDER
public static final EUBL22DocumentType ORDER_CANCELLATION
public static final EUBL22DocumentType ORDER_CHANGE
public static final EUBL22DocumentType ORDER_RESPONSE
public static final EUBL22DocumentType ORDER_RESPONSE_SIMPLE
public static final EUBL22DocumentType PACKING_LIST
public static final EUBL22DocumentType PRIOR_INFORMATION_NOTICE
public static final EUBL22DocumentType PRODUCT_ACTIVITY
@Since(value="2.2") public static final EUBL22DocumentType QUALIFICATION_APPLICATION_REQUEST
@Since(value="2.2") public static final EUBL22DocumentType QUALIFICATION_APPLICATION_RESPONSE
public static final EUBL22DocumentType QUOTATION
public static final EUBL22DocumentType RECEIPT_ADVICE
public static final EUBL22DocumentType REMINDER
public static final EUBL22DocumentType REMITTANCE_ADVICE
public static final EUBL22DocumentType REQUEST_FOR_QUOTATION
public static final EUBL22DocumentType RETAIL_EVENT
public static final EUBL22DocumentType SELF_BILLED_CREDIT_NOTE
public static final EUBL22DocumentType SELF_BILLED_INVOICE
public static final EUBL22DocumentType STATEMENT
public static final EUBL22DocumentType STOCK_AVAILABILITY_REPORT
public static final EUBL22DocumentType TENDER
@Since(value="2.2") public static final EUBL22DocumentType TENDER_CONTRACT
public static final EUBL22DocumentType TENDERER_QUALIFICATION
public static final EUBL22DocumentType TENDERER_QUALIFICATION_RESPONSE
public static final EUBL22DocumentType TENDER_RECEIPT
@Since(value="2.2") public static final EUBL22DocumentType TENDER_STATUS
@Since(value="2.2") public static final EUBL22DocumentType TENDER_STATUS_REQUEST
@Since(value="2.2") public static final EUBL22DocumentType TENDER_WITHDRAWAL
public static final EUBL22DocumentType TRADE_ITEM_LOCATION_PROFILE
public static final EUBL22DocumentType TRANSPORTATION_STATUS
public static final EUBL22DocumentType TRANSPORTATION_STATUS_REQUEST
public static final EUBL22DocumentType TRANSPORT_EXECUTION_PLAN
public static final EUBL22DocumentType TRANSPORT_EXECUTION_PLAN_REQUEST
public static final EUBL22DocumentType TRANSPORT_PROGRESS_STATUS
public static final EUBL22DocumentType TRANSPORT_PROGRESS_STATUS_REQUEST
public static final EUBL22DocumentType TRANSPORT_SERVICE_DESCRIPTION
public static final EUBL22DocumentType TRANSPORT_SERVICE_DESCRIPTION_REQUEST
public static final EUBL22DocumentType UNAWARDED_NOTIFICATION
@Since(value="2.2") public static final EUBL22DocumentType UNSUBSCRIBE_FROM_PROCEDURE_REQUEST
@Since(value="2.2") public static final EUBL22DocumentType UNSUBSCRIBE_FROM_PROCEDURE_RESPONSE
public static final EUBL22DocumentType UTILITY_STATEMENT
public static final EUBL22DocumentType WAYBILL
@Since(value="2.2") public static final EUBL22DocumentType WEIGHT_STATEMENT
public static EUBL22DocumentType[] values()
for (EUBL22DocumentType c : EUBL22DocumentType.values()) System.out.println(c);
public static EUBL22DocumentType 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 © 2017–2021 Philip Helger. All rights reserved.