|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.difi.begrep.DifiKontaktinformasjon
public class DifiKontaktinformasjon
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 |
|---|
protected DifiMobiltelefonnummer mobiltelefonnummer
protected DifiEpostadresse epostadresse
| Constructor Detail |
|---|
public DifiKontaktinformasjon()
public DifiKontaktinformasjon(DifiMobiltelefonnummer mobiltelefonnummer,
DifiEpostadresse epostadresse)
| Method Detail |
|---|
public DifiMobiltelefonnummer getMobiltelefonnummer()
DifiMobiltelefonnummerpublic void setMobiltelefonnummer(DifiMobiltelefonnummer value)
value - allowed object is
DifiMobiltelefonnummerpublic DifiEpostadresse getEpostadresse()
DifiEpostadressepublic void setEpostadresse(DifiEpostadresse value)
value - allowed object is
DifiEpostadressepublic String toString()
toString in class Object
public 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.ToString
public 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 DifiKontaktinformasjon withMobiltelefonnummer(DifiMobiltelefonnummer value)
public DifiKontaktinformasjon withEpostadresse(DifiEpostadresse value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||