no.difi.begrep.sdp.schema_v10
Class SDPPerson

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

public class SDPPerson
extends Object
implements HarSikkerDigitalPostAdresse, org.jvnet.jaxb2_commons.lang.ToString

Java class for Person complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="personidentifikator">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="[0-9]{11}"/>
             </restriction>
           </simpleType>
         </element>
         <element name="postkasseadresse" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String personidentifikator
           
protected  String postkasseadresse
           
 
Constructor Summary
SDPPerson()
          Default no-arg constructor
SDPPerson(String personidentifikator, String postkasseadresse)
          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 getPersonidentifikator()
          Gets the value of the personidentifikator property.
 String getPostkasseadresse()
          Gets the value of the postkasseadresse property.
 void setPersonidentifikator(String value)
          Sets the value of the personidentifikator property.
 void setPostkasseadresse(String value)
          Sets the value of the postkasseadresse property.
 String toString()
           
 SDPPerson withPersonidentifikator(String value)
           
 SDPPerson withPostkasseadresse(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

personidentifikator

protected String personidentifikator

postkasseadresse

protected String postkasseadresse
Constructor Detail

SDPPerson

public SDPPerson()
Default no-arg constructor


SDPPerson

public SDPPerson(String personidentifikator,
                 String postkasseadresse)
Fully-initialising value constructor

Method Detail

getPersonidentifikator

public String getPersonidentifikator()
Gets the value of the personidentifikator property.

Returns:
possible object is String

setPersonidentifikator

public void setPersonidentifikator(String value)
Sets the value of the personidentifikator property.

Parameters:
value - allowed object is String

getPostkasseadresse

public String getPostkasseadresse()
Gets the value of the postkasseadresse property.

Specified by:
getPostkasseadresse in interface HarSikkerDigitalPostAdresse
Returns:
possible object is String

setPostkasseadresse

public void setPostkasseadresse(String value)
Sets the value of the postkasseadresse 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

withPersonidentifikator

public SDPPerson withPersonidentifikator(String value)

withPostkasseadresse

public SDPPerson withPostkasseadresse(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.