public class SDPFysiskPostInfo extends 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 |
|---|---|
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) |
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.
|
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 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 SDPFysiskPostInfo withMottaker(SDPFysiskPostadresse value)
public SDPFysiskPostInfo withPosttype(SDPFysiskPostType value)
public SDPFysiskPostInfo withUtskriftsfarge(SDPUtskriftsfarge value)
public SDPFysiskPostInfo withRetur(SDPFysiskPostRetur value)
Copyright © 2017 Digipost. All Rights Reserved.