|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentStatusContainer
@Entity(name="DocumentStatusContainer") public class DocumentStatusContainer
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>
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 |
---|
protected DocumentData document
protected String documentProposal
protected DocumentActivityContainer documentActivityContainer
protected DocumentDetailContainer documentDetailContainer
protected DocumentAttachmentContainer documentAttachmentContainer
protected DocumentReferenceContainer documentReferenceContainer
protected DocumentPersonReferenceContainer documentPersonReferenceContainer
protected String documentCategory
protected Long hjid
Constructor Detail |
---|
public DocumentStatusContainer()
Method Detail |
---|
public DocumentData getDocument()
DocumentData
public void setDocument(DocumentData value)
value
- allowed object is
DocumentData
public String getDocumentProposal()
String
public void setDocumentProposal(String value)
value
- allowed object is
String
public DocumentActivityContainer getDocumentActivityContainer()
DocumentActivityContainer
public void setDocumentActivityContainer(DocumentActivityContainer value)
value
- allowed object is
DocumentActivityContainer
public DocumentDetailContainer getDocumentDetailContainer()
DocumentDetailContainer
public void setDocumentDetailContainer(DocumentDetailContainer value)
value
- allowed object is
DocumentDetailContainer
public DocumentAttachmentContainer getDocumentAttachmentContainer()
DocumentAttachmentContainer
public void setDocumentAttachmentContainer(DocumentAttachmentContainer value)
value
- allowed object is
DocumentAttachmentContainer
public DocumentReferenceContainer getDocumentReferenceContainer()
DocumentReferenceContainer
public void setDocumentReferenceContainer(DocumentReferenceContainer value)
value
- allowed object is
DocumentReferenceContainer
public DocumentPersonReferenceContainer getDocumentPersonReferenceContainer()
DocumentPersonReferenceContainer
public void setDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
value
- allowed object is
DocumentPersonReferenceContainer
public String getDocumentCategory()
String
public void setDocumentCategory(String value)
value
- allowed object is
String
public DocumentStatusContainer withDocument(DocumentData value)
public DocumentStatusContainer withDocumentProposal(String value)
public DocumentStatusContainer withDocumentActivityContainer(DocumentActivityContainer value)
public DocumentStatusContainer withDocumentDetailContainer(DocumentDetailContainer value)
public DocumentStatusContainer withDocumentAttachmentContainer(DocumentAttachmentContainer value)
public DocumentStatusContainer withDocumentReferenceContainer(DocumentReferenceContainer value)
public DocumentStatusContainer withDocumentPersonReferenceContainer(DocumentPersonReferenceContainer value)
public DocumentStatusContainer withDocumentCategory(String value)
public Long getHjid()
Long
public void setHjid(Long value)
value
- allowed object is
Long
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.Equals
public 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.HashCode
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |