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

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

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

Java class for DocumentStatusContainer complex type.

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

 <complexType name="DocumentStatusContainer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dokument" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentData"/>
         <element name="dokforslag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dokaktivitet" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentActivityContainer"/>
         <element name="dokuppgift" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentDetailContainer"/>
         <element name="dokbilaga" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentAttachmentContainer"/>
         <element name="dokreferens" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentReferenceContainer"/>
         <element name="dokintressent" type="{http://dokumentstatus.riksdagen.external.model.cia.hack23.com/impl}DocumentPersonReferenceContainer"/>
         <element name="dokkategori" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DocumentData document
           
protected  DocumentActivityContainer documentActivityContainer
           
protected  DocumentAttachmentContainer documentAttachmentContainer
           
protected  String documentCategory
           
protected  DocumentDetailContainer documentDetailContainer
           
protected  DocumentPersonReferenceContainer documentPersonReferenceContainer
           
protected  String documentProposal
           
protected  DocumentReferenceContainer documentReferenceContainer
           
protected  Long hjid
           
 
Constructor Summary
DocumentStatusContainer()
           
 
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)
           
 DocumentData getDocument()
          Gets the value of the document property.
 DocumentActivityContainer getDocumentActivityContainer()
          Gets the value of the documentActivityContainer property.
 DocumentAttachmentContainer getDocumentAttachmentContainer()
          Gets the value of the documentAttachmentContainer property.
 String getDocumentCategory()
          Gets the value of the documentCategory property.
 DocumentDetailContainer getDocumentDetailContainer()
          Gets the value of the documentDetailContainer property.
 DocumentPersonReferenceContainer getDocumentPersonReferenceContainer()
          Gets the value of the documentPersonReferenceContainer property.
 String getDocumentProposal()
          Gets the value of the documentProposal property.
 DocumentReferenceContainer getDocumentReferenceContainer()
          Gets the value of the documentReferenceContainer property.
 Long getHjid()
          Gets the value of the hjid property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setDocument(DocumentData value)
          Sets the value of the document property.
 void setDocumentActivityContainer(DocumentActivityContainer value)
          Sets the value of the documentActivityContainer property.
 void setDocumentAttachmentContainer(DocumentAttachmentContainer value)
          Sets the value of the documentAttachmentContainer property.
 void setDocumentCategory(String value)
          Sets the value of the documentCategory property.
 void setDocumentDetailContainer(DocumentDetailContainer value)
          Sets the value of the documentDetailContainer property.
 void setDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
          Sets the value of the documentPersonReferenceContainer property.
 void setDocumentProposal(String value)
          Sets the value of the documentProposal property.
 void setDocumentReferenceContainer(DocumentReferenceContainer value)
          Sets the value of the documentReferenceContainer property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 DocumentStatusContainer withDocument(DocumentData value)
           
 DocumentStatusContainer withDocumentActivityContainer(DocumentActivityContainer value)
           
 DocumentStatusContainer withDocumentAttachmentContainer(DocumentAttachmentContainer value)
           
 DocumentStatusContainer withDocumentCategory(String value)
           
 DocumentStatusContainer withDocumentDetailContainer(DocumentDetailContainer value)
           
 DocumentStatusContainer withDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
           
 DocumentStatusContainer withDocumentProposal(String value)
           
 DocumentStatusContainer withDocumentReferenceContainer(DocumentReferenceContainer value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

protected DocumentData document

documentProposal

protected String documentProposal

documentActivityContainer

protected DocumentActivityContainer documentActivityContainer

documentDetailContainer

protected DocumentDetailContainer documentDetailContainer

documentAttachmentContainer

protected DocumentAttachmentContainer documentAttachmentContainer

documentReferenceContainer

protected DocumentReferenceContainer documentReferenceContainer

documentPersonReferenceContainer

protected DocumentPersonReferenceContainer documentPersonReferenceContainer

documentCategory

protected String documentCategory

hjid

protected Long hjid
Constructor Detail

DocumentStatusContainer

public DocumentStatusContainer()
Method Detail

getDocument

public DocumentData getDocument()
Gets the value of the document property.

Returns:
possible object is DocumentData

setDocument

public void setDocument(DocumentData value)
Sets the value of the document property.

Parameters:
value - allowed object is DocumentData

getDocumentProposal

public String getDocumentProposal()
Gets the value of the documentProposal property.

Returns:
possible object is String

setDocumentProposal

public void setDocumentProposal(String value)
Sets the value of the documentProposal property.

Parameters:
value - allowed object is String

getDocumentActivityContainer

public DocumentActivityContainer getDocumentActivityContainer()
Gets the value of the documentActivityContainer property.

Returns:
possible object is DocumentActivityContainer

setDocumentActivityContainer

public void setDocumentActivityContainer(DocumentActivityContainer value)
Sets the value of the documentActivityContainer property.

Parameters:
value - allowed object is DocumentActivityContainer

getDocumentDetailContainer

public DocumentDetailContainer getDocumentDetailContainer()
Gets the value of the documentDetailContainer property.

Returns:
possible object is DocumentDetailContainer

setDocumentDetailContainer

public void setDocumentDetailContainer(DocumentDetailContainer value)
Sets the value of the documentDetailContainer property.

Parameters:
value - allowed object is DocumentDetailContainer

getDocumentAttachmentContainer

public DocumentAttachmentContainer getDocumentAttachmentContainer()
Gets the value of the documentAttachmentContainer property.

Returns:
possible object is DocumentAttachmentContainer

setDocumentAttachmentContainer

public void setDocumentAttachmentContainer(DocumentAttachmentContainer value)
Sets the value of the documentAttachmentContainer property.

Parameters:
value - allowed object is DocumentAttachmentContainer

getDocumentReferenceContainer

public DocumentReferenceContainer getDocumentReferenceContainer()
Gets the value of the documentReferenceContainer property.

Returns:
possible object is DocumentReferenceContainer

setDocumentReferenceContainer

public void setDocumentReferenceContainer(DocumentReferenceContainer value)
Sets the value of the documentReferenceContainer property.

Parameters:
value - allowed object is DocumentReferenceContainer

getDocumentPersonReferenceContainer

public DocumentPersonReferenceContainer getDocumentPersonReferenceContainer()
Gets the value of the documentPersonReferenceContainer property.

Returns:
possible object is DocumentPersonReferenceContainer

setDocumentPersonReferenceContainer

public void setDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
Sets the value of the documentPersonReferenceContainer property.

Parameters:
value - allowed object is DocumentPersonReferenceContainer

getDocumentCategory

public String getDocumentCategory()
Gets the value of the documentCategory property.

Returns:
possible object is String

setDocumentCategory

public void setDocumentCategory(String value)
Sets the value of the documentCategory property.

Parameters:
value - allowed object is String

withDocument

public DocumentStatusContainer withDocument(DocumentData value)

withDocumentProposal

public DocumentStatusContainer withDocumentProposal(String value)

withDocumentActivityContainer

public DocumentStatusContainer withDocumentActivityContainer(DocumentActivityContainer value)

withDocumentDetailContainer

public DocumentStatusContainer withDocumentDetailContainer(DocumentDetailContainer value)

withDocumentAttachmentContainer

public DocumentStatusContainer withDocumentAttachmentContainer(DocumentAttachmentContainer value)

withDocumentReferenceContainer

public DocumentStatusContainer withDocumentReferenceContainer(DocumentReferenceContainer value)

withDocumentPersonReferenceContainer

public DocumentStatusContainer withDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)

withDocumentCategory

public DocumentStatusContainer withDocumentCategory(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.