no.difi.begrep.sdp.schema_v10
Class SDPNorskPostadresse

java.lang.Object
  extended by no.difi.begrep.sdp.schema_v10.SDPNorskPostadresse
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class SDPNorskPostadresse
extends Object
implements 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>
 


Field Summary
protected  String adresselinje1
           
protected  String adresselinje2
           
protected  String postnummer
           
protected  String poststed
           
 
Constructor Summary
SDPNorskPostadresse()
          Default no-arg constructor
SDPNorskPostadresse(String adresselinje1, String adresselinje2, String postnummer, String poststed)
          Fully-initialising value constructor
 
Method Summary
 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)
           
 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.
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

adresselinje1

protected String adresselinje1

adresselinje2

protected String adresselinje2

postnummer

protected String postnummer

poststed

protected String poststed
Constructor Detail

SDPNorskPostadresse

public SDPNorskPostadresse()
Default no-arg constructor


SDPNorskPostadresse

public SDPNorskPostadresse(String adresselinje1,
                           String adresselinje2,
                           String postnummer,
                           String poststed)
Fully-initialising value constructor

Method Detail

getAdresselinje1

public String getAdresselinje1()
Gets the value of the adresselinje1 property.

Returns:
possible object is String

setAdresselinje1

public void setAdresselinje1(String value)
Sets the value of the adresselinje1 property.

Parameters:
value - allowed object is String

getAdresselinje2

public String getAdresselinje2()
Gets the value of the adresselinje2 property.

Returns:
possible object is String

setAdresselinje2

public void setAdresselinje2(String value)
Sets the value of the adresselinje2 property.

Parameters:
value - allowed object is String

getPostnummer

public String getPostnummer()
Gets the value of the postnummer property.

Returns:
possible object is String

setPostnummer

public void setPostnummer(String value)
Sets the value of the postnummer property.

Parameters:
value - allowed object is String

getPoststed

public String getPoststed()
Gets the value of the poststed property.

Returns:
possible object is String

setPoststed

public void setPoststed(String value)
Sets the value of the poststed property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withAdresselinje1

public SDPNorskPostadresse withAdresselinje1(String value)

withAdresselinje2

public SDPNorskPostadresse withAdresselinje2(String value)

withPostnummer

public SDPNorskPostadresse withPostnummer(String value)

withPoststed

public SDPNorskPostadresse withPoststed(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.