no.difi.begrep.sdp.schema_v10.SDPSmsVarsel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdp-xsd Show documentation
Show all versions of sdp-xsd Show documentation
XSDer og genererte JAXB-klasser
The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.11.06 at 01:54:33 PM UTC
//
package no.difi.begrep.sdp.schema_v10;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import no.digipost.xsd.types.Varsel;
import org.jvnet.jaxb2_commons.lang.Equals2;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
import org.jvnet.jaxb2_commons.lang.HashCode2;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString2;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy2;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;
/**
* Java class for SmsVarsel complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="SmsVarsel">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="mobiltelefonnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="varslingsTekst" type="{http://begrep.difi.no/sdp/schema_v10}SmsVarselTekst"/>
* <element name="repetisjoner" type="{http://begrep.difi.no/sdp/schema_v10}Repetisjoner"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SmsVarsel", propOrder = {
"mobiltelefonnummer",
"varslingsTekst",
"repetisjoner"
})
public class SDPSmsVarsel implements Varsel, Equals2, HashCode2, ToString2
{
@XmlElement(required = true)
protected String mobiltelefonnummer;
@XmlElement(required = true)
protected SDPSmsVarselTekst varslingsTekst;
@XmlElement(required = true)
protected SDPRepetisjoner repetisjoner;
/**
* Default no-arg constructor
*
*/
public SDPSmsVarsel() {
super();
}
/**
* Fully-initialising value constructor
*
*/
public SDPSmsVarsel(final String mobiltelefonnummer, final SDPSmsVarselTekst varslingsTekst, final SDPRepetisjoner repetisjoner) {
this.mobiltelefonnummer = mobiltelefonnummer;
this.varslingsTekst = varslingsTekst;
this.repetisjoner = repetisjoner;
}
/**
* Gets the value of the mobiltelefonnummer property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMobiltelefonnummer() {
return mobiltelefonnummer;
}
/**
* Sets the value of the mobiltelefonnummer property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMobiltelefonnummer(String value) {
this.mobiltelefonnummer = value;
}
/**
* Gets the value of the varslingsTekst property.
*
* @return
* possible object is
* {@link SDPSmsVarselTekst }
*
*/
public SDPSmsVarselTekst getVarslingsTekst() {
return varslingsTekst;
}
/**
* Sets the value of the varslingsTekst property.
*
* @param value
* allowed object is
* {@link SDPSmsVarselTekst }
*
*/
public void setVarslingsTekst(SDPSmsVarselTekst value) {
this.varslingsTekst = value;
}
/**
* Gets the value of the repetisjoner property.
*
* @return
* possible object is
* {@link SDPRepetisjoner }
*
*/
public SDPRepetisjoner getRepetisjoner() {
return repetisjoner;
}
/**
* Sets the value of the repetisjoner property.
*
* @param value
* allowed object is
* {@link SDPRepetisjoner }
*
*/
public void setRepetisjoner(SDPRepetisjoner value) {
this.repetisjoner = value;
}
@Override
public String toString() {
final ToStringStrategy2 strategy = JAXBToStringStrategy.getInstance();
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}
@Override
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
strategy.appendStart(locator, this, buffer);
appendFields(locator, buffer, strategy);
strategy.appendEnd(locator, this, buffer);
return buffer;
}
@Override
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy2 strategy) {
{
String theMobiltelefonnummer;
theMobiltelefonnummer = this.getMobiltelefonnummer();
strategy.appendField(locator, this, "mobiltelefonnummer", buffer, theMobiltelefonnummer, (this.mobiltelefonnummer!= null));
}
{
SDPSmsVarselTekst theVarslingsTekst;
theVarslingsTekst = this.getVarslingsTekst();
strategy.appendField(locator, this, "varslingsTekst", buffer, theVarslingsTekst, (this.varslingsTekst!= null));
}
{
SDPRepetisjoner theRepetisjoner;
theRepetisjoner = this.getRepetisjoner();
strategy.appendField(locator, this, "repetisjoner", buffer, theRepetisjoner, (this.repetisjoner!= null));
}
return buffer;
}
@Override
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
if ((object == null)||(this.getClass()!= object.getClass())) {
return false;
}
if (this == object) {
return true;
}
final SDPSmsVarsel that = ((SDPSmsVarsel) object);
{
String lhsMobiltelefonnummer;
lhsMobiltelefonnummer = this.getMobiltelefonnummer();
String rhsMobiltelefonnummer;
rhsMobiltelefonnummer = that.getMobiltelefonnummer();
if (!strategy.equals(LocatorUtils.property(thisLocator, "mobiltelefonnummer", lhsMobiltelefonnummer), LocatorUtils.property(thatLocator, "mobiltelefonnummer", rhsMobiltelefonnummer), lhsMobiltelefonnummer, rhsMobiltelefonnummer, (this.mobiltelefonnummer!= null), (that.mobiltelefonnummer!= null))) {
return false;
}
}
{
SDPSmsVarselTekst lhsVarslingsTekst;
lhsVarslingsTekst = this.getVarslingsTekst();
SDPSmsVarselTekst rhsVarslingsTekst;
rhsVarslingsTekst = that.getVarslingsTekst();
if (!strategy.equals(LocatorUtils.property(thisLocator, "varslingsTekst", lhsVarslingsTekst), LocatorUtils.property(thatLocator, "varslingsTekst", rhsVarslingsTekst), lhsVarslingsTekst, rhsVarslingsTekst, (this.varslingsTekst!= null), (that.varslingsTekst!= null))) {
return false;
}
}
{
SDPRepetisjoner lhsRepetisjoner;
lhsRepetisjoner = this.getRepetisjoner();
SDPRepetisjoner rhsRepetisjoner;
rhsRepetisjoner = that.getRepetisjoner();
if (!strategy.equals(LocatorUtils.property(thisLocator, "repetisjoner", lhsRepetisjoner), LocatorUtils.property(thatLocator, "repetisjoner", rhsRepetisjoner), lhsRepetisjoner, rhsRepetisjoner, (this.repetisjoner!= null), (that.repetisjoner!= null))) {
return false;
}
}
return true;
}
@Override
public boolean equals(Object object) {
final EqualsStrategy2 strategy = JAXBEqualsStrategy.getInstance();
return equals(null, null, object, strategy);
}
@Override
public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) {
int currentHashCode = 1;
{
String theMobiltelefonnummer;
theMobiltelefonnummer = this.getMobiltelefonnummer();
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "mobiltelefonnummer", theMobiltelefonnummer), currentHashCode, theMobiltelefonnummer, (this.mobiltelefonnummer!= null));
}
{
SDPSmsVarselTekst theVarslingsTekst;
theVarslingsTekst = this.getVarslingsTekst();
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "varslingsTekst", theVarslingsTekst), currentHashCode, theVarslingsTekst, (this.varslingsTekst!= null));
}
{
SDPRepetisjoner theRepetisjoner;
theRepetisjoner = this.getRepetisjoner();
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "repetisjoner", theRepetisjoner), currentHashCode, theRepetisjoner, (this.repetisjoner!= null));
}
return currentHashCode;
}
@Override
public int hashCode() {
final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.getInstance();
return this.hashCode(null, strategy);
}
public SDPSmsVarsel withMobiltelefonnummer(String value) {
setMobiltelefonnummer(value);
return this;
}
public SDPSmsVarsel withVarslingsTekst(SDPSmsVarselTekst value) {
setVarslingsTekst(value);
return this;
}
public SDPSmsVarsel withRepetisjoner(SDPRepetisjoner value) {
setRepetisjoner(value);
return this;
}
}