Package tr.gov.efatura.useraccount
Class PartyType
- java.lang.Object
-
- tr.gov.efatura.useraccount.BasePartyType
-
- tr.gov.efatura.useraccount.PartyType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class PartyType extends BasePartyType
<?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Party. Details</ccts:DictionaryEntryName>
<?xml version="1.0" encoding="UTF-8"?><ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Contains a set of information about a Party necessary to execute and administer a given request or business activity. A party is an individual or entity having a role in a business activity and having obligations and/or entitlements deriving from that role that are contractually binding or legally significant. </ccts:DefinitionText>Java class for PartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyType"> <complexContent> <extension base="{http://www.hr-xml.org/3}BasePartyType"> <sequence> <element ref="{http://www.hr-xml.org/3}UserArea" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartyType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(PartyType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeUserAreaTypegetUserArea()Gets the value of the userArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetUserArea(UserAreaType value)Sets the value of the userArea property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class tr.gov.efatura.useraccount.BasePartyType
addCommunication, addPartyID, addPartyLegalID, addPartyReportingIDs, addPersonContact, cloneTo, getAgencyRoleCode, getCommunication, getCommunicationAtIndex, getCommunicationCount, getPartyID, getPartyIDAtIndex, getPartyIDCount, getPartyLegalID, getPartyLegalIDAtIndex, getPartyLegalIDCount, getPartyName, getPartyNameValue, getPartyReportingIDs, getPartyReportingIDsAtIndex, getPartyReportingIDsCount, getPartyTaxID, getPartyTaxIDValue, getPersonContact, getPersonContactAtIndex, getPersonContactCount, hasCommunicationEntries, hasNoCommunicationEntries, hasNoPartyIDEntries, hasNoPartyLegalIDEntries, hasNoPartyReportingIDsEntries, hasNoPersonContactEntries, hasPartyIDEntries, hasPartyLegalIDEntries, hasPartyReportingIDsEntries, hasPersonContactEntries, setAgencyRoleCode, setCommunication, setPartyID, setPartyLegalID, setPartyName, setPartyName, setPartyReportingIDs, setPartyTaxID, setPartyTaxID, setPersonContact
-
-
-
-
Method Detail
-
getUserArea
@Nullable public UserAreaType getUserArea()
Gets the value of the userArea property.- Returns:
- possible object is
UserAreaType
-
setUserArea
public void setUserArea(@Nullable UserAreaType value)
Sets the value of the userArea property.- Parameters:
value- allowed object isUserAreaType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classBasePartyType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classBasePartyType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classBasePartyType
-
cloneTo
public void cloneTo(@Nonnull PartyType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public PartyType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classBasePartyType- Returns:
- The cloned object. Never
null.
-
-