Class SDPArrangement
- All Implemented Interfaces:
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SDPArrangement.SDPInfo>protected SDPArrangement.SDPLenkerprotected SDPArrangement.SDPMøteplassprotected SDPBeskrivelseprotected SDPStrekkodeprotected List<SDPTidsrom>protected SDPTittelprotected SDPTittel -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorSDPArrangement(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 -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getInfos()Gets the value of the infos property.Gets the value of the lenker property.Gets the value of the møteplass property.Gets the value of the oppmøteInformasjon property.Gets the value of the strekkode property.Gets the value of the tidsroms property.Gets the value of the tidsromTittel property.Gets the value of the tittel property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetInfos(List<SDPArrangement.SDPInfo> value) voidSets the value of the lenker property.voidSets the value of the møteplass property.voidSets the value of the oppmøteInformasjon property.voidsetStrekkode(SDPStrekkode value) Sets the value of the strekkode property.voidsetTidsroms(List<SDPTidsrom> value) voidsetTidsromTittel(SDPTittel value) Sets the value of the tidsromTittel property.voidSets the value of the tittel property.toString()withInfos(Collection<SDPArrangement.SDPInfo> values) withInfos(List<SDPArrangement.SDPInfo> value) withInfos(SDPArrangement.SDPInfo... values) withStrekkode(SDPStrekkode value) withTidsroms(Collection<SDPTidsrom> values) withTidsroms(List<SDPTidsrom> value) withTidsroms(SDPTidsrom... values) withTidsromTittel(SDPTittel value) withTittel(SDPTittel value)
-
Field Details
-
tittel
-
tidsromTittel
-
tidsroms
-
oppmøteInformasjon
-
møteplass
-
strekkode
-
infos
-
lenker
-
-
Constructor Details
-
SDPArrangement
public SDPArrangement()Default no-arg constructor -
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) Fully-initialising value constructor
-
-
Method Details
-
getTittel
Gets the value of the tittel property.- Returns:
- possible object is
SDPTittel
-
setTittel
Sets the value of the tittel property.- Parameters:
value- allowed object isSDPTittel
-
getTidsromTittel
Gets the value of the tidsromTittel property.- Returns:
- possible object is
SDPTittel
-
setTidsromTittel
Sets the value of the tidsromTittel property.- Parameters:
value- allowed object isSDPTittel
-
getTidsroms
Gets the value of the tidsroms property.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
setmethod 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 -
getOppmøteInformasjon
Gets the value of the oppmøteInformasjon property.- Returns:
- possible object is
SDPBeskrivelse
-
setOppmøteInformasjon
Sets the value of the oppmøteInformasjon property.- Parameters:
value- allowed object isSDPBeskrivelse
-
getMøteplass
Gets the value of the møteplass property.- Returns:
- possible object is
SDPArrangement.SDPMøteplass
-
setMøteplass
Sets the value of the møteplass property.- Parameters:
value- allowed object isSDPArrangement.SDPMøteplass
-
getStrekkode
Gets the value of the strekkode property.- Returns:
- possible object is
SDPStrekkode
-
setStrekkode
Sets the value of the strekkode property.- Parameters:
value- allowed object isSDPStrekkode
-
getInfos
Gets the value of the infos property.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
setmethod 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 -
getLenker
Gets the value of the lenker property.- Returns:
- possible object is
SDPArrangement.SDPLenker
-
setLenker
Sets the value of the lenker property.- Parameters:
value- allowed object isSDPArrangement.SDPLenker
-
setTidsroms
-
setInfos
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
equals
public 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) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode() -
withTittel
-
withTidsromTittel
-
withTidsroms
-
withTidsroms
-
withOppmøteInformasjon
-
withMøteplass
-
withStrekkode
-
withInfos
-
withInfos
-
withLenker
-
withTidsroms
-
withInfos
-