public class SDPNorskPostadresse extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for NorskPostadresse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NorskPostadresse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adresselinje1" type="{http://begrep.difi.no/sdp/schema_v10}Adresselinje" minOccurs="0"/>
<element name="adresselinje2" type="{http://begrep.difi.no/sdp/schema_v10}Adresselinje" minOccurs="0"/>
<element name="postnummer" type="{http://begrep.difi.no/sdp/schema_v10}NorskPostnummer"/>
<element name="poststed" type="{http://begrep.difi.no/sdp/schema_v10}Poststed"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adresselinje1 |
protected String |
adresselinje2 |
protected String |
postnummer |
protected String |
poststed |
| Constructor and Description |
|---|
SDPNorskPostadresse()
Default no-arg constructor
|
SDPNorskPostadresse(String adresselinje1,
String adresselinje2,
String postnummer,
String poststed)
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.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy 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.EqualsStrategy strategy) |
String |
getAdresselinje1()
Gets the value of the adresselinje1 property.
|
String |
getAdresselinje2()
Gets the value of the adresselinje2 property.
|
String |
getPostnummer()
Gets the value of the postnummer property.
|
String |
getPoststed()
Gets the value of the poststed property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAdresselinje1(String value)
Sets the value of the adresselinje1 property.
|
void |
setAdresselinje2(String value)
Sets the value of the adresselinje2 property.
|
void |
setPostnummer(String value)
Sets the value of the postnummer property.
|
void |
setPoststed(String value)
Sets the value of the poststed property.
|
String |
toString() |
SDPNorskPostadresse |
withAdresselinje1(String value) |
SDPNorskPostadresse |
withAdresselinje2(String value) |
SDPNorskPostadresse |
withPostnummer(String value) |
SDPNorskPostadresse |
withPoststed(String value) |
protected String adresselinje1
protected String adresselinje2
protected String postnummer
protected String poststed
public String getAdresselinje1()
Stringpublic void setAdresselinje1(String value)
value - allowed object is
Stringpublic String getAdresselinje2()
Stringpublic void setAdresselinje2(String value)
value - allowed object is
Stringpublic String getPostnummer()
Stringpublic void setPostnummer(String value)
value - allowed object is
Stringpublic String getPoststed()
Stringpublic void setPoststed(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic SDPNorskPostadresse withAdresselinje1(String value)
public SDPNorskPostadresse withAdresselinje2(String value)
public SDPNorskPostadresse withPostnummer(String value)
public SDPNorskPostadresse withPoststed(String value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.