Class 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 Detail

      • IDSetType

        public IDSetType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • 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 set method 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

      • setUserArea

        public void setUserArea​(@Nullable
                                UserAreaType value)
        Sets the value of the userArea property.
        Parameters:
        value - allowed object is UserAreaType
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 set method 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 set method 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
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • 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 be null.
      • 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 be null.
      • 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 be null.
      • hasIDEntries

        public boolean hasIDEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoIDEntries

        public boolean hasNoIDEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getIDCount

        @Nonnegative
        public int getIDCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addID

        public void addID​(@Nonnull
                          IdentifierType elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasValidFromEntries

        public boolean hasValidFromEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoValidFromEntries

        public boolean hasNoValidFromEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getValidFromCount

        @Nonnegative
        public int getValidFromCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addValidFrom

        public void addValidFrom​(@Nonnull
                                 String elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • hasValidToEntries

        public boolean hasValidToEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoValidToEntries

        public boolean hasNoValidToEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getValidToCount

        @Nonnegative
        public int getValidToCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • addValidTo

        public void addValidTo​(@Nonnull
                               String elem)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        elem - The element to be added. May not be null.
      • cloneTo

        public void cloneTo​(@Nonnull
                            IDSetType ret)
        This method clones all values from this to 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 be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public IDSetType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.