Class CodeType

    • Constructor Detail

      • CodeType

        public CodeType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • getTargetName

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<LanguageStringType> getTargetName()
        Gets the value of the targetName 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 targetName property.

        For example, to add a new item, do as follows:

            getTargetName().add(newItem);
         

        Objects of the following type(s) are allowed in the list LanguageStringType

      • getTargetDescription

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<NoteType> getTargetDescription()
        Gets the value of the targetDescription 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 targetDescription property.

        For example, to add a new item, do as follows:

            getTargetDescription().add(newItem);
         

        Objects of the following type(s) are allowed in the list NoteType

      • getTargetFrameworkName

        @Nonnull
        @ReturnsMutableObject("JAXB implementation style")
        public List<LanguageStringType> getTargetFrameworkName()
        Gets the value of the targetFrameworkName 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 targetFrameworkName property.

        For example, to add a new item, do as follows:

            getTargetFrameworkName().add(newItem);
         

        Objects of the following type(s) are allowed in the list LanguageStringType

      • getUri

        @Nullable
        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(@Nullable
                           String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • getTargetID

        @Nullable
        public String getTargetID()
        Gets the value of the targetID property.
        Returns:
        possible object is String
      • setTargetID

        public void setTargetID​(@Nullable
                                String value)
        Sets the value of the targetID property.
        Parameters:
        value - allowed object is String
      • getType

        @Nullable
        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(@Nullable
                            String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getDescription

        @Nullable
        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(@Nullable
                                   String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getTargetNotation

        @Nullable
        public String getTargetNotation()
        Gets the value of the targetNotation property.
        Returns:
        possible object is String
      • setTargetNotation

        public void setTargetNotation​(@Nullable
                                      String value)
        Sets the value of the targetNotation property.
        Parameters:
        value - allowed object is String
      • getTargetFrameworkID

        @Nullable
        public String getTargetFrameworkID()
        Gets the value of the targetFrameworkID property.
        Returns:
        possible object is String
      • setTargetFrameworkID

        public void setTargetFrameworkID​(@Nullable
                                         String value)
        Sets the value of the targetFrameworkID property.
        Parameters:
        value - allowed object is String
      • getTargetFrameworkUrl

        @Nullable
        public String getTargetFrameworkUrl()
        Gets the value of the targetFrameworkUrl property.
        Returns:
        possible object is String
      • setTargetFrameworkUrl

        public void setTargetFrameworkUrl​(@Nullable
                                          String value)
        Sets the value of the targetFrameworkUrl property.
        Parameters:
        value - allowed object is String
      • getTargetFrameworkSpatialID

        @Nullable
        public String getTargetFrameworkSpatialID()
        Gets the value of the targetFrameworkSpatialID property.
        Returns:
        possible object is String
      • setTargetFrameworkSpatialID

        public void setTargetFrameworkSpatialID​(@Nullable
                                                String value)
        Sets the value of the targetFrameworkSpatialID property.
        Parameters:
        value - allowed object is 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
      • setTargetName

        public void setTargetName​(@Nullable
                                  List<LanguageStringType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setTargetDescription

        public void setTargetDescription​(@Nullable
                                         List<NoteType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • setTargetFrameworkName

        public void setTargetFrameworkName​(@Nullable
                                           List<LanguageStringType> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • hasTargetNameEntries

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

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

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

        @Nullable
        public LanguageStringType getTargetNameAtIndex​(@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!
      • addTargetName

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

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

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

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

        @Nullable
        public NoteType getTargetDescriptionAtIndex​(@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!
      • addTargetDescription

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

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

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

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

        @Nullable
        public LanguageStringType getTargetFrameworkNameAtIndex​(@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!
      • addTargetFrameworkName

        public void addTargetFrameworkName​(@Nonnull
                                           LanguageStringType 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
                            CodeType 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 CodeType 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.