|
||||||||||
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.DocumentReferenceData
@Entity(name="DocumentReferenceData") public class DocumentReferenceData
Java class for DocumentReferenceData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentReferenceData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="referenstyp" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}ReferenceType"/> <element name="ref_dokid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uppgift" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
detail
|
protected Long |
hjid
|
protected String |
referenceDocumentId
|
protected ReferenceType |
referenceType
|
Constructor Summary | |
---|---|
DocumentReferenceData()
|
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. |
Long |
getHjid()
Gets the value of the hjid property. |
String |
getReferenceDocumentId()
Gets the value of the referenceDocumentId property. |
ReferenceType |
getReferenceType()
Gets the value of the referenceType 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 |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setReferenceDocumentId(String value)
Sets the value of the referenceDocumentId property. |
void |
setReferenceType(ReferenceType value)
Sets the value of the referenceType property. |
DocumentReferenceData |
withDetail(String value)
|
DocumentReferenceData |
withReferenceDocumentId(String value)
|
DocumentReferenceData |
withReferenceType(ReferenceType value)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ReferenceType referenceType
protected String referenceDocumentId
protected String detail
protected Long hjid
Constructor Detail |
---|
public DocumentReferenceData()
Method Detail |
---|
public ReferenceType getReferenceType()
ReferenceType
public void setReferenceType(ReferenceType value)
value
- allowed object is
ReferenceType
public String getReferenceDocumentId()
String
public void setReferenceDocumentId(String value)
value
- allowed object is
String
public String getDetail()
String
public void setDetail(String value)
value
- allowed object is
String
public DocumentReferenceData withReferenceType(ReferenceType value)
public DocumentReferenceData withReferenceDocumentId(String value)
public DocumentReferenceData withDetail(String 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 |