// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.07.20 at 12:19:30 PM CEST // package at.gv.egovernment.moa.id.commons.db.dao.config.deprecated; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Inheritance; import javax.persistence.InheritanceType; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; 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; import org.jvnet.jaxb2_commons.locator.util.LocatorUtils; /** *

Java class for anonymous complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <choice>
 *         <element name="target" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element ref="{http://www.buergerkarte.at/namespaces/moaconfig#}IdentificationNumber"/>
 *       </choice>
 *       <attribute name="PublicURL" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="SpecialText" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "target", "identificationNumber" }) public class SSO implements Serializable, Equals, HashCode { protected String target; @XmlElement(name = "IdentificationNumber") protected IdentificationNumber identificationNumber; @XmlAttribute(name = "PublicURL") protected String publicURL; @XmlAttribute(name = "FriendlyName") protected String friendlyName; @XmlAttribute(name = "SpecialText") protected String specialText; @XmlAttribute(name = "Hjid") protected Long hjid; /** * Gets the value of the target property. * * @return * possible object is * {@link String } * */ public String getTarget() { return target; } /** * Sets the value of the target property. * * @param value * allowed object is * {@link String } * */ public void setTarget(String value) { this.target = value; } /** * Gets the value of the identificationNumber property. * * @return * possible object is * {@link IdentificationNumber } * */ @ManyToOne(targetEntity = IdentificationNumber.class, cascade = { CascadeType.ALL }) public IdentificationNumber getIdentificationNumber() { return identificationNumber; } /** * Sets the value of the identificationNumber property. * * @param value * allowed object is * {@link IdentificationNumber } * */ public void setIdentificationNumber(IdentificationNumber value) { this.identificationNumber = value; } /** * Gets the value of the publicURL property. * * @return * possible object is * {@link String } * */ public String getPublicURL() { return publicURL; } /** * Sets the value of the publicURL property. * * @param value * allowed object is * {@link String } * */ public void setPublicURL(String value) { this.publicURL = value; } /** * Gets the value of the friendlyName property. * * @return * possible object is * {@link String } * */ public String getFriendlyName() { return friendlyName; } /** * Sets the value of the friendlyName property. * * @param value * allowed object is * {@link String } * */ public void setFriendlyName(String value) { this.friendlyName = value; } /** * Gets the value of the specialText property. * * @return * possible object is * {@link String } * */ public String getSpecialText() { return specialText; } /** * Sets the value of the specialText property. * * @param value * allowed object is * {@link String } * */ public void setSpecialText(String value) { this.specialText = value; } /** * Gets the value of the hjid property. * * @return * possible object is * {@link Long } * */ public Long getHjid() { return hjid; } /** * Sets the value of the hjid property. * * @param value * allowed object is * {@link Long } * */ public void setHjid(Long value) { this.hjid = value; } public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy strategy) { if (!(object instanceof SSO)) { return false; } if (this == object) { return true; } final SSO that = ((SSO) object); { String lhsTarget; lhsTarget = this.getTarget(); String rhsTarget; rhsTarget = that.getTarget(); if (!strategy.equals(LocatorUtils.property(thisLocator, "target", lhsTarget), LocatorUtils.property(thatLocator, "target", rhsTarget), lhsTarget, rhsTarget)) { return false; } } { IdentificationNumber lhsIdentificationNumber; lhsIdentificationNumber = this.getIdentificationNumber(); IdentificationNumber rhsIdentificationNumber; rhsIdentificationNumber = that.getIdentificationNumber(); if (!strategy.equals(LocatorUtils.property(thisLocator, "identificationNumber", lhsIdentificationNumber), LocatorUtils.property(thatLocator, "identificationNumber", rhsIdentificationNumber), lhsIdentificationNumber, rhsIdentificationNumber)) { return false; } } { String lhsPublicURL; lhsPublicURL = this.getPublicURL(); String rhsPublicURL; rhsPublicURL = that.getPublicURL(); if (!strategy.equals(LocatorUtils.property(thisLocator, "publicURL", lhsPublicURL), LocatorUtils.property(thatLocator, "publicURL", rhsPublicURL), lhsPublicURL, rhsPublicURL)) { return false; } } { String lhsFriendlyName; lhsFriendlyName = this.getFriendlyName(); String rhsFriendlyName; rhsFriendlyName = that.getFriendlyName(); if (!strategy.equals(LocatorUtils.property(thisLocator, "friendlyName", lhsFriendlyName), LocatorUtils.property(thatLocator, "friendlyName", rhsFriendlyName), lhsFriendlyName, rhsFriendlyName)) { return false; } } { String lhsSpecialText; lhsSpecialText = this.getSpecialText(); String rhsSpecialText; rhsSpecialText = that.getSpecialText(); if (!strategy.equals(LocatorUtils.property(thisLocator, "specialText", lhsSpecialText), LocatorUtils.property(thatLocator, "specialText", rhsSpecialText), lhsSpecialText, rhsSpecialText)) { return false; } } return true; } public boolean equals(Object object) { final EqualsStrategy strategy = JAXBEqualsStrategy.INSTANCE; return equals(null, null, object, strategy); } public int hashCode(ObjectLocator locator, HashCodeStrategy strategy) { int currentHashCode = 1; { String theTarget; theTarget = this.getTarget(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "target", theTarget), currentHashCode, theTarget); } { IdentificationNumber theIdentificationNumber; theIdentificationNumber = this.getIdentificationNumber(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "identificationNumber", theIdentificationNumber), currentHashCode, theIdentificationNumber); } { String thePublicURL; thePublicURL = this.getPublicURL(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "publicURL", thePublicURL), currentHashCode, thePublicURL); } { String theFriendlyName; theFriendlyName = this.getFriendlyName(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "friendlyName", theFriendlyName), currentHashCode, theFriendlyName); } { String theSpecialText; theSpecialText = this.getSpecialText(); currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "specialText", theSpecialText), currentHashCode, theSpecialText); } return currentHashCode; } public int hashCode() { final HashCodeStrategy strategy = JAXBHashCodeStrategy.INSTANCE; return this.hashCode(null, strategy); } }