com.hack23.cia.model.external.riksdagen.utskottsforslag.impl
Class CommitteeDocumentData

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

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

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>
 

See Also:
Serialized Form

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

rm

protected String rm

hangarId

protected BigInteger hangarId

id

protected String id

label

protected String label

subType

protected String subType

tempLabel

protected String tempLabel

org

protected String org

endNumber

protected BigInteger endNumber

date

protected Date date

publicDate

protected Date publicDate

title

protected String title

subTitle

protected String subTitle

status

protected String status

documentUrlText

protected String documentUrlText

documentUrlHtml

protected String documentUrlHtml

documentStatusUrlXml

protected String documentStatusUrlXml

documentStatusUrlWww

protected String documentStatusUrlWww

committeeProposalUrlXml

protected String committeeProposalUrlXml
Constructor Detail

CommitteeDocumentData

public CommitteeDocumentData()
Method Detail

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

getHangarId

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

Returns:
possible object is BigInteger

setHangarId

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

Parameters:
value - allowed object is BigInteger

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

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

getSubType

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

Returns:
possible object is String

setSubType

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

Parameters:
value - allowed object is String

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

getEndNumber

public BigInteger getEndNumber()
Gets the value of the endNumber property.

Returns:
possible object is BigInteger

setEndNumber

public void setEndNumber(BigInteger value)
Sets the value of the endNumber property.

Parameters:
value - allowed object is BigInteger

getDate

public Date getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(Date value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getPublicDate

public Date getPublicDate()
Gets the value of the publicDate property.

Returns:
possible object is String

setPublicDate

public void setPublicDate(Date value)
Sets the value of the publicDate 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

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

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

getCommitteeProposalUrlXml

public String getCommitteeProposalUrlXml()
Gets the value of the committeeProposalUrlXml property.

Returns:
possible object is String

setCommitteeProposalUrlXml

public void setCommitteeProposalUrlXml(String value)
Sets the value of the committeeProposalUrlXml property.

Parameters:
value - allowed object is String

withRm

public CommitteeDocumentData withRm(String value)

withHangarId

public CommitteeDocumentData withHangarId(BigInteger value)

withId

public CommitteeDocumentData withId(String value)

withLabel

public CommitteeDocumentData withLabel(String value)

withSubType

public CommitteeDocumentData withSubType(String value)

withTempLabel

public CommitteeDocumentData withTempLabel(String value)

withOrg

public CommitteeDocumentData withOrg(String value)

withEndNumber

public CommitteeDocumentData withEndNumber(BigInteger value)

withDate

public CommitteeDocumentData withDate(Date value)

withPublicDate

public CommitteeDocumentData withPublicDate(Date value)

withTitle

public CommitteeDocumentData withTitle(String value)

withSubTitle

public CommitteeDocumentData withSubTitle(String value)

withStatus

public CommitteeDocumentData withStatus(String value)

withDocumentUrlText

public CommitteeDocumentData withDocumentUrlText(String value)

withDocumentUrlHtml

public CommitteeDocumentData withDocumentUrlHtml(String value)

withDocumentStatusUrlXml

public CommitteeDocumentData withDocumentStatusUrlXml(String value)

withDocumentStatusUrlWww

public CommitteeDocumentData withDocumentStatusUrlWww(String value)

withCommitteeProposalUrlXml

public CommitteeDocumentData withCommitteeProposalUrlXml(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.