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

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

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

Java class for DocumentData complex type.

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

 <complexType name="DocumentData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hangar_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dok_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="beteckning" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="typ" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentType"/>
         <element name="subtyp" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentSubType"/>
         <element name="tempbeteckning" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="organ" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="nummer" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="slutnummer" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="publicerad" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="titel" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="subtitel" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dokument_url_text" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="dokument_url_html" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="dokumentstatus_url_xml" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="dokumentstatus_url_www" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="utskottsforslag_url_xml" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String committeeReportUrlXml
           
protected  String documentStatusUrlWWW
           
protected  String documentStatusUrlXml
           
protected  String documentUrlHtml
           
protected  String documentUrlText
           
protected  BigInteger finalNumber
           
protected  String hangarId
           
protected  String id
           
protected  String label
           
protected  Date madePublicDate
           
protected  BigInteger number
           
protected  String org
           
protected  String rm
           
protected  String status
           
protected  String subTitle
           
protected  DocumentSubType subType
           
protected  String tempLabel
           
protected  String title
           
protected  DocumentType type
           
 
Constructor Summary
DocumentData()
           
 
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 getCommitteeReportUrlXml()
          Gets the value of the committeeReportUrlXml property.
 String getDocumentStatusUrlWWW()
          Gets the value of the documentStatusUrlWWW property.
 String getDocumentStatusUrlXml()
          Gets the value of the documentStatusUrlXml property.
 String getDocumentUrlHtml()
          Gets the value of the documentUrlHtml property.
 String getDocumentUrlText()
          Gets the value of the documentUrlText property.
 BigInteger getFinalNumber()
          Gets the value of the finalNumber property.
 String getHangarId()
          Gets the value of the hangarId property.
 String getId()
          Gets the value of the id property.
 String getLabel()
          Gets the value of the label property.
 Date getMadePublicDate()
          Gets the value of the madePublicDate property.
 BigInteger getNumber()
          Gets the value of the number property.
 String getOrg()
          Gets the value of the org property.
 String getRm()
          Gets the value of the rm property.
 String getStatus()
          Gets the value of the status property.
 String getSubTitle()
          Gets the value of the subTitle property.
 DocumentSubType getSubType()
          Gets the value of the subType property.
 String getTempLabel()
          Gets the value of the tempLabel property.
 String getTitle()
          Gets the value of the title property.
 DocumentType 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 setCommitteeReportUrlXml(String value)
          Sets the value of the committeeReportUrlXml property.
 void setDocumentStatusUrlWWW(String value)
          Sets the value of the documentStatusUrlWWW property.
 void setDocumentStatusUrlXml(String value)
          Sets the value of the documentStatusUrlXml property.
 void setDocumentUrlHtml(String value)
          Sets the value of the documentUrlHtml property.
 void setDocumentUrlText(String value)
          Sets the value of the documentUrlText property.
 void setFinalNumber(BigInteger value)
          Sets the value of the finalNumber property.
 void setHangarId(String value)
          Sets the value of the hangarId property.
 void setId(String value)
          Sets the value of the id property.
 void setLabel(String value)
          Sets the value of the label property.
 void setMadePublicDate(Date value)
          Sets the value of the madePublicDate property.
 void setNumber(BigInteger value)
          Sets the value of the number property.
 void setOrg(String value)
          Sets the value of the org property.
 void setRm(String value)
          Sets the value of the rm property.
 void setStatus(String value)
          Sets the value of the status property.
 void setSubTitle(String value)
          Sets the value of the subTitle property.
 void setSubType(DocumentSubType value)
          Sets the value of the subType property.
 void setTempLabel(String value)
          Sets the value of the tempLabel property.
 void setTitle(String value)
          Sets the value of the title property.
 void setType(DocumentType value)
          Sets the value of the type property.
 DocumentData withCommitteeReportUrlXml(String value)
           
 DocumentData withDocumentStatusUrlWWW(String value)
           
 DocumentData withDocumentStatusUrlXml(String value)
           
 DocumentData withDocumentUrlHtml(String value)
           
 DocumentData withDocumentUrlText(String value)
           
 DocumentData withFinalNumber(BigInteger value)
           
 DocumentData withHangarId(String value)
           
 DocumentData withId(String value)
           
 DocumentData withLabel(String value)
           
 DocumentData withMadePublicDate(Date value)
           
 DocumentData withNumber(BigInteger value)
           
 DocumentData withOrg(String value)
           
 DocumentData withRm(String value)
           
 DocumentData withStatus(String value)
           
 DocumentData withSubTitle(String value)
           
 DocumentData withSubType(DocumentSubType value)
           
 DocumentData withTempLabel(String value)
           
 DocumentData withTitle(String value)
           
 DocumentData withType(DocumentType value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hangarId

protected String hangarId

id

protected String id

rm

protected String rm

label

protected String label

type

protected DocumentType type

subType

protected DocumentSubType subType

tempLabel

protected String tempLabel

org

protected String org

number

protected BigInteger number

finalNumber

protected BigInteger finalNumber

madePublicDate

protected Date madePublicDate

title

protected String title

subTitle

protected String subTitle

documentUrlText

protected String documentUrlText

documentUrlHtml

protected String documentUrlHtml

documentStatusUrlXml

protected String documentStatusUrlXml

documentStatusUrlWWW

protected String documentStatusUrlWWW

committeeReportUrlXml

protected String committeeReportUrlXml

status

protected String status
Constructor Detail

DocumentData

public DocumentData()
Method Detail

getHangarId

public String getHangarId()
Gets the value of the hangarId property.

Returns:
possible object is String

setHangarId

public void setHangarId(String value)
Sets the value of the hangarId property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRm

public String getRm()
Gets the value of the rm property.

Returns:
possible object is String

setRm

public void setRm(String value)
Sets the value of the rm property.

Parameters:
value - allowed object is String

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getType

public DocumentType getType()
Gets the value of the type property.

Returns:
possible object is DocumentType

setType

public void setType(DocumentType value)
Sets the value of the type property.

Parameters:
value - allowed object is DocumentType

getSubType

public DocumentSubType getSubType()
Gets the value of the subType property.

Returns:
possible object is DocumentSubType

setSubType

public void setSubType(DocumentSubType value)
Sets the value of the subType property.

Parameters:
value - allowed object is DocumentSubType

getTempLabel

public String getTempLabel()
Gets the value of the tempLabel property.

Returns:
possible object is String

setTempLabel

public void setTempLabel(String value)
Sets the value of the tempLabel property.

Parameters:
value - allowed object is String

getOrg

public String getOrg()
Gets the value of the org property.

Returns:
possible object is String

setOrg

public void setOrg(String value)
Sets the value of the org property.

Parameters:
value - allowed object is String

getNumber

public BigInteger getNumber()
Gets the value of the number property.

Returns:
possible object is BigInteger

setNumber

public void setNumber(BigInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is BigInteger

getFinalNumber

public BigInteger getFinalNumber()
Gets the value of the finalNumber property.

Returns:
possible object is BigInteger

setFinalNumber

public void setFinalNumber(BigInteger value)
Sets the value of the finalNumber property.

Parameters:
value - allowed object is BigInteger

getMadePublicDate

public Date getMadePublicDate()
Gets the value of the madePublicDate property.

Returns:
possible object is String

setMadePublicDate

public void setMadePublicDate(Date value)
Sets the value of the madePublicDate property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getSubTitle

public String getSubTitle()
Gets the value of the subTitle property.

Returns:
possible object is String

setSubTitle

public void setSubTitle(String value)
Sets the value of the subTitle property.

Parameters:
value - allowed object is String

getDocumentUrlText

public String getDocumentUrlText()
Gets the value of the documentUrlText property.

Returns:
possible object is String

setDocumentUrlText

public void setDocumentUrlText(String value)
Sets the value of the documentUrlText property.

Parameters:
value - allowed object is String

getDocumentUrlHtml

public String getDocumentUrlHtml()
Gets the value of the documentUrlHtml property.

Returns:
possible object is String

setDocumentUrlHtml

public void setDocumentUrlHtml(String value)
Sets the value of the documentUrlHtml property.

Parameters:
value - allowed object is String

getDocumentStatusUrlXml

public String getDocumentStatusUrlXml()
Gets the value of the documentStatusUrlXml property.

Returns:
possible object is String

setDocumentStatusUrlXml

public void setDocumentStatusUrlXml(String value)
Sets the value of the documentStatusUrlXml property.

Parameters:
value - allowed object is String

getDocumentStatusUrlWWW

public String getDocumentStatusUrlWWW()
Gets the value of the documentStatusUrlWWW property.

Returns:
possible object is String

setDocumentStatusUrlWWW

public void setDocumentStatusUrlWWW(String value)
Sets the value of the documentStatusUrlWWW property.

Parameters:
value - allowed object is String

getCommitteeReportUrlXml

public String getCommitteeReportUrlXml()
Gets the value of the committeeReportUrlXml property.

Returns:
possible object is String

setCommitteeReportUrlXml

public void setCommitteeReportUrlXml(String value)
Sets the value of the committeeReportUrlXml property.

Parameters:
value - allowed object is String

getStatus

public String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

withHangarId

public DocumentData withHangarId(String value)

withId

public DocumentData withId(String value)

withRm

public DocumentData withRm(String value)

withLabel

public DocumentData withLabel(String value)

withType

public DocumentData withType(DocumentType value)

withSubType

public DocumentData withSubType(DocumentSubType value)

withTempLabel

public DocumentData withTempLabel(String value)

withOrg

public DocumentData withOrg(String value)

withNumber

public DocumentData withNumber(BigInteger value)

withFinalNumber

public DocumentData withFinalNumber(BigInteger value)

withMadePublicDate

public DocumentData withMadePublicDate(Date value)

withTitle

public DocumentData withTitle(String value)

withSubTitle

public DocumentData withSubTitle(String value)

withDocumentUrlText

public DocumentData withDocumentUrlText(String value)

withDocumentUrlHtml

public DocumentData withDocumentUrlHtml(String value)

withDocumentStatusUrlXml

public DocumentData withDocumentStatusUrlXml(String value)

withDocumentStatusUrlWWW

public DocumentData withDocumentStatusUrlWWW(String value)

withCommitteeReportUrlXml

public DocumentData withCommitteeReportUrlXml(String value)

withStatus

public DocumentData withStatus(String value)

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.