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

java.lang.Objectcom.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeDocumentData
@Entity(name="CommitteeDocumentData") public class CommitteeDocumentData
Java class for CommitteeDocumentData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommitteeDocumentData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hangar_id" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="dok_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="beteckning" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subtyp" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tempbeteckning" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="organ" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="slutnummer" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="datum" type="{http://www.w3.org/2001/XMLSchema}date"/>
<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="status" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
committeeProposalUrlXml
|
protected Date |
date
|
protected String |
documentStatusUrlWww
|
protected String |
documentStatusUrlXml
|
protected String |
documentUrlHtml
|
protected String |
documentUrlText
|
protected BigInteger |
endNumber
|
protected BigInteger |
hangarId
|
protected String |
id
|
protected String |
label
|
protected String |
org
|
protected Date |
publicDate
|
protected String |
rm
|
protected String |
status
|
protected String |
subTitle
|
protected String |
subType
|
protected String |
tempLabel
|
protected String |
title
|
| Constructor Summary | |
|---|---|
CommitteeDocumentData()
|
|
| 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 |
getCommitteeProposalUrlXml()
Gets the value of the committeeProposalUrlXml property. |
Date |
getDate()
Gets the value of the date 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 |
getEndNumber()
Gets the value of the endNumber property. |
BigInteger |
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. |
String |
getOrg()
Gets the value of the org property. |
Date |
getPublicDate()
Gets the value of the publicDate 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. |
String |
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. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCommitteeProposalUrlXml(String value)
Sets the value of the committeeProposalUrlXml property. |
void |
setDate(Date value)
Sets the value of the date 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 |
setEndNumber(BigInteger value)
Sets the value of the endNumber property. |
void |
setHangarId(BigInteger 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 |
setOrg(String value)
Sets the value of the org property. |
void |
setPublicDate(Date value)
Sets the value of the publicDate 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(String 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. |
CommitteeDocumentData |
withCommitteeProposalUrlXml(String value)
|
CommitteeDocumentData |
withDate(Date value)
|
CommitteeDocumentData |
withDocumentStatusUrlWww(String value)
|
CommitteeDocumentData |
withDocumentStatusUrlXml(String value)
|
CommitteeDocumentData |
withDocumentUrlHtml(String value)
|
CommitteeDocumentData |
withDocumentUrlText(String value)
|
CommitteeDocumentData |
withEndNumber(BigInteger value)
|
CommitteeDocumentData |
withHangarId(BigInteger value)
|
CommitteeDocumentData |
withId(String value)
|
CommitteeDocumentData |
withLabel(String value)
|
CommitteeDocumentData |
withOrg(String value)
|
CommitteeDocumentData |
withPublicDate(Date value)
|
CommitteeDocumentData |
withRm(String value)
|
CommitteeDocumentData |
withStatus(String value)
|
CommitteeDocumentData |
withSubTitle(String value)
|
CommitteeDocumentData |
withSubType(String value)
|
CommitteeDocumentData |
withTempLabel(String value)
|
CommitteeDocumentData |
withTitle(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String rm
protected BigInteger hangarId
protected String id
protected String label
protected String subType
protected String tempLabel
protected String org
protected BigInteger endNumber
protected Date date
protected Date publicDate
protected String title
protected String subTitle
protected String status
protected String documentUrlText
protected String documentUrlHtml
protected String documentStatusUrlXml
protected String documentStatusUrlWww
protected String committeeProposalUrlXml
| Constructor Detail |
|---|
public CommitteeDocumentData()
| Method Detail |
|---|
public String getRm()
Stringpublic void setRm(String value)
value - allowed object is
Stringpublic BigInteger getHangarId()
BigIntegerpublic void setHangarId(BigInteger value)
value - allowed object is
BigIntegerpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getSubType()
Stringpublic void setSubType(String value)
value - allowed object is
Stringpublic String getTempLabel()
Stringpublic void setTempLabel(String value)
value - allowed object is
Stringpublic String getOrg()
Stringpublic void setOrg(String value)
value - allowed object is
Stringpublic BigInteger getEndNumber()
BigIntegerpublic void setEndNumber(BigInteger value)
value - allowed object is
BigIntegerpublic Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic Date getPublicDate()
Stringpublic void setPublicDate(Date value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getSubTitle()
Stringpublic void setSubTitle(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getDocumentUrlText()
Stringpublic void setDocumentUrlText(String value)
value - allowed object is
Stringpublic String getDocumentUrlHtml()
Stringpublic void setDocumentUrlHtml(String value)
value - allowed object is
Stringpublic String getDocumentStatusUrlXml()
Stringpublic void setDocumentStatusUrlXml(String value)
value - allowed object is
Stringpublic String getDocumentStatusUrlWww()
Stringpublic void setDocumentStatusUrlWww(String value)
value - allowed object is
Stringpublic String getCommitteeProposalUrlXml()
Stringpublic void setCommitteeProposalUrlXml(String value)
value - allowed object is
Stringpublic CommitteeDocumentData withRm(String value)
public CommitteeDocumentData withHangarId(BigInteger value)
public CommitteeDocumentData withId(String value)
public CommitteeDocumentData withLabel(String value)
public CommitteeDocumentData withSubType(String value)
public CommitteeDocumentData withTempLabel(String value)
public CommitteeDocumentData withOrg(String value)
public CommitteeDocumentData withEndNumber(BigInteger value)
public CommitteeDocumentData withDate(Date value)
public CommitteeDocumentData withPublicDate(Date value)
public CommitteeDocumentData withTitle(String value)
public CommitteeDocumentData withSubTitle(String value)
public CommitteeDocumentData withStatus(String value)
public CommitteeDocumentData withDocumentUrlText(String value)
public CommitteeDocumentData withDocumentUrlHtml(String value)
public CommitteeDocumentData withDocumentStatusUrlXml(String value)
public CommitteeDocumentData withDocumentStatusUrlWww(String value)
public CommitteeDocumentData withCommitteeProposalUrlXml(String value)
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 | |||||||||