Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    A factory for creating Object objects.
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Instantiates a new object factory.
    • Method Detail

      • createBallotContainer

        public BallotContainer createBallotContainer()
        Creates a new Object object.
        Returns:
        the ballot container
      • createBallotDocumentElement

        public BallotDocumentElement createBallotDocumentElement()
        Creates a new Object object.
        Returns:
        the ballot document element
      • createBallotDocumentData

        public BallotDocumentData createBallotDocumentData()
        Creates a new Object object.
        Returns:
        the ballot document data
      • createVoteDataDto

        public VoteDataDto createVoteDataDto()
        Creates a new Object object.
        Returns:
        the vote data dto
      • createVoteData

        public VoteData createVoteData()
        Creates a new Object object.
        Returns:
        the vote data
      • createVoteDataEmbeddedId

        public VoteDataEmbeddedId createVoteDataEmbeddedId()
        Creates a new Object object.
        Returns:
        the vote data embedded id
      • createVotering

        public javax.xml.bind.JAXBElement<BallotContainer> createVotering​(BallotContainer value)
        Creates a new Object object.
        Parameters:
        value - the value
        Returns:
        the JAXB element