Class DeliveryVariantStructure

  • All Implemented Interfaces:
    Serializable

    public class DeliveryVariantStructure
    extends Object
    implements Serializable
    Type for Delviery Variant +SIRI v2.0

    Java class for DeliveryVariantStructure complex type.

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

     <complexType name="DeliveryVariantStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="VariantType" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
             <element name="Content" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form