no.nav.tjeneste.virksomhet.oppgave.v3.meldinger.WSHentOppgaveUtvidelse1 Maven / Gradle / Ivy
package no.nav.tjeneste.virksomhet.oppgave.v3.meldinger;
import java.util.Collection;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
import no.nav.tjeneste.virksomhet.oppgave.v3.informasjon.oppgave.WSUtvidelse;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons.lang.EqualsStrategy;
import org.jvnet.jaxb2_commons.lang.HashCode;
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
/**
* Java class for HentOppgaveUtvidelse1 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="HentOppgaveUtvidelse1">
* <complexContent>
* <extension base="{http://nav.no/tjeneste/virksomhet/oppgave/v3/informasjon/oppgave}Utvidelse">
* <anyAttribute processContents='lax'/>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "HentOppgaveUtvidelse1")
public class WSHentOppgaveUtvidelse1
extends WSUtvidelse
implements Equals, HashCode
{
public int hashCode(ObjectLocator locator, HashCodeStrategy strategy) {
int currentHashCode = super.hashCode(locator, strategy);
return currentHashCode;
}
public int hashCode() {
final HashCodeStrategy strategy = JAXBHashCodeStrategy.INSTANCE;
return this.hashCode(null, strategy);
}
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy strategy) {
if (!(object instanceof WSHentOppgaveUtvidelse1)) {
return false;
}
if (this == object) {
return true;
}
if (!super.equals(thisLocator, thatLocator, object, strategy)) {
return false;
}
return true;
}
public boolean equals(Object object) {
final EqualsStrategy strategy = JAXBEqualsStrategy.INSTANCE;
return equals(null, null, object, strategy);
}
@Override
public WSHentOppgaveUtvidelse1 withAny(Object... values) {
if (values!= null) {
for (Object value: values) {
getAny().add(value);
}
}
return this;
}
@Override
public WSHentOppgaveUtvidelse1 withAny(Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy