public class SDPFysiskPostInfo
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for FysiskPostInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FysiskPostInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mottaker" type="{http://begrep.difi.no/sdp/schema_v10}FysiskPostadresse"/>
<element name="posttype" type="{http://begrep.difi.no/sdp/schema_v10}FysiskPostType"/>
<element name="utskriftsfarge" type="{http://begrep.difi.no/sdp/schema_v10}Utskriftsfarge"/>
<element name="retur" type="{http://begrep.difi.no/sdp/schema_v10}FysiskPostRetur"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SDPFysiskPostadresse |
mottaker |
protected SDPFysiskPostType |
posttype |
protected SDPFysiskPostRetur |
retur |
protected SDPUtskriftsfarge |
utskriftsfarge |
| Constructor and Description |
|---|
SDPFysiskPostInfo()
Default no-arg constructor
|
SDPFysiskPostInfo(SDPFysiskPostadresse mottaker,
SDPFysiskPostType posttype,
SDPUtskriftsfarge utskriftsfarge,
SDPFysiskPostRetur retur)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
SDPFysiskPostadresse |
getMottaker()
Gets the value of the mottaker property.
|
SDPFysiskPostType |
getPosttype()
Gets the value of the posttype property.
|
SDPFysiskPostRetur |
getRetur()
Gets the value of the retur property.
|
SDPUtskriftsfarge |
getUtskriftsfarge()
Gets the value of the utskriftsfarge property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMottaker(SDPFysiskPostadresse value)
Sets the value of the mottaker property.
|
void |
setPosttype(SDPFysiskPostType value)
Sets the value of the posttype property.
|
void |
setRetur(SDPFysiskPostRetur value)
Sets the value of the retur property.
|
void |
setUtskriftsfarge(SDPUtskriftsfarge value)
Sets the value of the utskriftsfarge property.
|
java.lang.String |
toString() |
SDPFysiskPostInfo |
withMottaker(SDPFysiskPostadresse value) |
SDPFysiskPostInfo |
withPosttype(SDPFysiskPostType value) |
SDPFysiskPostInfo |
withRetur(SDPFysiskPostRetur value) |
SDPFysiskPostInfo |
withUtskriftsfarge(SDPUtskriftsfarge value) |
protected SDPFysiskPostadresse mottaker
protected SDPFysiskPostType posttype
protected SDPUtskriftsfarge utskriftsfarge
protected SDPFysiskPostRetur retur
public SDPFysiskPostInfo()
public SDPFysiskPostInfo(SDPFysiskPostadresse mottaker, SDPFysiskPostType posttype, SDPUtskriftsfarge utskriftsfarge, SDPFysiskPostRetur retur)
public SDPFysiskPostadresse getMottaker()
SDPFysiskPostadressepublic void setMottaker(SDPFysiskPostadresse value)
value - allowed object is
SDPFysiskPostadressepublic SDPFysiskPostType getPosttype()
SDPFysiskPostTypepublic void setPosttype(SDPFysiskPostType value)
value - allowed object is
SDPFysiskPostTypepublic SDPUtskriftsfarge getUtskriftsfarge()
SDPUtskriftsfargepublic void setUtskriftsfarge(SDPUtskriftsfarge value)
value - allowed object is
SDPUtskriftsfargepublic SDPFysiskPostRetur getRetur()
SDPFysiskPostReturpublic void setRetur(SDPFysiskPostRetur value)
value - allowed object is
SDPFysiskPostReturpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic 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 int hashCode()
hashCode in class java.lang.Objectpublic SDPFysiskPostInfo withMottaker(SDPFysiskPostadresse value)
public SDPFysiskPostInfo withPosttype(SDPFysiskPostType value)
public SDPFysiskPostInfo withUtskriftsfarge(SDPUtskriftsfarge value)
public SDPFysiskPostInfo withRetur(SDPFysiskPostRetur value)
Copyright © 2015 Digipost Open Source. All Rights Reserved.