|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentPersonReferenceData
@Entity(name="DocumentPersonReferenceData") public class DocumentPersonReferenceData
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>
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 |
---|
protected String personReferenceId
protected String name
protected String partyShortCode
protected int orderNumber
protected DocumentPersonReferenceRoleType roleDescription
protected Long hjid
Constructor Detail |
---|
public DocumentPersonReferenceData()
Method Detail |
---|
public String getPersonReferenceId()
String
public void setPersonReferenceId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPartyShortCode()
String
public void setPartyShortCode(String value)
value
- allowed object is
String
public int getOrderNumber()
public void setOrderNumber(int value)
public DocumentPersonReferenceRoleType getRoleDescription()
DocumentPersonReferenceRoleType
public void setRoleDescription(DocumentPersonReferenceRoleType value)
value
- allowed object is
DocumentPersonReferenceRoleType
public DocumentPersonReferenceData withPersonReferenceId(String value)
public DocumentPersonReferenceData withName(String value)
public DocumentPersonReferenceData withPartyShortCode(String value)
public DocumentPersonReferenceData withOrderNumber(int value)
public DocumentPersonReferenceData withRoleDescription(DocumentPersonReferenceRoleType value)
public Long getHjid()
Long
public void setHjid(Long value)
value
- allowed object is
Long
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(Object object)
equals
in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |