public class Arrangement 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Arrangement.Info
Java class for anonymous complex type.
|
static class |
Arrangement.Lenker
Java class for anonymous complex type.
|
static class |
Arrangement.Møteplass
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Arrangement.Info> |
infos |
protected Arrangement.Lenker |
lenker |
protected Arrangement.Møteplass |
møteplass |
protected Beskrivelse |
oppmøteInformasjon |
protected Strekkode |
strekkode |
protected List<Tidsrom> |
tidsroms |
protected Tittel |
tidsromTittel |
protected Tittel |
tittel |
| Constructor and Description |
|---|
Arrangement()
Default no-arg constructor
|
Arrangement(Tittel tittel,
Tittel tidsromTittel,
List<Tidsrom> tidsroms,
Beskrivelse oppmøteInformasjon,
Arrangement.Møteplass møteplass,
Strekkode strekkode,
List<Arrangement.Info> infos,
Arrangement.Lenker lenker)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
List<Arrangement.Info> |
getInfos()
Gets the value of the infos property.
|
Arrangement.Lenker |
getLenker()
Gets the value of the lenker property.
|
Arrangement.Møteplass |
getMøteplass()
Gets the value of the møteplass property.
|
Beskrivelse |
getOppmøteInformasjon()
Gets the value of the oppmøteInformasjon property.
|
Strekkode |
getStrekkode()
Gets the value of the strekkode property.
|
List<Tidsrom> |
getTidsroms()
Gets the value of the tidsroms property.
|
Tittel |
getTidsromTittel()
Gets the value of the tidsromTittel property.
|
Tittel |
getTittel()
Gets the value of the tittel property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setInfos(List<Arrangement.Info> value) |
void |
setLenker(Arrangement.Lenker value)
Sets the value of the lenker property.
|
void |
setMøteplass(Arrangement.Møteplass value)
Sets the value of the møteplass property.
|
void |
setOppmøteInformasjon(Beskrivelse value)
Sets the value of the oppmøteInformasjon property.
|
void |
setStrekkode(Strekkode value)
Sets the value of the strekkode property.
|
void |
setTidsroms(List<Tidsrom> value) |
void |
setTidsromTittel(Tittel value)
Sets the value of the tidsromTittel property.
|
void |
setTittel(Tittel value)
Sets the value of the tittel property.
|
String |
toString() |
Arrangement |
withInfos(Arrangement.Info... values) |
Arrangement |
withInfos(Collection<Arrangement.Info> values) |
Arrangement |
withInfos(List<Arrangement.Info> value) |
Arrangement |
withLenker(Arrangement.Lenker value) |
Arrangement |
withMøteplass(Arrangement.Møteplass value) |
Arrangement |
withOppmøteInformasjon(Beskrivelse value) |
Arrangement |
withStrekkode(Strekkode value) |
Arrangement |
withTidsroms(Collection<Tidsrom> values) |
Arrangement |
withTidsroms(List<Tidsrom> value) |
Arrangement |
withTidsroms(Tidsrom... values) |
Arrangement |
withTidsromTittel(Tittel value) |
Arrangement |
withTittel(Tittel value) |
protected Tittel tittel
protected Tittel tidsromTittel
protected Beskrivelse oppmøteInformasjon
protected Arrangement.Møteplass møteplass
protected Strekkode strekkode
protected List<Arrangement.Info> infos
protected Arrangement.Lenker lenker
public Arrangement()
public Arrangement(Tittel tittel, Tittel tidsromTittel, List<Tidsrom> tidsroms, Beskrivelse oppmøteInformasjon, Arrangement.Møteplass møteplass, Strekkode strekkode, List<Arrangement.Info> infos, Arrangement.Lenker lenker)
public Tittel getTittel()
Tittelpublic void setTittel(Tittel value)
value - allowed object is
Tittelpublic Tittel getTidsromTittel()
Tittelpublic void setTidsromTittel(Tittel value)
value - allowed object is
Tittelpublic List<Tidsrom> getTidsroms()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tidsroms property.
For example, to add a new item, do as follows:
getTidsroms().add(newItem);
Objects of the following type(s) are allowed in the list
Tidsrom
public Beskrivelse getOppmøteInformasjon()
Beskrivelsepublic void setOppmøteInformasjon(Beskrivelse value)
value - allowed object is
Beskrivelsepublic Arrangement.Møteplass getMøteplass()
Arrangement.Møteplasspublic void setMøteplass(Arrangement.Møteplass value)
value - allowed object is
Arrangement.Møteplasspublic Strekkode getStrekkode()
Strekkodepublic void setStrekkode(Strekkode value)
value - allowed object is
Strekkodepublic List<Arrangement.Info> getInfos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the infos property.
For example, to add a new item, do as follows:
getInfos().add(newItem);
Objects of the following type(s) are allowed in the list
Arrangement.Info
public Arrangement.Lenker getLenker()
Arrangement.Lenkerpublic void setLenker(Arrangement.Lenker value)
value - allowed object is
Arrangement.Lenkerpublic void setInfos(List<Arrangement.Info> value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Arrangement withTittel(Tittel value)
public Arrangement withTidsromTittel(Tittel value)
public Arrangement withTidsroms(Tidsrom... values)
public Arrangement withTidsroms(Collection<Tidsrom> values)
public Arrangement withOppmøteInformasjon(Beskrivelse value)
public Arrangement withMøteplass(Arrangement.Møteplass value)
public Arrangement withStrekkode(Strekkode value)
public Arrangement withInfos(Arrangement.Info... values)
public Arrangement withInfos(Collection<Arrangement.Info> values)
public Arrangement withLenker(Arrangement.Lenker value)
public Arrangement withTidsroms(List<Tidsrom> value)
public Arrangement withInfos(List<Arrangement.Info> value)
Copyright © 2019 Digipost. All rights reserved.