public class SDPInfo extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Info">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="navn" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Infonavn" minOccurs="0"/>
<element name="verdi" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Infoverdi"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SDPInfonavn |
navn |
protected SDPInfoverdi |
verdi |
| Constructor and Description |
|---|
SDPInfo()
Default no-arg constructor
|
SDPInfo(SDPInfonavn navn,
SDPInfoverdi verdi)
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) |
SDPInfonavn |
getNavn()
Gets the value of the navn property.
|
SDPInfoverdi |
getVerdi()
Gets the value of the verdi property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setNavn(SDPInfonavn value)
Sets the value of the navn property.
|
void |
setVerdi(SDPInfoverdi value)
Sets the value of the verdi property.
|
String |
toString() |
SDPInfo |
withNavn(SDPInfonavn value) |
SDPInfo |
withVerdi(SDPInfoverdi value) |
protected SDPInfonavn navn
protected SDPInfoverdi verdi
public SDPInfo()
public SDPInfo(SDPInfonavn navn, SDPInfoverdi verdi)
public SDPInfonavn getNavn()
SDPInfonavnpublic void setNavn(SDPInfonavn value)
value - allowed object is
SDPInfonavnpublic SDPInfoverdi getVerdi()
SDPInfoverdipublic void setVerdi(SDPInfoverdi value)
value - allowed object is
SDPInfoverdipublic 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 SDPInfo withNavn(SDPInfonavn value)
public SDPInfo withVerdi(SDPInfoverdi value)
Copyright © 2019 Digipost. All rights reserved.