com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Class DocumentPersonReferenceData

Package class diagram package DocumentPersonReferenceData
java.lang.Object
  extended by com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentPersonReferenceData
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="DocumentPersonReferenceData")
public class DocumentPersonReferenceData
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Java class for DocumentPersonReferenceData complex type.

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

 <complexType name="DocumentPersonReferenceData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="intressent_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="namn" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="partibet" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ordning" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="roll" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentPersonReferenceRoleType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Long hjid
           
protected  String name
           
protected  int orderNumber
           
protected  String partyShortCode
           
protected  String personReferenceId
           
protected  DocumentPersonReferenceRoleType roleDescription
           
 
Constructor Summary
DocumentPersonReferenceData()
           
 
Method Summary
 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.EqualsStrategy strategy)
           
 Long getHjid()
          Gets the value of the hjid property.
 String getName()
          Gets the value of the name property.
 int getOrderNumber()
          Gets the value of the orderNumber property.
 String getPartyShortCode()
          Gets the value of the partyShortCode property.
 String getPersonReferenceId()
          Gets the value of the personReferenceId property.
 DocumentPersonReferenceRoleType getRoleDescription()
          Gets the value of the roleDescription property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setName(String value)
          Sets the value of the name property.
 void setOrderNumber(int value)
          Sets the value of the orderNumber property.
 void setPartyShortCode(String value)
          Sets the value of the partyShortCode property.
 void setPersonReferenceId(String value)
          Sets the value of the personReferenceId property.
 void setRoleDescription(DocumentPersonReferenceRoleType value)
          Sets the value of the roleDescription property.
 DocumentPersonReferenceData withName(String value)
           
 DocumentPersonReferenceData withOrderNumber(int value)
           
 DocumentPersonReferenceData withPartyShortCode(String value)
           
 DocumentPersonReferenceData withPersonReferenceId(String value)
           
 DocumentPersonReferenceData withRoleDescription(DocumentPersonReferenceRoleType value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personReferenceId

protected String personReferenceId

name

protected String name

partyShortCode

protected String partyShortCode

orderNumber

protected int orderNumber

roleDescription

protected DocumentPersonReferenceRoleType roleDescription

hjid

protected Long hjid
Constructor Detail

DocumentPersonReferenceData

public DocumentPersonReferenceData()
Method Detail

getPersonReferenceId

public String getPersonReferenceId()
Gets the value of the personReferenceId property.

Returns:
possible object is String

setPersonReferenceId

public void setPersonReferenceId(String value)
Sets the value of the personReferenceId property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPartyShortCode

public String getPartyShortCode()
Gets the value of the partyShortCode property.

Returns:
possible object is String

setPartyShortCode

public void setPartyShortCode(String value)
Sets the value of the partyShortCode property.

Parameters:
value - allowed object is String

getOrderNumber

public int getOrderNumber()
Gets the value of the orderNumber property.


setOrderNumber

public void setOrderNumber(int value)
Sets the value of the orderNumber property.


getRoleDescription

public DocumentPersonReferenceRoleType getRoleDescription()
Gets the value of the roleDescription property.

Returns:
possible object is DocumentPersonReferenceRoleType

setRoleDescription

public void setRoleDescription(DocumentPersonReferenceRoleType value)
Sets the value of the roleDescription property.

Parameters:
value - allowed object is DocumentPersonReferenceRoleType

withPersonReferenceId

public DocumentPersonReferenceData withPersonReferenceId(String value)

withName

public DocumentPersonReferenceData withName(String value)

withPartyShortCode

public DocumentPersonReferenceData withPartyShortCode(String value)

withOrderNumber

public DocumentPersonReferenceData withOrderNumber(int value)

withRoleDescription

public DocumentPersonReferenceData withRoleDescription(DocumentPersonReferenceRoleType value)

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.