Class Profile.Properties.BusinessAndLifeCycleProperties

  • Enclosing class:
    Profile.Properties

    public static class Profile.Properties.BusinessAndLifeCycleProperties
    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>
             <element name="BusinessProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}BusinessProperty_CT" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableRef" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BusinessAndLifeCycleProperties

        public BusinessAndLifeCycleProperties()
    • Method Detail

      • getBusinessProperty

        public List<BusinessPropertyCT> getBusinessProperty()
        Gets the value of the businessProperty 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 businessProperty property.

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

            getBusinessProperty().add(newItem);
         

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

      • getVariableRef

        public List<VariableRefCT> getVariableRef()
        Gets the value of the variableRef 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 variableRef property.

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

            getVariableRef().add(newItem);
         

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