Class ObjectFactory
java.lang.Object
com.hack23.cia.model.external.val.kommunvalkrets.impl.ObjectFactory
A factory for creating Object objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SwedenCountyDataContainer>Creates a new Object object.Creates a new Object object.Creates a new Object object.Creates a new Object object.Creates a new Object object.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Instantiates a new object factory.
-
-
Method Details
-
createSwedenCountyDataContainer
Creates a new Object object.- Returns:
- the sweden county data container
-
createSwedenCountyData
Creates a new Object object.- Returns:
- the sweden county data
-
createSwedenMunicipalityData
Creates a new Object object.- Returns:
- the sweden municipality data
-
createSwedenMunicipalityElectionRegionData
Creates a new Object object.- Returns:
- the sweden municipality election region data
-
createRoot
public javax.xml.bind.JAXBElement<SwedenCountyDataContainer> createRoot(SwedenCountyDataContainer value) Creates a new Object object.- Parameters:
value- the value- Returns:
- the JAXB element
-