public class SDPStrekkode 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 SDPBeskrivelse |
tekst |
protected SDPTittel |
tittel |
protected SDPStrekkodetype |
type |
protected String |
verdi |
protected Boolean |
visVerdi |
Constructor and Description |
---|
SDPStrekkode()
Default no-arg constructor
|
SDPStrekkode(SDPTittel tittel,
String verdi,
SDPStrekkodetype type,
SDPBeskrivelse 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) |
SDPBeskrivelse |
getTekst()
Gets the value of the tekst property.
|
SDPTittel |
getTittel()
Gets the value of the tittel property.
|
SDPStrekkodetype |
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(SDPBeskrivelse value)
Sets the value of the tekst property.
|
void |
setTittel(SDPTittel value)
Sets the value of the tittel property.
|
void |
setType(SDPStrekkodetype 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() |
SDPStrekkode |
withTekst(SDPBeskrivelse value) |
SDPStrekkode |
withTittel(SDPTittel value) |
SDPStrekkode |
withType(SDPStrekkodetype value) |
SDPStrekkode |
withVerdi(String value) |
SDPStrekkode |
withVisVerdi(Boolean value) |
protected SDPTittel tittel
protected String verdi
protected SDPStrekkodetype type
protected SDPBeskrivelse tekst
protected Boolean visVerdi
public SDPStrekkode()
public SDPStrekkode(SDPTittel tittel, String verdi, SDPStrekkodetype type, SDPBeskrivelse tekst, Boolean visVerdi)
public SDPTittel getTittel()
SDPTittel
public void setTittel(SDPTittel value)
value
- allowed object is
SDPTittel
public String getVerdi()
String
public void setVerdi(String value)
value
- allowed object is
String
public SDPStrekkodetype getType()
SDPStrekkodetype
public void setType(SDPStrekkodetype value)
value
- allowed object is
SDPStrekkodetype
public SDPBeskrivelse getTekst()
SDPBeskrivelse
public void setTekst(SDPBeskrivelse value)
value
- allowed object is
SDPBeskrivelse
public Boolean getVisVerdi()
Boolean
public void setVisVerdi(Boolean value)
value
- allowed object is
Boolean
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.ToString2
public 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.ToString2
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
public SDPStrekkode withTittel(SDPTittel value)
public SDPStrekkode withVerdi(String value)
public SDPStrekkode withType(SDPStrekkodetype value)
public SDPStrekkode withTekst(SDPBeskrivelse value)
public SDPStrekkode withVisVerdi(Boolean value)
Copyright © 2019 Digipost. All rights reserved.