Package hdi.model.orgperson
Class PartyIdName
java.lang.Object
hdi.model.orgperson.PartyIdName
- All Implemented Interfaces:
 hdi.edi.edient.EdiEntity
- Direct Known Subclasses:
 OrgOrPerson
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionentityRole(EntityRole entityRole) entityType(EntityType entityType) booleanfullName()inthashCode()identificationType(IdentificationType identificationType) identifier(String identifier) lastNameOrOrgName(String lastNameOrOrgName) middleName(String middleName) voidpopulateFromSegInitial(EdiSeg seg, EdiParsingResults ediParsingResults) voidsetEntityRole(EntityRole entityRole) taxId()taxIdType(ReferenceType taxIdType) toString() 
- 
Constructor Details
- 
PartyIdName
public PartyIdName() 
 - 
 - 
Method Details
- 
populateFromSegInitial
- Specified by:
 populateFromSegInitialin interfacehdi.edi.edient.EdiEntity
 - 
name
 - 
fullName
 - 
setEntityRole
 - 
entityRole
 - 
entityType
 - 
identificationType
 - 
identifier
 - 
taxId
 - 
taxIdType
 - 
lastNameOrOrgName
 - 
firstName
 - 
middleName
 - 
taxId
- Returns:
 this.
 - 
taxIdType
- Returns:
 this.
 - 
lastNameOrOrgName
- Returns:
 this.
 - 
firstName
- Returns:
 this.
 - 
middleName
- Returns:
 this.
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
entityRole
- Returns:
 this.
 - 
entityType
- Returns:
 this.
 - 
identificationType
- Returns:
 this.
 - 
identifier
- Returns:
 this.
 
 -