public class SDPLenke extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Lenke complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Lenke">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://begrep.difi.no/sdp/schema_v10}HttpLenke"/>
<element name="beskrivelse" type="{http://begrep.difi.no/sdp/schema_v10}LenkeBeskrivelseTekst" minOccurs="0"/>
<element name="knappTekst" type="{http://begrep.difi.no/sdp/schema_v10}LenkeKnappTekst" minOccurs="0"/>
<element name="frist" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SDPLenkeBeskrivelseTekst |
beskrivelse |
protected java.time.ZonedDateTime |
frist |
protected SDPLenkeKnappTekst |
knappTekst |
protected String |
url |
| Constructor and Description |
|---|
SDPLenke()
Default no-arg constructor
|
SDPLenke(String url,
SDPLenkeBeskrivelseTekst beskrivelse,
SDPLenkeKnappTekst knappTekst,
java.time.ZonedDateTime frist)
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) |
SDPLenkeBeskrivelseTekst |
getBeskrivelse()
Gets the value of the beskrivelse property.
|
java.time.ZonedDateTime |
getFrist()
Gets the value of the frist property.
|
SDPLenkeKnappTekst |
getKnappTekst()
Gets the value of the knappTekst property.
|
String |
getUrl()
Gets the value of the url property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBeskrivelse(SDPLenkeBeskrivelseTekst value)
Sets the value of the beskrivelse property.
|
void |
setFrist(java.time.ZonedDateTime value)
Sets the value of the frist property.
|
void |
setKnappTekst(SDPLenkeKnappTekst value)
Sets the value of the knappTekst property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
String |
toString() |
SDPLenke |
withBeskrivelse(SDPLenkeBeskrivelseTekst value) |
SDPLenke |
withFrist(java.time.ZonedDateTime value) |
SDPLenke |
withKnappTekst(SDPLenkeKnappTekst value) |
SDPLenke |
withUrl(String value) |
protected String url
protected SDPLenkeBeskrivelseTekst beskrivelse
protected SDPLenkeKnappTekst knappTekst
protected java.time.ZonedDateTime frist
public SDPLenke()
public SDPLenke(String url, SDPLenkeBeskrivelseTekst beskrivelse, SDPLenkeKnappTekst knappTekst, java.time.ZonedDateTime frist)
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic SDPLenkeBeskrivelseTekst getBeskrivelse()
SDPLenkeBeskrivelseTekstpublic void setBeskrivelse(SDPLenkeBeskrivelseTekst value)
value - allowed object is
SDPLenkeBeskrivelseTekstpublic SDPLenkeKnappTekst getKnappTekst()
SDPLenkeKnappTekstpublic void setKnappTekst(SDPLenkeKnappTekst value)
value - allowed object is
SDPLenkeKnappTekstpublic java.time.ZonedDateTime getFrist()
Stringpublic void setFrist(java.time.ZonedDateTime value)
value - allowed object is
Stringpublic 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 SDPLenke withBeskrivelse(SDPLenkeBeskrivelseTekst value)
public SDPLenke withKnappTekst(SDPLenkeKnappTekst value)
public SDPLenke withFrist(java.time.ZonedDateTime value)
Copyright © 2017 Digipost. All Rights Reserved.