
org.iata.ndc.schema.NamedAssoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ndc-jaxb Show documentation
Show all versions of ndc-jaxb Show documentation
JAXB generated classes for NDC Client
The newest version!
package org.iata.ndc.schema;
import java.math.BigInteger;
import java.util.ArrayList;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlIDREF;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="Group" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="GroupKeyRef" type="{http://www.iata.org/IATA/EDIST}InstanceClassRefSimpleType" />
* <attribute name="TokenRef" type="{http://www.iata.org/IATA/EDIST}TokenID_SimpleType" />
* <attribute name="Seq" type="{http://www.w3.org/2001/XMLSchema}integer" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="List" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="ListKeyRef" type="{http://www.iata.org/IATA/EDIST}InstanceClassRefSimpleType" />
* <attribute name="TokenRef" type="{http://www.iata.org/IATA/EDIST}TokenID_SimpleType" />
* <attribute name="Seq" type="{http://www.w3.org/2001/XMLSchema}integer" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="UniqueKeyID" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="UniqueID_Ref" use="required" type="{http://www.iata.org/IATA/EDIST}UniqueID_SimpleType" />
* <attribute name="Seq" type="{http://www.w3.org/2001/XMLSchema}integer" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="Target" use="required" type="{http://www.iata.org/IATA/EDIST}ContextSimpleType" />
* <attribute name="KeyRef" type="{http://www.iata.org/IATA/EDIST}InstanceClassRefSimpleType" />
* <attribute name="From" type="{http://www.iata.org/IATA/EDIST}ContextSimpleType" />
* <attribute name="Seq" type="{http://www.w3.org/2001/XMLSchema}integer" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"group",
"list",
"uniqueKeyID"
})
public class NamedAssoc {
@XmlElement(name = "Group")
protected java.util.List group;
@XmlElement(name = "List")
protected java.util.List list;
@XmlElement(name = "UniqueKeyID")
protected java.util.List uniqueKeyID;
@XmlAttribute(name = "Target", required = true)
protected String target;
@XmlAttribute(name = "KeyRef")
@XmlIDREF
protected java.util.List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy