|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.external.riksdagen.person.impl.AssignmentData
@Entity(name="AssignmentData") public class AssignmentData
Java class for AssignmentData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="organ_kod" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}OrgCode"/>
<element name="roll_kod" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}RoleStatus"/>
<element name="ordningsnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}RoleStatus"/>
<element name="typ" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="tom" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="uppgift" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="intressent_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
detail
|
protected Date |
fromDate
|
protected Long |
hjid
|
protected String |
intressentId
|
protected String |
orderNumber
|
protected OrgCode |
orgCode
|
protected RoleStatus |
roleCode
|
protected RoleStatus |
status
|
protected Date |
toDate
|
protected String |
type
|
| Constructor Summary | |
|---|---|
AssignmentData()
|
|
| 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)
|
String |
getDetail()
Gets the value of the detail property. |
Date |
getFromDate()
Gets the value of the fromDate property. |
Long |
getHjid()
Gets the value of the hjid property. |
String |
getIntressentId()
Gets the value of the intressentId property. |
String |
getOrderNumber()
Gets the value of the orderNumber property. |
OrgCode |
getOrgCode()
Gets the value of the orgCode property. |
RoleStatus |
getRoleCode()
Gets the value of the roleCode property. |
RoleStatus |
getStatus()
Gets the value of the status property. |
Date |
getToDate()
Gets the value of the toDate property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setDetail(String value)
Sets the value of the detail property. |
void |
setFromDate(Date value)
Sets the value of the fromDate property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setIntressentId(String value)
Sets the value of the intressentId property. |
void |
setOrderNumber(String value)
Sets the value of the orderNumber property. |
void |
setOrgCode(OrgCode value)
Sets the value of the orgCode property. |
void |
setRoleCode(RoleStatus value)
Sets the value of the roleCode property. |
void |
setStatus(RoleStatus value)
Sets the value of the status property. |
void |
setToDate(Date value)
Sets the value of the toDate property. |
void |
setType(String value)
Sets the value of the type property. |
AssignmentData |
withDetail(String value)
|
AssignmentData |
withFromDate(Date value)
|
AssignmentData |
withIntressentId(String value)
|
AssignmentData |
withOrderNumber(String value)
|
AssignmentData |
withOrgCode(OrgCode value)
|
AssignmentData |
withRoleCode(RoleStatus value)
|
AssignmentData |
withStatus(RoleStatus value)
|
AssignmentData |
withToDate(Date value)
|
AssignmentData |
withType(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OrgCode orgCode
protected RoleStatus roleCode
protected String orderNumber
protected RoleStatus status
protected String type
protected Date fromDate
protected Date toDate
protected String detail
protected String intressentId
protected Long hjid
| Constructor Detail |
|---|
public AssignmentData()
| Method Detail |
|---|
public OrgCode getOrgCode()
OrgCodepublic void setOrgCode(OrgCode value)
value - allowed object is
OrgCodepublic RoleStatus getRoleCode()
RoleStatuspublic void setRoleCode(RoleStatus value)
value - allowed object is
RoleStatuspublic String getOrderNumber()
Stringpublic void setOrderNumber(String value)
value - allowed object is
Stringpublic RoleStatus getStatus()
RoleStatuspublic void setStatus(RoleStatus value)
value - allowed object is
RoleStatuspublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Date getFromDate()
Stringpublic void setFromDate(Date value)
value - allowed object is
Stringpublic Date getToDate()
Stringpublic void setToDate(Date value)
value - allowed object is
Stringpublic String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
Stringpublic String getIntressentId()
Stringpublic void setIntressentId(String value)
value - allowed object is
Stringpublic AssignmentData withOrgCode(OrgCode value)
public AssignmentData withRoleCode(RoleStatus value)
public AssignmentData withOrderNumber(String value)
public AssignmentData withStatus(RoleStatus value)
public AssignmentData withType(String value)
public AssignmentData withFromDate(Date value)
public AssignmentData withToDate(Date value)
public AssignmentData withDetail(String value)
public AssignmentData withIntressentId(String value)
public Long getHjid()
Longpublic 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.Equalspublic 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.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||