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

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

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

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>
 

See Also:
Serialized Form

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

referenceType

protected ReferenceType referenceType

referenceDocumentId

protected String referenceDocumentId

detail

protected String detail

hjid

protected Long hjid
Constructor Detail

DocumentReferenceData

public DocumentReferenceData()
Method Detail

getReferenceType

public ReferenceType getReferenceType()
Gets the value of the referenceType property.

Returns:
possible object is ReferenceType

setReferenceType

public void setReferenceType(ReferenceType value)
Sets the value of the referenceType property.

Parameters:
value - allowed object is ReferenceType

getReferenceDocumentId

public String getReferenceDocumentId()
Gets the value of the referenceDocumentId property.

Returns:
possible object is String

setReferenceDocumentId

public void setReferenceDocumentId(String value)
Sets the value of the referenceDocumentId property.

Parameters:
value - allowed object is String

getDetail

public String getDetail()
Gets the value of the detail property.

Returns:
possible object is String

setDetail

public void setDetail(String value)
Sets the value of the detail property.

Parameters:
value - allowed object is String

withReferenceType

public DocumentReferenceData withReferenceType(ReferenceType value)

withReferenceDocumentId

public DocumentReferenceData withReferenceDocumentId(String value)

withDetail

public DocumentReferenceData withDetail(String 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.