Class IDSetType
- java.lang.Object
-
- tr.gov.efatura.useraccount.IDSetType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class IDSetType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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">Identification Set. 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 identifications (IDs) that as a composite belong to an identification scheme control by a particular party.</ccts:DefinitionText><?xml version="1.0" encoding="UTF-8"?><ccts:UsageRule 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">Could be used to communicate a "facet identifier" or other multi-part identifier or other identification scheme that consists of a set of identifiers as a composite.</ccts:UsageRule>Java class for IDSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IDSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.hr-xml.org/3}ID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.hr-xml.org/3}UserArea" minOccurs="0"/> </sequence> <attGroup ref="{http://www.hr-xml.org/3}IdentifierAttributeGroup"/> <attGroup ref="{http://www.hr-xml.org/3}EffectiveDateAttributeGroup"/> <attribute name="agencyRoleCode" type="{http://www.hr-xml.org/3}AgencyRoleCodeContentType" /> </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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IDSetType()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 voidaddID(IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddValidFrom(String elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddValidTo(String elem)Created by ph-jaxb22-plugin -Xph-list-extensionIDSetTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(IDSetType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetAgencyRoleCode()Gets the value of the agencyRoleCode property.List<IdentifierType>getID()Gets the value of the id property.IdentifierTypegetIDAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetIDCount()Created by ph-jaxb22-plugin -Xph-list-extensionStringgetSchemeAgencyID()Gets the value of the schemeAgencyID property.StringgetSchemeAgencyName()Gets the value of the schemeAgencyName property.StringgetSchemeDataURI()Gets the value of the schemeDataURI property.StringgetSchemeID()Gets the value of the schemeID property.StringgetSchemeName()Gets the value of the schemeName property.StringgetSchemeURI()Gets the value of the schemeURI property.StringgetSchemeVersionID()Gets the value of the schemeVersionID property.UserAreaTypegetUserArea()Gets the value of the userArea property.List<String>getValidFrom()Gets the value of the validFrom property.StringgetValidFromAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetValidFromCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<String>getValidTo()Gets the value of the validTo property.StringgetValidToAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetValidToCount()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasIDEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoIDEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoValidFromEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoValidToEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasValidFromEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasValidToEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAgencyRoleCode(String value)Sets the value of the agencyRoleCode property.voidsetID(List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetSchemeAgencyID(String value)Sets the value of the schemeAgencyID property.voidsetSchemeAgencyName(String value)Sets the value of the schemeAgencyName property.voidsetSchemeDataURI(String value)Sets the value of the schemeDataURI property.voidsetSchemeID(String value)Sets the value of the schemeID property.voidsetSchemeName(String value)Sets the value of the schemeName property.voidsetSchemeURI(String value)Sets the value of the schemeURI property.voidsetSchemeVersionID(String value)Sets the value of the schemeVersionID property.voidsetUserArea(UserAreaType value)Sets the value of the userArea property.voidsetValidFrom(List<String> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetValidTo(List<String> aList)Created by ph-jaxb22-plugin -Xph-list-extensionStringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getID
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdentifierType> getID()
Gets the value of the id 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 id property.For example, to add a new item, do as follows:
getID().add(newItem);Objects of the following type(s) are allowed in the list
IdentifierType
-
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
-
getAgencyRoleCode
@Nullable public String getAgencyRoleCode()
Gets the value of the agencyRoleCode property.- Returns:
- possible object is
String
-
setAgencyRoleCode
public void setAgencyRoleCode(@Nullable String value)
Sets the value of the agencyRoleCode property.- Parameters:
value- allowed object isString
-
getSchemeID
@Nullable public String getSchemeID()
Gets the value of the schemeID property.- Returns:
- possible object is
String
-
setSchemeID
public void setSchemeID(@Nullable String value)
Sets the value of the schemeID property.- Parameters:
value- allowed object isString
-
getSchemeName
@Nullable public String getSchemeName()
Gets the value of the schemeName property.- Returns:
- possible object is
String
-
setSchemeName
public void setSchemeName(@Nullable String value)
Sets the value of the schemeName property.- Parameters:
value- allowed object isString
-
getSchemeAgencyID
@Nullable public String getSchemeAgencyID()
Gets the value of the schemeAgencyID property.- Returns:
- possible object is
String
-
setSchemeAgencyID
public void setSchemeAgencyID(@Nullable String value)
Sets the value of the schemeAgencyID property.- Parameters:
value- allowed object isString
-
getSchemeAgencyName
@Nullable public String getSchemeAgencyName()
Gets the value of the schemeAgencyName property.- Returns:
- possible object is
String
-
setSchemeAgencyName
public void setSchemeAgencyName(@Nullable String value)
Sets the value of the schemeAgencyName property.- Parameters:
value- allowed object isString
-
getSchemeVersionID
@Nullable public String getSchemeVersionID()
Gets the value of the schemeVersionID property.- Returns:
- possible object is
String
-
setSchemeVersionID
public void setSchemeVersionID(@Nullable String value)
Sets the value of the schemeVersionID property.- Parameters:
value- allowed object isString
-
getSchemeDataURI
@Nullable public String getSchemeDataURI()
Gets the value of the schemeDataURI property.- Returns:
- possible object is
String
-
setSchemeDataURI
public void setSchemeDataURI(@Nullable String value)
Sets the value of the schemeDataURI property.- Parameters:
value- allowed object isString
-
getSchemeURI
@Nullable public String getSchemeURI()
Gets the value of the schemeURI property.- Returns:
- possible object is
String
-
setSchemeURI
public void setSchemeURI(@Nullable String value)
Sets the value of the schemeURI property.- Parameters:
value- allowed object isString
-
getValidFrom
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<String> getValidFrom()
Gets the value of the validFrom 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 validFrom property.For example, to add a new item, do as follows:
getValidFrom().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getValidTo
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<String> getValidTo()
Gets the value of the validTo 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 validTo property.For example, to add a new item, do as follows:
getValidTo().add(newItem);Objects of the following type(s) are allowed in the list
String
-
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
-
setID
public void setID(@Nullable List<IdentifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setValidFrom
public void setValidFrom(@Nullable List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setValidTo
public void setValidTo(@Nullable List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasIDEntries
public boolean hasIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoIDEntries
public boolean hasNoIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getIDCount
@Nonnegative public int getIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getIDAtIndex
@Nullable public IdentifierType getIDAtIndex(@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!
-
addID
public void addID(@Nonnull IdentifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasValidFromEntries
public boolean hasValidFromEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoValidFromEntries
public boolean hasNoValidFromEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getValidFromCount
@Nonnegative public int getValidFromCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getValidFromAtIndex
@Nullable public String getValidFromAtIndex(@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!
-
addValidFrom
public void addValidFrom(@Nonnull String elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasValidToEntries
public boolean hasValidToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoValidToEntries
public boolean hasNoValidToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getValidToCount
@Nonnegative public int getValidToCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getValidToAtIndex
@Nullable public String getValidToAtIndex(@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!
-
addValidTo
public void addValidTo(@Nonnull String elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull IDSetType 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.
-
-