Uses of Class
com.hack23.cia.model.external.riksdagen.voteringlista.impl.BallotDocumentElement

Packages that use BallotDocumentElement
com.hack23.cia.model.external.riksdagen.voteringlista.impl   
com.hack23.cia.service.external.riksdagen.api   
com.hack23.cia.service.external.riksdagen.impl   
 

Uses of BallotDocumentElement in com.hack23.cia.model.external.riksdagen.voteringlista.impl
 

Fields in com.hack23.cia.model.external.riksdagen.voteringlista.impl with type parameters of type BallotDocumentElement
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,Integer> BallotDocumentElement_.absentVotes
           
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,Integer> BallotDocumentElement_.abstainedVotes
           
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,String> BallotDocumentElement_.ballotId
           
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,Integer> BallotDocumentElement_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,Long> BallotDocumentElement_.hjid
           
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,Integer> BallotDocumentElement_.noVotes
           
static javax.persistence.metamodel.ListAttribute<VoteListContainerElement,BallotDocumentElement> VoteListContainerElement_.votering
           
protected  List<BallotDocumentElement> VoteListContainerElement.votering
           
static javax.persistence.metamodel.SingularAttribute<BallotDocumentElement,Integer> BallotDocumentElement_.yesVotes
           
 

Methods in com.hack23.cia.model.external.riksdagen.voteringlista.impl that return BallotDocumentElement
 BallotDocumentElement ObjectFactory.createBallotDocumentElement()
          Create an instance of BallotDocumentElement
 BallotDocumentElement BallotDocumentElement.withAbsentVotes(int value)
           
 BallotDocumentElement BallotDocumentElement.withAbstainedVotes(int value)
           
 BallotDocumentElement BallotDocumentElement.withBallotId(String value)
           
 BallotDocumentElement BallotDocumentElement.withNoVotes(int value)
           
 BallotDocumentElement BallotDocumentElement.withYesVotes(int value)
           
 

Methods in com.hack23.cia.model.external.riksdagen.voteringlista.impl that return types with arguments of type BallotDocumentElement
 List<BallotDocumentElement> VoteListContainerElement.getVotering()
          Gets the value of the votering property.
 

Methods in com.hack23.cia.model.external.riksdagen.voteringlista.impl with parameters of type BallotDocumentElement
 VoteListContainerElement VoteListContainerElement.withVotering(BallotDocumentElement... values)
           
 

Method parameters in com.hack23.cia.model.external.riksdagen.voteringlista.impl with type arguments of type BallotDocumentElement
 void VoteListContainerElement.setVotering(List<BallotDocumentElement> votering)
           
 VoteListContainerElement VoteListContainerElement.withVotering(Collection<BallotDocumentElement> values)
           
 VoteListContainerElement VoteListContainerElement.withVotering(List<BallotDocumentElement> votering)
           
 

Uses of BallotDocumentElement in com.hack23.cia.service.external.riksdagen.api
 

Methods in com.hack23.cia.service.external.riksdagen.api that return types with arguments of type BallotDocumentElement
 List<BallotDocumentElement> RiksdagenApi.getBallotList()
          Gets the ballot list.
 

Uses of BallotDocumentElement in com.hack23.cia.service.external.riksdagen.impl
 

Methods in com.hack23.cia.service.external.riksdagen.impl that return types with arguments of type BallotDocumentElement
 List<BallotDocumentElement> RiksdagenApiImpl.getBallotList()
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.