Class RiksdagenVoteDataBallotPoliticianEmbeddedId
java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.RiksdagenVoteDataBallotPoliticianEmbeddedId
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,Serializable
@Embeddable
public class RiksdagenVoteDataBallotPoliticianEmbeddedId
extends Object
implements com.hack23.cia.model.common.api.ModelObject
Java class for RiksdagenVoteDataBallotPoliticianEmbeddedId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RiksdagenVoteDataBallotPoliticianEmbeddedId"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ballotId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="concern" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="issue" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="intressentId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Gets the value of the ballotId property.Gets the value of the concern property.Gets the value of the intressentId property.getIssue()
Gets the value of the issue property.final int
hashCode()
void
setBallotId
(String value) Sets the value of the ballotId property.void
setConcern
(String value) Sets the value of the concern property.void
setIntressentId
(String value) Sets the value of the intressentId property.void
Sets the value of the issue property.final String
toString()
withBallotId
(String value) withConcern
(String value) withIntressentId
(String value)
-
Field Details
-
ballotId
-
concern
-
issue
-
intressentId
-
-
Constructor Details
-
RiksdagenVoteDataBallotPoliticianEmbeddedId
public RiksdagenVoteDataBallotPoliticianEmbeddedId()
-
-
Method Details
-
getBallotId
Gets the value of the ballotId property.- Returns:
- possible object is
String
-
setBallotId
Sets the value of the ballotId property.- Parameters:
value
- allowed object isString
-
getConcern
Gets the value of the concern property.- Returns:
- possible object is
String
-
setConcern
Sets the value of the concern property.- Parameters:
value
- allowed object isString
-
getIssue
Gets the value of the issue property.- Returns:
- possible object is
String
-
setIssue
Sets the value of the issue property.- Parameters:
value
- allowed object isString
-
getIntressentId
Gets the value of the intressentId property.- Returns:
- possible object is
String
-
setIntressentId
Sets the value of the intressentId property.- Parameters:
value
- allowed object isString
-
withBallotId
-
withConcern
-
withIssue
-
withIntressentId
-
toString
-
equals
-
hashCode
public final int hashCode()
-