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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets 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 inthashCode()voidsetBallotId(String value) Sets the value of the ballotId property.voidsetConcern(String value) Sets the value of the concern property.voidsetIntressentId(String value) Sets the value of the intressentId property.voidSets the value of the issue property.final StringtoString()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() 
 -