no.difi.begrep
Class DifiKontaktinformasjon

java.lang.Object
  extended by no.difi.begrep.DifiKontaktinformasjon
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class DifiKontaktinformasjon
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for Kontaktinformasjon complex type.

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

 <complexType name="Kontaktinformasjon">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Mobiltelefonnummer" type="{http://begrep.difi.no}Mobiltelefonnummer" minOccurs="0"/>
         <element name="Epostadresse" type="{http://begrep.difi.no}Epostadresse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DifiEpostadresse epostadresse
           
protected  DifiMobiltelefonnummer mobiltelefonnummer
           
 
Constructor Summary
DifiKontaktinformasjon()
          Default no-arg constructor
DifiKontaktinformasjon(DifiMobiltelefonnummer mobiltelefonnummer, DifiEpostadresse epostadresse)
          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)
           
 DifiEpostadresse getEpostadresse()
          Gets the value of the epostadresse property.
 DifiMobiltelefonnummer getMobiltelefonnummer()
          Gets the value of the mobiltelefonnummer property.
 void setEpostadresse(DifiEpostadresse value)
          Sets the value of the epostadresse property.
 void setMobiltelefonnummer(DifiMobiltelefonnummer value)
          Sets the value of the mobiltelefonnummer property.
 String toString()
           
 DifiKontaktinformasjon withEpostadresse(DifiEpostadresse value)
           
 DifiKontaktinformasjon withMobiltelefonnummer(DifiMobiltelefonnummer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mobiltelefonnummer

protected DifiMobiltelefonnummer mobiltelefonnummer

epostadresse

protected DifiEpostadresse epostadresse
Constructor Detail

DifiKontaktinformasjon

public DifiKontaktinformasjon()
Default no-arg constructor


DifiKontaktinformasjon

public DifiKontaktinformasjon(DifiMobiltelefonnummer mobiltelefonnummer,
                              DifiEpostadresse epostadresse)
Fully-initialising value constructor

Method Detail

getMobiltelefonnummer

public DifiMobiltelefonnummer getMobiltelefonnummer()
Gets the value of the mobiltelefonnummer property.

Returns:
possible object is DifiMobiltelefonnummer

setMobiltelefonnummer

public void setMobiltelefonnummer(DifiMobiltelefonnummer value)
Sets the value of the mobiltelefonnummer property.

Parameters:
value - allowed object is DifiMobiltelefonnummer

getEpostadresse

public DifiEpostadresse getEpostadresse()
Gets the value of the epostadresse property.

Returns:
possible object is DifiEpostadresse

setEpostadresse

public void setEpostadresse(DifiEpostadresse value)
Sets the value of the epostadresse property.

Parameters:
value - allowed object is DifiEpostadresse

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

withMobiltelefonnummer

public DifiKontaktinformasjon withMobiltelefonnummer(DifiMobiltelefonnummer value)

withEpostadresse

public DifiKontaktinformasjon withEpostadresse(DifiEpostadresse value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.