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>
| Modifier and Type | Class and Description |
|---|---|
static class |
SDPArrangement.SDPInfo
Java class for anonymous complex type.
|
static class |
SDPArrangement.SDPLenker
Java class for anonymous complex type.
|
static class |
SDPArrangement.SDPMøteplass
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SDPArrangement.SDPInfo> |
infos |
protected SDPArrangement.SDPLenker |
lenker |
protected SDPArrangement.SDPMøteplass |
møteplass |
protected SDPBeskrivelse |
oppmøteInformasjon |
protected SDPStrekkode |
strekkode |
protected List<SDPTidsrom> |
tidsroms |
protected SDPTittel |
tidsromTittel |
protected SDPTittel |
tittel |
| Constructor and Description |
|---|
SDPArrangement()
Default no-arg constructor
|
SDPArrangement(SDPTittel tittel,
SDPTittel tidsromTittel,
List<SDPTidsrom> tidsroms,
SDPBeskrivelse oppmøteInformasjon,
SDPArrangement.SDPMøteplass møteplass,
SDPStrekkode strekkode,
List<SDPArrangement.SDPInfo> infos,
SDPArrangement.SDPLenker 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<SDPArrangement.SDPInfo> |
getInfos()
Gets the value of the infos property.
|
SDPArrangement.SDPLenker |
getLenker()
Gets the value of the lenker property.
|
SDPArrangement.SDPMøteplass |
getMøteplass()
Gets the value of the møteplass property.
|
SDPBeskrivelse |
getOppmøteInformasjon()
Gets the value of the oppmøteInformasjon property.
|
SDPStrekkode |
getStrekkode()
Gets the value of the strekkode property.
|
List<SDPTidsrom> |
getTidsroms()
Gets the value of the tidsroms property.
|
SDPTittel |
getTidsromTittel()
Gets the value of the tidsromTittel property.
|
SDPTittel |
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<SDPArrangement.SDPInfo> value) |
void |
setLenker(SDPArrangement.SDPLenker value)
Sets the value of the lenker property.
|
void |
setMøteplass(SDPArrangement.SDPMøteplass value)
Sets the value of the møteplass property.
|
void |
setOppmøteInformasjon(SDPBeskrivelse value)
Sets the value of the oppmøteInformasjon property.
|
void |
setStrekkode(SDPStrekkode value)
Sets the value of the strekkode property.
|
void |
setTidsroms(List<SDPTidsrom> value) |
void |
setTidsromTittel(SDPTittel value)
Sets the value of the tidsromTittel property.
|
void |
setTittel(SDPTittel value)
Sets the value of the tittel property.
|
String |
toString() |
SDPArrangement |
withInfos(Collection<SDPArrangement.SDPInfo> values) |
SDPArrangement |
withInfos(List<SDPArrangement.SDPInfo> value) |
SDPArrangement |
withInfos(SDPArrangement.SDPInfo... values) |
SDPArrangement |
withLenker(SDPArrangement.SDPLenker value) |
SDPArrangement |
withMøteplass(SDPArrangement.SDPMøteplass value) |
SDPArrangement |
withOppmøteInformasjon(SDPBeskrivelse value) |
SDPArrangement |
withStrekkode(SDPStrekkode value) |
SDPArrangement |
withTidsroms(Collection<SDPTidsrom> values) |
SDPArrangement |
withTidsroms(List<SDPTidsrom> value) |
SDPArrangement |
withTidsroms(SDPTidsrom... values) |
SDPArrangement |
withTidsromTittel(SDPTittel value) |
SDPArrangement |
withTittel(SDPTittel value) |
protected SDPTittel tittel
protected SDPTittel tidsromTittel
protected List<SDPTidsrom> tidsroms
protected SDPBeskrivelse oppmøteInformasjon
protected SDPArrangement.SDPMøteplass møteplass
protected SDPStrekkode strekkode
protected List<SDPArrangement.SDPInfo> infos
protected SDPArrangement.SDPLenker lenker
public SDPArrangement()
public SDPArrangement(SDPTittel tittel, SDPTittel tidsromTittel, List<SDPTidsrom> tidsroms, SDPBeskrivelse oppmøteInformasjon, SDPArrangement.SDPMøteplass møteplass, SDPStrekkode strekkode, List<SDPArrangement.SDPInfo> infos, SDPArrangement.SDPLenker lenker)
public SDPTittel getTittel()
SDPTittelpublic void setTittel(SDPTittel value)
value - allowed object is
SDPTittelpublic SDPTittel getTidsromTittel()
SDPTittelpublic void setTidsromTittel(SDPTittel value)
value - allowed object is
SDPTittelpublic List<SDPTidsrom> 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
SDPTidsrom
public SDPBeskrivelse getOppmøteInformasjon()
SDPBeskrivelsepublic void setOppmøteInformasjon(SDPBeskrivelse value)
value - allowed object is
SDPBeskrivelsepublic SDPArrangement.SDPMøteplass getMøteplass()
SDPArrangement.SDPMøteplasspublic void setMøteplass(SDPArrangement.SDPMøteplass value)
value - allowed object is
SDPArrangement.SDPMøteplasspublic SDPStrekkode getStrekkode()
SDPStrekkodepublic void setStrekkode(SDPStrekkode value)
value - allowed object is
SDPStrekkodepublic List<SDPArrangement.SDPInfo> 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
SDPArrangement.SDPInfo
public SDPArrangement.SDPLenker getLenker()
SDPArrangement.SDPLenkerpublic void setLenker(SDPArrangement.SDPLenker value)
value - allowed object is
SDPArrangement.SDPLenkerpublic void setTidsroms(List<SDPTidsrom> value)
public void setInfos(List<SDPArrangement.SDPInfo> 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 SDPArrangement withTittel(SDPTittel value)
public SDPArrangement withTidsromTittel(SDPTittel value)
public SDPArrangement withTidsroms(SDPTidsrom... values)
public SDPArrangement withTidsroms(Collection<SDPTidsrom> values)
public SDPArrangement withOppmøteInformasjon(SDPBeskrivelse value)
public SDPArrangement withMøteplass(SDPArrangement.SDPMøteplass value)
public SDPArrangement withStrekkode(SDPStrekkode value)
public SDPArrangement withInfos(SDPArrangement.SDPInfo... values)
public SDPArrangement withInfos(Collection<SDPArrangement.SDPInfo> values)
public SDPArrangement withLenker(SDPArrangement.SDPLenker value)
public SDPArrangement withTidsroms(List<SDPTidsrom> value)
public SDPArrangement withInfos(List<SDPArrangement.SDPInfo> value)
Copyright © 2019 Digipost. All rights reserved.