com.hack23.cia.model.external.riksdagen.dokumentlista.impl
Class DocumentContainerElement

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

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

Java class for DocumentContainerElement complex type.

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

 <complexType name="DocumentContainerElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dokument" type="{http://dokumentlista.riksdagen.external.model.cia.hack23.com/impl}DocumentElement" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="datum" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="debug" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="nasta_sida" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="sida" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="sidor" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="skapad" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="traff_fran" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="traff_till" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="traffar" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="warning" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String created
           
protected  String datum
           
protected  String debug
           
protected  List<DocumentElement> dokument
           
protected  BigInteger hits
           
protected  BigInteger hitsFrom
           
protected  BigInteger hitsTo
           
protected  Long hjid
           
protected  String nextPage
           
protected  BigInteger page
           
protected  BigInteger totalPages
           
protected  String version
           
protected  String warning
           
 
Constructor Summary
DocumentContainerElement()
           
 
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 getCreated()
          Gets the value of the created property.
 String getDatum()
          Gets the value of the datum property.
 String getDebug()
          Gets the value of the debug property.
 List<DocumentElement> getDokument()
          Gets the value of the dokument property.
 BigInteger getHits()
          Gets the value of the hits property.
 BigInteger getHitsFrom()
          Gets the value of the hitsFrom property.
 BigInteger getHitsTo()
          Gets the value of the hitsTo property.
 Long getHjid()
          Gets the value of the hjid property.
 String getNextPage()
          Gets the value of the nextPage property.
 BigInteger getPage()
          Gets the value of the page property.
 BigInteger getTotalPages()
          Gets the value of the totalPages property.
 String getVersion()
          Gets the value of the version property.
 String getWarning()
          Gets the value of the warning property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setCreated(String value)
          Sets the value of the created property.
 void setDatum(String value)
          Sets the value of the datum property.
 void setDebug(String value)
          Sets the value of the debug property.
 void setDokument(List<DocumentElement> dokument)
           
 void setHits(BigInteger value)
          Sets the value of the hits property.
 void setHitsFrom(BigInteger value)
          Sets the value of the hitsFrom property.
 void setHitsTo(BigInteger value)
          Sets the value of the hitsTo property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setNextPage(String value)
          Sets the value of the nextPage property.
 void setPage(BigInteger value)
          Sets the value of the page property.
 void setTotalPages(BigInteger value)
          Sets the value of the totalPages property.
 void setVersion(String value)
          Sets the value of the version property.
 void setWarning(String value)
          Sets the value of the warning property.
 DocumentContainerElement withCreated(String value)
           
 DocumentContainerElement withDatum(String value)
           
 DocumentContainerElement withDebug(String value)
           
 DocumentContainerElement withDokument(Collection<DocumentElement> values)
           
 DocumentContainerElement withDokument(DocumentElement... values)
           
 DocumentContainerElement withDokument(List<DocumentElement> dokument)
           
 DocumentContainerElement withHits(BigInteger value)
           
 DocumentContainerElement withHitsFrom(BigInteger value)
           
 DocumentContainerElement withHitsTo(BigInteger value)
           
 DocumentContainerElement withNextPage(String value)
           
 DocumentContainerElement withPage(BigInteger value)
           
 DocumentContainerElement withTotalPages(BigInteger value)
           
 DocumentContainerElement withVersion(String value)
           
 DocumentContainerElement withWarning(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dokument

protected List<DocumentElement> dokument

datum

protected String datum

debug

protected String debug

nextPage

protected String nextPage

page

protected BigInteger page

totalPages

protected BigInteger totalPages

created

protected String created

hitsFrom

protected BigInteger hitsFrom

hitsTo

protected BigInteger hitsTo

hits

protected BigInteger hits

version

protected String version

warning

protected String warning

hjid

protected Long hjid
Constructor Detail

DocumentContainerElement

public DocumentContainerElement()
Method Detail

getDokument

public List<DocumentElement> getDokument()
Gets the value of the dokument property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dokument property.

For example, to add a new item, do as follows:

    getDokument().add(newItem);
 

Objects of the following type(s) are allowed in the list DocumentElement


setDokument

public void setDokument(List<DocumentElement> dokument)

getDatum

public String getDatum()
Gets the value of the datum property.

Returns:
possible object is String

setDatum

public void setDatum(String value)
Sets the value of the datum property.

Parameters:
value - allowed object is String

getDebug

public String getDebug()
Gets the value of the debug property.

Returns:
possible object is String

setDebug

public void setDebug(String value)
Sets the value of the debug property.

Parameters:
value - allowed object is String

getNextPage

public String getNextPage()
Gets the value of the nextPage property.

Returns:
possible object is String

setNextPage

public void setNextPage(String value)
Sets the value of the nextPage property.

Parameters:
value - allowed object is String

getPage

public BigInteger getPage()
Gets the value of the page property.

Returns:
possible object is BigInteger

setPage

public void setPage(BigInteger value)
Sets the value of the page property.

Parameters:
value - allowed object is BigInteger

getTotalPages

public BigInteger getTotalPages()
Gets the value of the totalPages property.

Returns:
possible object is BigInteger

setTotalPages

public void setTotalPages(BigInteger value)
Sets the value of the totalPages property.

Parameters:
value - allowed object is BigInteger

getCreated

public String getCreated()
Gets the value of the created property.

Returns:
possible object is String

setCreated

public void setCreated(String value)
Sets the value of the created property.

Parameters:
value - allowed object is String

getHitsFrom

public BigInteger getHitsFrom()
Gets the value of the hitsFrom property.

Returns:
possible object is BigInteger

setHitsFrom

public void setHitsFrom(BigInteger value)
Sets the value of the hitsFrom property.

Parameters:
value - allowed object is BigInteger

getHitsTo

public BigInteger getHitsTo()
Gets the value of the hitsTo property.

Returns:
possible object is BigInteger

setHitsTo

public void setHitsTo(BigInteger value)
Sets the value of the hitsTo property.

Parameters:
value - allowed object is BigInteger

getHits

public BigInteger getHits()
Gets the value of the hits property.

Returns:
possible object is BigInteger

setHits

public void setHits(BigInteger value)
Sets the value of the hits property.

Parameters:
value - allowed object is BigInteger

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getWarning

public String getWarning()
Gets the value of the warning property.

Returns:
possible object is String

setWarning

public void setWarning(String value)
Sets the value of the warning property.

Parameters:
value - allowed object is String

withDokument

public DocumentContainerElement withDokument(DocumentElement... values)

withDokument

public DocumentContainerElement withDokument(Collection<DocumentElement> values)

withDokument

public DocumentContainerElement withDokument(List<DocumentElement> dokument)

withDatum

public DocumentContainerElement withDatum(String value)

withDebug

public DocumentContainerElement withDebug(String value)

withNextPage

public DocumentContainerElement withNextPage(String value)

withPage

public DocumentContainerElement withPage(BigInteger value)

withTotalPages

public DocumentContainerElement withTotalPages(BigInteger value)

withCreated

public DocumentContainerElement withCreated(String value)

withHitsFrom

public DocumentContainerElement withHitsFrom(BigInteger value)

withHitsTo

public DocumentContainerElement withHitsTo(BigInteger value)

withHits

public DocumentContainerElement withHits(BigInteger value)

withVersion

public DocumentContainerElement withVersion(String value)

withWarning

public DocumentContainerElement withWarning(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.