Class SDPArrangement

java.lang.Object
no.difi.begrep.sdp.utvidelser.arrangement.SDPArrangement
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class SDPArrangement extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

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="tittel" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tittel"/>
         <element name="tidsrom-tittel" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tittel" minOccurs="0"/>
         <element name="tidsrom" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tidsrom" maxOccurs="10" minOccurs="0"/>
         <element name="oppmøte-informasjon" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Beskrivelse" minOccurs="0"/>
         <element name="møteplass">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tittel" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tittel"/>
                   <element name="navn" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="gateadresse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="postnummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
                   <element name="sted" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="land" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="strekkode" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Strekkode" minOccurs="0"/>
         <element name="info" maxOccurs="10" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tittel" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tittel"/>
                   <element name="tekst" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Beskrivelse"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="lenker" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="lenke" maxOccurs="2">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="navn" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tittel"/>
                             <element name="url" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}HttpLenke"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>