public class Strekkode extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Strekkode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Strekkode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tittel" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Tittel" minOccurs="0"/>
<element name="verdi" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Strekkodeverdi"/>
<element name="type" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Strekkodetype"/>
<element name="tekst" type="{http://begrep.difi.no/sdp/utvidelser/arrangement}Beskrivelse" minOccurs="0"/>
<element name="vis-verdi" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Beskrivelse |
tekst |
protected Tittel |
tittel |
protected Strekkodetype |
type |
protected String |
verdi |
protected Boolean |
visVerdi |
| Constructor and Description |
|---|
Strekkode()
Default no-arg constructor
|
Strekkode(Tittel tittel,
String verdi,
Strekkodetype type,
Beskrivelse tekst,
Boolean visVerdi)
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) |
Beskrivelse |
getTekst()
Gets the value of the tekst property.
|
Tittel |
getTittel()
Gets the value of the tittel property.
|
Strekkodetype |
getType()
Gets the value of the type property.
|
String |
getVerdi()
Gets the value of the verdi property.
|
Boolean |
getVisVerdi()
Gets the value of the visVerdi property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setTekst(Beskrivelse value)
Sets the value of the tekst property.
|
void |
setTittel(Tittel value)
Sets the value of the tittel property.
|
void |
setType(Strekkodetype value)
Sets the value of the type property.
|
void |
setVerdi(String value)
Sets the value of the verdi property.
|
void |
setVisVerdi(Boolean value)
Sets the value of the visVerdi property.
|
String |
toString() |
Strekkode |
withTekst(Beskrivelse value) |
Strekkode |
withTittel(Tittel value) |
Strekkode |
withType(Strekkodetype value) |
Strekkode |
withVerdi(String value) |
Strekkode |
withVisVerdi(Boolean value) |
protected Tittel tittel
protected String verdi
protected Strekkodetype type
protected Beskrivelse tekst
protected Boolean visVerdi
public Strekkode()
public Strekkode(Tittel tittel, String verdi, Strekkodetype type, Beskrivelse tekst, Boolean visVerdi)
public Tittel getTittel()
Tittelpublic void setTittel(Tittel value)
value - allowed object is
Tittelpublic String getVerdi()
Stringpublic void setVerdi(String value)
value - allowed object is
Stringpublic Strekkodetype getType()
Strekkodetypepublic void setType(Strekkodetype value)
value - allowed object is
Strekkodetypepublic Beskrivelse getTekst()
Beskrivelsepublic void setTekst(Beskrivelse value)
value - allowed object is
Beskrivelsepublic Boolean getVisVerdi()
Booleanpublic void setVisVerdi(Boolean value)
value - allowed object is
Booleanpublic 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 Strekkode withType(Strekkodetype value)
public Strekkode withTekst(Beskrivelse value)
Copyright © 2019 Digipost. All rights reserved.