|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.difi.begrep.sdp.schema_v10.SDPVarsler
public class SDPVarsler
Java class for Varsler complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Varsler">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="epostVarsel" type="{http://begrep.difi.no/sdp/schema_v10}EpostVarsel" minOccurs="0"/>
<element name="smsVarsel" type="{http://begrep.difi.no/sdp/schema_v10}SmsVarsel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected SDPEpostVarsel |
epostVarsel
|
protected SDPSmsVarsel |
smsVarsel
|
| Constructor Summary | |
|---|---|
SDPVarsler()
Default no-arg constructor |
|
SDPVarsler(SDPEpostVarsel epostVarsel,
SDPSmsVarsel smsVarsel)
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)
|
SDPEpostVarsel |
getEpostVarsel()
Gets the value of the epostVarsel property. |
SDPSmsVarsel |
getSmsVarsel()
Gets the value of the smsVarsel property. |
void |
setEpostVarsel(SDPEpostVarsel value)
Sets the value of the epostVarsel property. |
void |
setSmsVarsel(SDPSmsVarsel value)
Sets the value of the smsVarsel property. |
String |
toString()
|
SDPVarsler |
withEpostVarsel(SDPEpostVarsel value)
|
SDPVarsler |
withSmsVarsel(SDPSmsVarsel value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SDPEpostVarsel epostVarsel
protected SDPSmsVarsel smsVarsel
| Constructor Detail |
|---|
public SDPVarsler()
public SDPVarsler(SDPEpostVarsel epostVarsel,
SDPSmsVarsel smsVarsel)
| Method Detail |
|---|
public SDPEpostVarsel getEpostVarsel()
SDPEpostVarselpublic void setEpostVarsel(SDPEpostVarsel value)
value - allowed object is
SDPEpostVarselpublic SDPSmsVarsel getSmsVarsel()
SDPSmsVarselpublic void setSmsVarsel(SDPSmsVarsel value)
value - allowed object is
SDPSmsVarselpublic 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 SDPVarsler withEpostVarsel(SDPEpostVarsel value)
public SDPVarsler withSmsVarsel(SDPSmsVarsel value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||