Package no.difi.begrep.sdp.schema_v10
Class SDPUtenlandskPostadresse
- java.lang.Object
-
- no.difi.begrep.sdp.schema_v10.SDPUtenlandskPostadresse
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SDPUtenlandskPostadresse extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for UtenlandskPostadresse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UtenlandskPostadresse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adresselinje1" type="{http://begrep.difi.no/sdp/schema_v10}Adresselinje"/> <element name="adresselinje2" type="{http://begrep.difi.no/sdp/schema_v10}Adresselinje" minOccurs="0"/> <element name="adresselinje3" type="{http://begrep.difi.no/sdp/schema_v10}Adresselinje" minOccurs="0"/> <element name="adresselinje4" type="{http://begrep.difi.no/sdp/schema_v10}Adresselinje" minOccurs="0"/> <choice> <element name="land" type="{http://begrep.difi.no/sdp/schema_v10}Land"/> <element name="landkode" type="{http://begrep.difi.no/sdp/schema_v10}Landkode"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringadresselinje1protected Stringadresselinje2protected Stringadresselinje3protected Stringadresselinje4protected Stringlandprotected Stringlandkode
-
Constructor Summary
Constructors Constructor Description SDPUtenlandskPostadresse()Default no-arg constructorSDPUtenlandskPostadresse(String adresselinje1, String adresselinje2, String adresselinje3, String adresselinje4, String landkode, String land)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetAdresselinje1()Gets the value of the adresselinje1 property.StringgetAdresselinje2()Gets the value of the adresselinje2 property.StringgetAdresselinje3()Gets the value of the adresselinje3 property.StringgetAdresselinje4()Gets the value of the adresselinje4 property.StringgetLand()Gets the value of the land property.StringgetLandkode()Gets the value of the landkode property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAdresselinje1(String value)Sets the value of the adresselinje1 property.voidsetAdresselinje2(String value)Sets the value of the adresselinje2 property.voidsetAdresselinje3(String value)Sets the value of the adresselinje3 property.voidsetAdresselinje4(String value)Sets the value of the adresselinje4 property.voidsetLand(String value)Sets the value of the land property.voidsetLandkode(String value)Sets the value of the landkode property.StringtoString()SDPUtenlandskPostadressewithAdresselinje1(String value)SDPUtenlandskPostadressewithAdresselinje2(String value)SDPUtenlandskPostadressewithAdresselinje3(String value)SDPUtenlandskPostadressewithAdresselinje4(String value)SDPUtenlandskPostadressewithLand(String value)SDPUtenlandskPostadressewithLandkode(String value)
-
-
-
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 isString
-
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 isString
-
getAdresselinje3
public String getAdresselinje3()
Gets the value of the adresselinje3 property.- Returns:
- possible object is
String
-
setAdresselinje3
public void setAdresselinje3(String value)
Sets the value of the adresselinje3 property.- Parameters:
value- allowed object isString
-
getAdresselinje4
public String getAdresselinje4()
Gets the value of the adresselinje4 property.- Returns:
- possible object is
String
-
setAdresselinje4
public void setAdresselinje4(String value)
Sets the value of the adresselinje4 property.- Parameters:
value- allowed object isString
-
getLandkode
public String getLandkode()
Gets the value of the landkode property.- Returns:
- possible object is
String
-
setLandkode
public void setLandkode(String value)
Sets the value of the landkode property.- Parameters:
value- allowed object isString
-
getLand
public String getLand()
Gets the value of the land property.- Returns:
- possible object is
String
-
setLand
public void setLand(String value)
Sets the value of the land property.- Parameters:
value- allowed object isString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
withAdresselinje1
public SDPUtenlandskPostadresse withAdresselinje1(String value)
-
withAdresselinje2
public SDPUtenlandskPostadresse withAdresselinje2(String value)
-
withAdresselinje3
public SDPUtenlandskPostadresse withAdresselinje3(String value)
-
withAdresselinje4
public SDPUtenlandskPostadresse withAdresselinje4(String value)
-
withLandkode
public SDPUtenlandskPostadresse withLandkode(String value)
-
withLand
public SDPUtenlandskPostadresse withLand(String value)
-
-