public class SDPMaanedstidspunkt extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Maanedstidspunkt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Maanedstidspunkt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="maaned" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Maaned"/>
<element name="dag" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Dag" minOccurs="0"/>
<element name="time" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Time" minOccurs="0"/>
<element name="minutt" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Minutt" minOccurs="0"/>
<element name="tidssone" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Tidssone" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
dag |
protected int |
maaned |
protected Integer |
minutt |
protected String |
tidssone |
protected Integer |
time |
| Constructor and Description |
|---|
SDPMaanedstidspunkt()
Default no-arg constructor
|
SDPMaanedstidspunkt(int maaned,
Integer dag,
Integer time,
Integer minutt,
String tidssone)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Integer |
getDag()
Gets the value of the dag property.
|
int |
getMaaned()
Gets the value of the maaned property.
|
Integer |
getMinutt()
Gets the value of the minutt property.
|
String |
getTidssone()
Gets the value of the tidssone property.
|
Integer |
getTime()
Gets the value of the time property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDag(Integer value)
Sets the value of the dag property.
|
void |
setMaaned(int value)
Sets the value of the maaned property.
|
void |
setMinutt(Integer value)
Sets the value of the minutt property.
|
void |
setTidssone(String value)
Sets the value of the tidssone property.
|
void |
setTime(Integer value)
Sets the value of the time property.
|
String |
toString() |
SDPMaanedstidspunkt |
withDag(Integer value) |
SDPMaanedstidspunkt |
withMaaned(int value) |
SDPMaanedstidspunkt |
withMinutt(Integer value) |
SDPMaanedstidspunkt |
withTidssone(String value) |
SDPMaanedstidspunkt |
withTime(Integer value) |
protected int maaned
protected Integer dag
protected Integer time
protected Integer minutt
protected String tidssone
public int getMaaned()
public void setMaaned(int value)
public Integer getDag()
Integerpublic void setDag(Integer value)
value - allowed object is
Integerpublic Integer getTime()
Integerpublic void setTime(Integer value)
value - allowed object is
Integerpublic Integer getMinutt()
Integerpublic void setMinutt(Integer value)
value - allowed object is
Integerpublic String getTidssone()
Stringpublic void setTidssone(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public SDPMaanedstidspunkt withMaaned(int value)
public SDPMaanedstidspunkt withDag(Integer value)
public SDPMaanedstidspunkt withTime(Integer value)
public SDPMaanedstidspunkt withMinutt(Integer value)
public SDPMaanedstidspunkt withTidssone(String value)
Copyright © 2019 Digipost. All rights reserved.