Class Profile.ProfileInfo

  • Enclosing class:
    Profile

    public static class Profile.ProfileInfo
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Documentation" minOccurs="0"/>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Classification"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProfileInfo

        public ProfileInfo()
    • Method Detail

      • getLabel

        public List<LocalizedStringCT> getLabel()
        Gets the value of the label 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 label property.

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

            getLabel().add(newItem);
         

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

      • getComment

        public List<LocalizedStringCT> getComment()
        Gets the value of the comment 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 comment property.

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

            getComment().add(newItem);
         

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

      • getDocumentation

        public List<DocumentationCT> getDocumentation()
        Gets the value of the documentation 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 documentation property.

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

            getDocumentation().add(newItem);
         

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

      • setClassification

        public void setClassification​(ClassificationCT value)
        Sets the value of the classification property.
        Parameters:
        value - allowed object is ClassificationCT