public class SDPAarligRepeterendePeriode extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for AarligRepeterendePeriode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AarligRepeterendePeriode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start-aar" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="slutt-aar" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="fra" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Maanedstidspunkt"/>
<element name="til" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Maanedstidspunkt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SDPMaanedstidspunkt |
fra |
protected Integer |
sluttAar |
protected Integer |
startAar |
protected SDPMaanedstidspunkt |
til |
| Constructor and Description |
|---|
SDPAarligRepeterendePeriode()
Default no-arg constructor
|
SDPAarligRepeterendePeriode(Integer startAar,
Integer sluttAar,
SDPMaanedstidspunkt fra,
SDPMaanedstidspunkt til)
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) |
SDPMaanedstidspunkt |
getFra()
Gets the value of the fra property.
|
Integer |
getSluttAar()
Gets the value of the sluttAar property.
|
Integer |
getStartAar()
Gets the value of the startAar property.
|
SDPMaanedstidspunkt |
getTil()
Gets the value of the til property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setFra(SDPMaanedstidspunkt value)
Sets the value of the fra property.
|
void |
setSluttAar(Integer value)
Sets the value of the sluttAar property.
|
void |
setStartAar(Integer value)
Sets the value of the startAar property.
|
void |
setTil(SDPMaanedstidspunkt value)
Sets the value of the til property.
|
String |
toString() |
SDPAarligRepeterendePeriode |
withFra(SDPMaanedstidspunkt value) |
SDPAarligRepeterendePeriode |
withSluttAar(Integer value) |
SDPAarligRepeterendePeriode |
withStartAar(Integer value) |
SDPAarligRepeterendePeriode |
withTil(SDPMaanedstidspunkt value) |
protected Integer startAar
protected Integer sluttAar
protected SDPMaanedstidspunkt fra
protected SDPMaanedstidspunkt til
public SDPAarligRepeterendePeriode()
public SDPAarligRepeterendePeriode(Integer startAar, Integer sluttAar, SDPMaanedstidspunkt fra, SDPMaanedstidspunkt til)
public Integer getStartAar()
Integerpublic void setStartAar(Integer value)
value - allowed object is
Integerpublic Integer getSluttAar()
Integerpublic void setSluttAar(Integer value)
value - allowed object is
Integerpublic SDPMaanedstidspunkt getFra()
SDPMaanedstidspunktpublic void setFra(SDPMaanedstidspunkt value)
value - allowed object is
SDPMaanedstidspunktpublic SDPMaanedstidspunkt getTil()
SDPMaanedstidspunktpublic void setTil(SDPMaanedstidspunkt value)
value - allowed object is
SDPMaanedstidspunktpublic 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 SDPAarligRepeterendePeriode withStartAar(Integer value)
public SDPAarligRepeterendePeriode withSluttAar(Integer value)
public SDPAarligRepeterendePeriode withFra(SDPMaanedstidspunkt value)
public SDPAarligRepeterendePeriode withTil(SDPMaanedstidspunkt value)
Copyright © 2019 Digipost. All rights reserved.