Package no.difi.begrep.sdp.schema_v10
Class SDPFysiskPostInfo
java.lang.Object
no.difi.begrep.sdp.schema_v10.SDPFysiskPostInfo
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SDPFysiskPostInfo
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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" minOccurs="0"/>
<element name="utskriftsfarge" type="{http://begrep.difi.no/sdp/schema_v10}Utskriftsfarge"/>
<element name="retur" type="{http://begrep.difi.no/sdp/schema_v10}FysiskPostRetur"/>
<element name="printinstruksjoner" type="{http://begrep.difi.no/sdp/schema_v10}Printinstruksjoner" minOccurs="0"/>
<element name="maskinportentoken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected SDPFysiskPostadresseprotected SDPFysiskPostTypeprotected SDPPrintinstruksjonerprotected SDPFysiskPostReturprotected SDPUtskriftsfarge -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorSDPFysiskPostInfo(SDPFysiskPostadresse mottaker, SDPFysiskPostType posttype, SDPUtskriftsfarge utskriftsfarge, SDPFysiskPostRetur retur, SDPPrintinstruksjoner printinstruksjoner, String maskinportentoken) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the maskinportentoken property.Gets the value of the mottaker property.Gets the value of the posttype property.Gets the value of the printinstruksjoner property.getRetur()Gets the value of the retur property.Gets the value of the utskriftsfarge property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetMaskinportentoken(String value) Sets the value of the maskinportentoken property.voidsetMottaker(SDPFysiskPostadresse value) Sets the value of the mottaker property.voidsetPosttype(SDPFysiskPostType value) Sets the value of the posttype property.voidSets the value of the printinstruksjoner property.voidsetRetur(SDPFysiskPostRetur value) Sets the value of the retur property.voidSets the value of the utskriftsfarge property.toString()withMaskinportentoken(String value) withMottaker(SDPFysiskPostadresse value) withPosttype(SDPFysiskPostType value) withRetur(SDPFysiskPostRetur value)
-
Field Details
-
mottaker
-
posttype
-
utskriftsfarge
-
retur
-
printinstruksjoner
-
maskinportentoken
-
-
Constructor Details
-
SDPFysiskPostInfo
public SDPFysiskPostInfo()Default no-arg constructor -
SDPFysiskPostInfo
public SDPFysiskPostInfo(SDPFysiskPostadresse mottaker, SDPFysiskPostType posttype, SDPUtskriftsfarge utskriftsfarge, SDPFysiskPostRetur retur, SDPPrintinstruksjoner printinstruksjoner, String maskinportentoken) Fully-initialising value constructor
-
-
Method Details
-
getMottaker
Gets the value of the mottaker property.- Returns:
- possible object is
SDPFysiskPostadresse
-
setMottaker
Sets the value of the mottaker property.- Parameters:
value- allowed object isSDPFysiskPostadresse
-
getPosttype
Gets the value of the posttype property.- Returns:
- possible object is
SDPFysiskPostType
-
setPosttype
Sets the value of the posttype property.- Parameters:
value- allowed object isSDPFysiskPostType
-
getUtskriftsfarge
Gets the value of the utskriftsfarge property.- Returns:
- possible object is
SDPUtskriftsfarge
-
setUtskriftsfarge
Sets the value of the utskriftsfarge property.- Parameters:
value- allowed object isSDPUtskriftsfarge
-
getRetur
Gets the value of the retur property.- Returns:
- possible object is
SDPFysiskPostRetur
-
setRetur
Sets the value of the retur property.- Parameters:
value- allowed object isSDPFysiskPostRetur
-
getPrintinstruksjoner
Gets the value of the printinstruksjoner property.- Returns:
- possible object is
SDPPrintinstruksjoner
-
setPrintinstruksjoner
Sets the value of the printinstruksjoner property.- Parameters:
value- allowed object isSDPPrintinstruksjoner
-
getMaskinportentoken
Gets the value of the maskinportentoken property.- Returns:
- possible object is
String
-
setMaskinportentoken
Sets the value of the maskinportentoken property.- Parameters:
value- allowed object isString
-
toString
-
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
-
equals
-
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
-
hashCode
public int hashCode() -
withMottaker
-
withPosttype
-
withUtskriftsfarge
-
withRetur
-
withPrintinstruksjoner
-
withMaskinportentoken
-