Class OrganizationType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.OrganizationType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class OrganizationType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
A legal organization (e.g. the credential issuer, an awarding body, an academic or training institution,...).Java class for OrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="registration" type="{http://data.europa.eu/europass/model/credentials#}IdentifierType"/> <element name="vatIdentifier" type="{http://data.europa.eu/europass/model/credentials#}LegalIdentifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="taxIdentifier" type="{http://data.europa.eu/europass/model/credentials#}LegalIdentifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="identifier" type="{http://data.europa.eu/europass/model/credentials#}IdentifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="type" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}EscoOrganizationTypeEnumType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </complexContent> </complexType> </element> <element name="prefLabel" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="altLabel" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded" minOccurs="0"/> <element name="homepage" type="{http://data.europa.eu/europass/model/credentials#}DocumentType" maxOccurs="unbounded" minOccurs="0"/> <element name="additionalNote" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="hasLocation" type="{http://data.europa.eu/europass/model/credentials#}LocationType" maxOccurs="unbounded" minOccurs="0"/> <element name="contactPoint" type="{http://data.europa.eu/europass/model/credentials#}ContactPointType" maxOccurs="unbounded" minOccurs="0"/> <element name="hasAccreditation" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="hasUnit" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="unitOf" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" minOccurs="0"/> <element name="logo" type="{http://data.europa.eu/europass/model/credentials#}ImageObjectType" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> </restriction> </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-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizationType.TypeJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description OrganizationType()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 voidaddAdditionalNote(NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddAltLabel(LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddContactPoint(ContactPointType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasAccreditation(IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasLocation(LocationType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHasUnit(IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddHomepage(DocumentType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddIdentifier(IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddPrefLabel(LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddTaxIdentifier(LegalIdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddType(OrganizationType.Type elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddVatIdentifier(LegalIdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionOrganizationTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(OrganizationType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeList<NoteType>getAdditionalNote()Gets the value of the additionalNote property.NoteTypegetAdditionalNoteAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetAdditionalNoteCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<LanguageStringType>getAltLabel()Gets the value of the altLabel property.LanguageStringTypegetAltLabelAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetAltLabelCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<ContactPointType>getContactPoint()Gets the value of the contactPoint property.ContactPointTypegetContactPointAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetContactPointCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<IdReferenceType>getHasAccreditation()Gets the value of the hasAccreditation property.IdReferenceTypegetHasAccreditationAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasAccreditationCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<LocationType>getHasLocation()Gets the value of the hasLocation property.LocationTypegetHasLocationAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasLocationCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<IdReferenceType>getHasUnit()Gets the value of the hasUnit property.IdReferenceTypegetHasUnitAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHasUnitCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<DocumentType>getHomepage()Gets the value of the homepage property.DocumentTypegetHomepageAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetHomepageCount()Created by ph-jaxb22-plugin -Xph-list-extensionStringgetId()Gets the value of the id property.List<IdentifierType>getIdentifier()Gets the value of the identifier property.IdentifierTypegetIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetIdentifierCount()Created by ph-jaxb22-plugin -Xph-list-extensionImageObjectTypegetLogo()Gets the value of the logo property.List<LanguageStringType>getPrefLabel()Gets the value of the prefLabel property.LanguageStringTypegetPrefLabelAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetPrefLabelCount()Created by ph-jaxb22-plugin -Xph-list-extensionIdentifierTypegetRegistration()Gets the value of the registration property.StringgetRegistrationValue()Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderList<LegalIdentifierType>getTaxIdentifier()Gets the value of the taxIdentifier property.LegalIdentifierTypegetTaxIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetTaxIdentifierCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<OrganizationType.Type>getType()Gets the value of the type property.OrganizationType.TypegetTypeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetTypeCount()Created by ph-jaxb22-plugin -Xph-list-extensionIdReferenceTypegetUnitOf()Gets the value of the unitOf property.List<LegalIdentifierType>getVatIdentifier()Gets the value of the vatIdentifier property.LegalIdentifierTypegetVatIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetVatIdentifierCount()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasAdditionalNoteEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasAltLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasContactPointEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasAccreditationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasLocationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasHasUnitEntries()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasHomepageEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoAdditionalNoteEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoAltLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoContactPointEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasAccreditationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasLocationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHasUnitEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoHomepageEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoPrefLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoTaxIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoTypeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoVatIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasPrefLabelEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasTaxIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasTypeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasVatIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAdditionalNote(List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAltLabel(List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetContactPoint(List<ContactPointType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasAccreditation(List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasLocation(List<LocationType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHasUnit(List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetHomepage(List<DocumentType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetId(String value)Sets the value of the id property.voidsetIdentifier(List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetLogo(ImageObjectType value)Sets the value of the logo property.voidsetPrefLabel(List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetRegistration(IdentifierType value)Sets the value of the registration property.IdentifierTypesetRegistration(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetTaxIdentifier(List<LegalIdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetType(List<OrganizationType.Type> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetUnitOf(IdReferenceType value)Sets the value of the unitOf property.voidsetVatIdentifier(List<LegalIdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionStringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getRegistration
@Nullable public IdentifierType getRegistration()
Gets the value of the registration property.- Returns:
- possible object is
IdentifierType
-
setRegistration
public void setRegistration(@Nullable IdentifierType value)Sets the value of the registration property.- Parameters:
value- allowed object isIdentifierType
-
getVatIdentifier
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LegalIdentifierType> getVatIdentifier()Gets the value of the vatIdentifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the vatIdentifier property.For example, to add a new item, do as follows:
getVatIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
LegalIdentifierType
-
getTaxIdentifier
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LegalIdentifierType> getTaxIdentifier()Gets the value of the taxIdentifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the taxIdentifier property.For example, to add a new item, do as follows:
getTaxIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
LegalIdentifierType
-
getIdentifier
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdentifierType> getIdentifier()Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
IdentifierType
-
getType
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<OrganizationType.Type> getType()Gets the value of the type property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the type property.For example, to add a new item, do as follows:
getType().add(newItem);Objects of the following type(s) are allowed in the list
OrganizationType.Type
-
getPrefLabel
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LanguageStringType> getPrefLabel()Gets the value of the prefLabel property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the prefLabel property.For example, to add a new item, do as follows:
getPrefLabel().add(newItem);Objects of the following type(s) are allowed in the list
LanguageStringType
-
getAltLabel
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LanguageStringType> getAltLabel()Gets the value of the altLabel property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the altLabel property.For example, to add a new item, do as follows:
getAltLabel().add(newItem);Objects of the following type(s) are allowed in the list
LanguageStringType
-
getHomepage
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<DocumentType> getHomepage()Gets the value of the homepage property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the homepage property.For example, to add a new item, do as follows:
getHomepage().add(newItem);Objects of the following type(s) are allowed in the list
DocumentType
-
getAdditionalNote
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NoteType> getAdditionalNote()Gets the value of the additionalNote property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the additionalNote property.For example, to add a new item, do as follows:
getAdditionalNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getHasLocation
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<LocationType> getHasLocation()Gets the value of the hasLocation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the hasLocation property.For example, to add a new item, do as follows:
getHasLocation().add(newItem);Objects of the following type(s) are allowed in the list
LocationType
-
getContactPoint
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<ContactPointType> getContactPoint()Gets the value of the contactPoint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the contactPoint property.For example, to add a new item, do as follows:
getContactPoint().add(newItem);Objects of the following type(s) are allowed in the list
ContactPointType
-
getHasAccreditation
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdReferenceType> getHasAccreditation()Gets the value of the hasAccreditation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the hasAccreditation property.For example, to add a new item, do as follows:
getHasAccreditation().add(newItem);Objects of the following type(s) are allowed in the list
IdReferenceType
-
getHasUnit
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdReferenceType> getHasUnit()Gets the value of the hasUnit property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the hasUnit property.For example, to add a new item, do as follows:
getHasUnit().add(newItem);Objects of the following type(s) are allowed in the list
IdReferenceType
-
getUnitOf
@Nullable public IdReferenceType getUnitOf()
Gets the value of the unitOf property.- Returns:
- possible object is
IdReferenceType
-
setUnitOf
public void setUnitOf(@Nullable IdReferenceType value)Sets the value of the unitOf property.- Parameters:
value- allowed object isIdReferenceType
-
getLogo
@Nullable public ImageObjectType getLogo()
Gets the value of the logo property.- Returns:
- possible object is
ImageObjectType
-
setLogo
public void setLogo(@Nullable ImageObjectType value)Sets the value of the logo property.- Parameters:
value- allowed object isImageObjectType
-
getId
@Nullable public String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(@Nullable String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
setVatIdentifier
public void setVatIdentifier(@Nullable List<LegalIdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setTaxIdentifier
public void setTaxIdentifier(@Nullable List<LegalIdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setIdentifier
public void setIdentifier(@Nullable List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setType
public void setType(@Nullable List<OrganizationType.Type> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setPrefLabel
public void setPrefLabel(@Nullable List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setAltLabel
public void setAltLabel(@Nullable List<LanguageStringType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHomepage
public void setHomepage(@Nullable List<DocumentType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setAdditionalNote
public void setAdditionalNote(@Nullable List<NoteType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasLocation
public void setHasLocation(@Nullable List<LocationType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setContactPoint
public void setContactPoint(@Nullable List<ContactPointType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasAccreditation
public void setHasAccreditation(@Nullable List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setHasUnit
public void setHasUnit(@Nullable List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasVatIdentifierEntries
public boolean hasVatIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoVatIdentifierEntries
public boolean hasNoVatIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getVatIdentifierCount
@Nonnegative public int getVatIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getVatIdentifierAtIndex
@Nullable public LegalIdentifierType getVatIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addVatIdentifier
public void addVatIdentifier(@Nonnull LegalIdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasTaxIdentifierEntries
public boolean hasTaxIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTaxIdentifierEntries
public boolean hasNoTaxIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTaxIdentifierCount
@Nonnegative public int getTaxIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTaxIdentifierAtIndex
@Nullable public LegalIdentifierType getTaxIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addTaxIdentifier
public void addTaxIdentifier(@Nonnull LegalIdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasIdentifierEntries
public boolean hasIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoIdentifierEntries
public boolean hasNoIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getIdentifierCount
@Nonnegative public int getIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getIdentifierAtIndex
@Nullable public IdentifierType getIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addIdentifier
public void addIdentifier(@Nonnull IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasTypeEntries
public boolean hasTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTypeEntries
public boolean hasNoTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTypeCount
@Nonnegative public int getTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTypeAtIndex
@Nullable public OrganizationType.Type getTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addType
public void addType(@Nonnull OrganizationType.Type elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasPrefLabelEntries
public boolean hasPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoPrefLabelEntries
public boolean hasNoPrefLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getPrefLabelCount
@Nonnegative public int getPrefLabelCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getPrefLabelAtIndex
@Nullable public LanguageStringType getPrefLabelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addPrefLabel
public void addPrefLabel(@Nonnull LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasAltLabelEntries
public boolean hasAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoAltLabelEntries
public boolean hasNoAltLabelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getAltLabelCount
@Nonnegative public int getAltLabelCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getAltLabelAtIndex
@Nullable public LanguageStringType getAltLabelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addAltLabel
public void addAltLabel(@Nonnull LanguageStringType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHomepageEntries
public boolean hasHomepageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHomepageEntries
public boolean hasNoHomepageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHomepageCount
@Nonnegative public int getHomepageCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHomepageAtIndex
@Nullable public DocumentType getHomepageAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addHomepage
public void addHomepage(@Nonnull DocumentType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasAdditionalNoteEntries
public boolean hasAdditionalNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoAdditionalNoteEntries
public boolean hasNoAdditionalNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getAdditionalNoteCount
@Nonnegative public int getAdditionalNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getAdditionalNoteAtIndex
@Nullable public NoteType getAdditionalNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addAdditionalNote
public void addAdditionalNote(@Nonnull NoteType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasLocationEntries
public boolean hasHasLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasLocationEntries
public boolean hasNoHasLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasLocationCount
@Nonnegative public int getHasLocationCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasLocationAtIndex
@Nullable public LocationType getHasLocationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addHasLocation
public void addHasLocation(@Nonnull LocationType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasContactPointEntries
public boolean hasContactPointEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoContactPointEntries
public boolean hasNoContactPointEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getContactPointCount
@Nonnegative public int getContactPointCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getContactPointAtIndex
@Nullable public ContactPointType getContactPointAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addContactPoint
public void addContactPoint(@Nonnull ContactPointType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasAccreditationEntries
public boolean hasHasAccreditationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasAccreditationEntries
public boolean hasNoHasAccreditationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasAccreditationCount
@Nonnegative public int getHasAccreditationCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasAccreditationAtIndex
@Nullable public IdReferenceType getHasAccreditationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addHasAccreditation
public void addHasAccreditation(@Nonnull IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasHasUnitEntries
public boolean hasHasUnitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoHasUnitEntries
public boolean hasNoHasUnitEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getHasUnitCount
@Nonnegative public int getHasUnitCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getHasUnitAtIndex
@Nullable public IdReferenceType getHasUnitAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addHasUnit
public void addHasUnit(@Nonnull IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull OrganizationType 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 OrganizationType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
setRegistration
@Nonnull public IdentifierType setRegistration(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type IdentifierType and never
null
-
getRegistrationValue
@Nullable public String getRegistrationValue()
Get the value of the contained IdentifierType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained IdentifierType object or
null
-
-