/******************************************************************************* * Copyright (c) 2014, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 * which accompanies this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html * and the Eclipse Distribution License is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * Contributors: * Martin Vojtek - 2.6.0 - initial implementation ******************************************************************************/ package org.eclipse.persistence.testing.perf.largexml.bigpo.channel_code; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ChannelCodeContentType. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * <simpleType name="ChannelCodeContentType"> * <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> * <enumeration value="AA"/> * <enumeration value="AB"/> * <enumeration value="AC"/> * <enumeration value="AD"/> * <enumeration value="AE"/> * <enumeration value="AF"/> * <enumeration value="AG"/> * <enumeration value="AH"/> * <enumeration value="AI"/> * <enumeration value="AJ"/> * <enumeration value="AK"/> * <enumeration value="AL"/> * <enumeration value="AM"/> * <enumeration value="AN"/> * <enumeration value="AO"/> * <enumeration value="AP"/> * <enumeration value="CA"/> * <enumeration value="EI"/> * <enumeration value="EM"/> * <enumeration value="EX"/> * <enumeration value="FT"/> * <enumeration value="FX"/> * <enumeration value="GM"/> * <enumeration value="IE"/> * <enumeration value="IM"/> * <enumeration value="MA"/> * <enumeration value="PB"/> * <enumeration value="PS"/> * <enumeration value="SW"/> * <enumeration value="TE"/> * <enumeration value="TG"/> * <enumeration value="TL"/> * <enumeration value="TM"/> * <enumeration value="TT"/> * <enumeration value="TX"/> * <enumeration value="XF"/> * <enumeration value="XG"/> * <enumeration value="XH"/> * <enumeration value="XI"/> * <enumeration value="XJ"/> * </restriction> * </simpleType> * </pre> * */ @XmlType(name = "ChannelCodeContentType") @XmlEnum public enum ChannelCodeContentType { /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Circuit switching</CodeName> * </pre> * * */ AA, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">SITA</CodeName> * </pre> * * */ AB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">ARINC</CodeName> * </pre> * * */ AC, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">AT&amp;T mailbox</CodeName> * </pre> * * */ AD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Peripheral device</CodeName> * </pre> * * */ AE, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">U.S. Defense Switched Network</CodeName> * </pre> * * */ AF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">U.S. federal telecommunications system</CodeName> * </pre> * * */ AG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">World Wide Web</CodeName> * </pre> * * */ AH, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">International calling country code</CodeName> * </pre> * * */ AI, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Alternate telephone</CodeName> * </pre> * * */ AJ, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Videotex number</CodeName> * </pre> * * */ AK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cellular phone</CodeName> * </pre> * * */ AL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">International telephone direct line</CodeName> * </pre> * * */ AM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">O.F.T.P. (ODETTE File Transfer Protocol)</CodeName> * </pre> * * */ AN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Uniform Resource Location (URL)</CodeName> * </pre> * * */ AO, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Very High Frequency (VHF) radio telephone</CodeName> * </pre> * * */ AP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cable address</CodeName> * </pre> * * */ CA, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">EDI transmission</CodeName> * </pre> * * */ EI, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Electronic mail</CodeName> * </pre> * * */ EM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Extension</CodeName> * </pre> * * */ EX, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">File transfer access method</CodeName> * </pre> * * */ FT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Telefax</CodeName> * </pre> * * */ FX, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">GEIS (General Electric Information Service) mailbox</CodeName> * </pre> * * */ GM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">IBM information exchange</CodeName> * </pre> * * */ IE, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Internal mail</CodeName> * </pre> * * */ IM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Mail</CodeName> * </pre> * * */ MA, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Postbox number</CodeName> * </pre> * * */ PB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Packet switching</CodeName> * </pre> * * */ PS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">S.W.I.F.T.</CodeName> * </pre> * * */ SW, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Telephone</CodeName> * </pre> * * */ TE, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Telegraph</CodeName> * </pre> * * */ TG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Telex</CodeName> * </pre> * * */ TL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Telemail</CodeName> * </pre> * * */ TM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Teletext</CodeName> * </pre> * * */ TT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">TWX</CodeName> * </pre> * * */ TX, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">X.400 address</CodeName> * </pre> * * */ XF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Pager</CodeName> * </pre> * * */ XG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">International telephone switchboard</CodeName> * </pre> * * */ XH, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">National telephone direct line</CodeName> * </pre> * * */ XI, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:ChannelCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">National telephone switchboard</CodeName> * </pre> * * */ XJ; public String value() { return name(); } public static ChannelCodeContentType fromValue(String v) { return valueOf(v); } }