|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.difi.begrep.sdp.schema_v10.SDPMelding
no.difi.begrep.sdp.schema_v10.SDPFeil
public class SDPFeil
Java class for Feil complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Feil">
<complexContent>
<extension base="{http://begrep.difi.no/sdp/schema_v10}Melding">
<sequence>
<element name="tidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="feiltype" type="{http://begrep.difi.no/sdp/schema_v10}Feiltype"/>
<element name="detaljer" type="{http://begrep.difi.no/sdp/schema_v10}Detaljer" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
detaljer
|
protected SDPFeiltype |
feiltype
|
protected org.joda.time.DateTime |
tidspunkt
|
| Fields inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding |
|---|
signature |
| Constructor Summary | |
|---|---|
SDPFeil()
Default no-arg constructor |
|
SDPFeil(Signature signature,
org.joda.time.DateTime tidspunkt,
SDPFeiltype feiltype,
String detaljer)
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 |
getDetaljer()
Gets the value of the detaljer property. |
SDPFeiltype |
getFeiltype()
Gets the value of the feiltype property. |
org.joda.time.DateTime |
getTidspunkt()
Gets the value of the tidspunkt property. |
void |
setDetaljer(String value)
Sets the value of the detaljer property. |
void |
setFeiltype(SDPFeiltype value)
Sets the value of the feiltype property. |
void |
setTidspunkt(org.joda.time.DateTime value)
Sets the value of the tidspunkt property. |
String |
toString()
|
SDPFeil |
withDetaljer(String value)
|
SDPFeil |
withFeiltype(SDPFeiltype value)
|
SDPFeil |
withSignature(Signature value)
|
SDPFeil |
withTidspunkt(org.joda.time.DateTime value)
|
| Methods inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding |
|---|
getSignature, setSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.joda.time.DateTime tidspunkt
protected SDPFeiltype feiltype
protected String detaljer
| Constructor Detail |
|---|
public SDPFeil()
public SDPFeil(Signature signature,
org.joda.time.DateTime tidspunkt,
SDPFeiltype feiltype,
String detaljer)
| Method Detail |
|---|
public org.joda.time.DateTime getTidspunkt()
Stringpublic void setTidspunkt(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SDPFeiltype getFeiltype()
SDPFeiltypepublic void setFeiltype(SDPFeiltype value)
value - allowed object is
SDPFeiltypepublic String getDetaljer()
Stringpublic void setDetaljer(String value)
value - allowed object is
Stringpublic String toString()
toString in class SDPMelding
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.ToStringappend in class SDPMelding
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.ToStringappendFields in class SDPMeldingpublic SDPFeil withTidspunkt(org.joda.time.DateTime value)
public SDPFeil withFeiltype(SDPFeiltype value)
public SDPFeil withDetaljer(String value)
public SDPFeil withSignature(Signature value)
withSignature in class SDPMelding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||