All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.generic.cci2.CrxObject Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.cci2;

/**
 * Abstract class {@code CrxObject}
 *

* ACTIVE 0 The object is active. * INACTIVE 1 The object is inactive. * isFrozen */ @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.InstanceMapper", date = "2023-10-28T12:15:36.797864397Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface CrxObject extends org.opencrx.kernel.base.cci2.AlertSender, org.opencrx.kernel.base.cci2.Auditee, org.opencrx.kernel.base.cci2.Cloneable, org.opencrx.kernel.base.cci2.Exporter, org.opencrx.kernel.base.cci2.Hashable, org.opencrx.kernel.base.cci2.Importer, org.opencrx.kernel.base.cci2.Indexed, org.opencrx.kernel.base.cci2.SecureObject, org.opencrx.kernel.generic.cci2.LocalizedFieldContainer, org.openmdx.base.cci2.BasicObject{ // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code additionalExternalLink}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasAdditionalExternalLink.AdditionalExternalLink getAdditionalExternalLink( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code assignedTimer}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasAssignedTimer.AssignedTimer getAssignedTimer( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code attachedDocument}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasAttachedDocument.AttachedDocument getAttachedDocument( ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code category}. * @return A list containing all elements for this attribute. */ public java.util.List getCategory( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code category} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : category){
   *     list.add(e);
   *   }
   * 
* @param category value(s) to be added to {@code category} */ public void setCategory( java.lang.String... category ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectResult disableCrxObject( org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectParams in ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code disabled}. * @return The possibly null value for attribute {@code disabled}. */ public java.lang.Boolean isDisabled( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code disabled}. * @param disabled The possibly null new value for attribute {@code disabled}. */ public void setDisabled( java.lang.Boolean disabled ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code disabledReason}. * @return The possibly null value for attribute {@code disabledReason}. */ public java.lang.String getDisabledReason( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code disabledReason}. * @param disabledReason The possibly null new value for attribute {@code disabledReason}. */ public void setDisabledReason( java.lang.String disabledReason ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code documentFolderAssignment}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasDocumentFolderAssignment.DocumentFolderAssignment getDocumentFolderAssignment( ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectResult enableCrxObject( org.opencrx.kernel.generic.cci2.EnableDisableCrxObjectParams in ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code externalLink}. * @return A list containing all elements for this attribute. */ public java.util.List getExternalLink( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code externalLink} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : externalLink){
   *     list.add(e);
   *   }
   * 
* @param externalLink value(s) to be added to {@code externalLink} */ public void setExternalLink( java.lang.String... externalLink ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code involvedInObject}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.ObjectIsInvolvedIn.InvolvedInObject getInvolvedInObject( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code involvedObject}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.ObjectHasInvolvedObject.InvolvedObject getInvolvedObject( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code media}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasMedia.Media getMedia( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code note}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasNote.Note getNote( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code propertySet}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectContainsPropertySet.PropertySet getPropertySet( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code propertySetEntry}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectContainsPropertySetEntry.PropertySetEntry getPropertySetEntry( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves a set containing all the elements for the reference {@code rating}. * @return A set containing all the elements for this reference. */ public org.opencrx.kernel.generic.cci2.CrxObjectHasRating.Rating getRating( ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean0}. * @return The possibly null value for attribute {@code userBoolean0}. */ public java.lang.Boolean isUserBoolean0( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean0}. * @param userBoolean0 The possibly null new value for attribute {@code userBoolean0}. */ public void setUserBoolean0( java.lang.Boolean userBoolean0 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean1}. * @return The possibly null value for attribute {@code userBoolean1}. */ public java.lang.Boolean isUserBoolean1( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean1}. * @param userBoolean1 The possibly null new value for attribute {@code userBoolean1}. */ public void setUserBoolean1( java.lang.Boolean userBoolean1 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean2}. * @return The possibly null value for attribute {@code userBoolean2}. */ public java.lang.Boolean isUserBoolean2( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean2}. * @param userBoolean2 The possibly null new value for attribute {@code userBoolean2}. */ public void setUserBoolean2( java.lang.Boolean userBoolean2 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userBoolean3}. * @return The possibly null value for attribute {@code userBoolean3}. */ public java.lang.Boolean isUserBoolean3( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userBoolean3}. * @param userBoolean3 The possibly null new value for attribute {@code userBoolean3}. */ public void setUserBoolean3( java.lang.Boolean userBoolean3 ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userBoolean4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserBoolean4( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userBoolean4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(boolean e : userBoolean4){
   *     list.add(e);
   *   }
   * 
* @param userBoolean4 value(s) to be added to {@code userBoolean4} */ public void setUserBoolean4( boolean... userBoolean4 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode0}. * @return The possibly null value for attribute {@code userCode0}. */ public java.lang.Short getUserCode0( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode0}. * @param userCode0 The possibly null new value for attribute {@code userCode0}. */ public void setUserCode0( java.lang.Short userCode0 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode1}. * @return The possibly null value for attribute {@code userCode1}. */ public java.lang.Short getUserCode1( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode1}. * @param userCode1 The possibly null new value for attribute {@code userCode1}. */ public void setUserCode1( java.lang.Short userCode1 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode2}. * @return The possibly null value for attribute {@code userCode2}. */ public java.lang.Short getUserCode2( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode2}. * @param userCode2 The possibly null new value for attribute {@code userCode2}. */ public void setUserCode2( java.lang.Short userCode2 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userCode3}. * @return The possibly null value for attribute {@code userCode3}. */ public java.lang.Short getUserCode3( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userCode3}. * @param userCode3 The possibly null new value for attribute {@code userCode3}. */ public void setUserCode3( java.lang.Short userCode3 ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userCode4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserCode4( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userCode4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(short e : userCode4){
   *     list.add(e);
   *   }
   * 
* @param userCode4 value(s) to be added to {@code userCode4} */ public void setUserCode4( short... userCode4 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate0}. * @return The possibly null value for attribute {@code userDate0}. */ public javax.xml.datatype.XMLGregorianCalendar getUserDate0( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate0}. * @param userDate0 The possibly null new value for attribute {@code userDate0}. */ public void setUserDate0( javax.xml.datatype.XMLGregorianCalendar userDate0 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate1}. * @return The possibly null value for attribute {@code userDate1}. */ public javax.xml.datatype.XMLGregorianCalendar getUserDate1( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate1}. * @param userDate1 The possibly null new value for attribute {@code userDate1}. */ public void setUserDate1( javax.xml.datatype.XMLGregorianCalendar userDate1 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate2}. * @return The possibly null value for attribute {@code userDate2}. */ public javax.xml.datatype.XMLGregorianCalendar getUserDate2( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate2}. * @param userDate2 The possibly null new value for attribute {@code userDate2}. */ public void setUserDate2( javax.xml.datatype.XMLGregorianCalendar userDate2 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDate3}. * @return The possibly null value for attribute {@code userDate3}. */ public javax.xml.datatype.XMLGregorianCalendar getUserDate3( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDate3}. * @param userDate3 The possibly null new value for attribute {@code userDate3}. */ public void setUserDate3( javax.xml.datatype.XMLGregorianCalendar userDate3 ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userDate4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserDate4( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userDate4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(javax.xml.datatype.XMLGregorianCalendar e : userDate4){
   *     list.add(e);
   *   }
   * 
* @param userDate4 value(s) to be added to {@code userDate4} */ public void setUserDate4( javax.xml.datatype.XMLGregorianCalendar... userDate4 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime0}. * @return The possibly null value for attribute {@code userDateTime0}. */ public java.util.Date getUserDateTime0( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime0}. * @param userDateTime0 The possibly null new value for attribute {@code userDateTime0}. */ public void setUserDateTime0( java.util.Date userDateTime0 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime1}. * @return The possibly null value for attribute {@code userDateTime1}. */ public java.util.Date getUserDateTime1( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime1}. * @param userDateTime1 The possibly null new value for attribute {@code userDateTime1}. */ public void setUserDateTime1( java.util.Date userDateTime1 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime2}. * @return The possibly null value for attribute {@code userDateTime2}. */ public java.util.Date getUserDateTime2( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime2}. * @param userDateTime2 The possibly null new value for attribute {@code userDateTime2}. */ public void setUserDateTime2( java.util.Date userDateTime2 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userDateTime3}. * @return The possibly null value for attribute {@code userDateTime3}. */ public java.util.Date getUserDateTime3( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userDateTime3}. * @param userDateTime3 The possibly null new value for attribute {@code userDateTime3}. */ public void setUserDateTime3( java.util.Date userDateTime3 ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userDateTime4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserDateTime4( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userDateTime4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.util.Date e : userDateTime4){
   *     list.add(e);
   *   }
   * 
* @param userDateTime4 value(s) to be added to {@code userDateTime4} */ public void setUserDateTime4( java.util.Date... userDateTime4 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber0}. * @return The possibly null value for attribute {@code userNumber0}. */ public java.math.BigDecimal getUserNumber0( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber0}. * @param userNumber0 The possibly null new value for attribute {@code userNumber0}. */ public void setUserNumber0( java.math.BigDecimal userNumber0 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber1}. * @return The possibly null value for attribute {@code userNumber1}. */ public java.math.BigDecimal getUserNumber1( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber1}. * @param userNumber1 The possibly null new value for attribute {@code userNumber1}. */ public void setUserNumber1( java.math.BigDecimal userNumber1 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber2}. * @return The possibly null value for attribute {@code userNumber2}. */ public java.math.BigDecimal getUserNumber2( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber2}. * @param userNumber2 The possibly null new value for attribute {@code userNumber2}. */ public void setUserNumber2( java.math.BigDecimal userNumber2 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userNumber3}. * @return The possibly null value for attribute {@code userNumber3}. */ public java.math.BigDecimal getUserNumber3( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userNumber3}. * @param userNumber3 The possibly null new value for attribute {@code userNumber3}. */ public void setUserNumber3( java.math.BigDecimal userNumber3 ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userNumber4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserNumber4( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userNumber4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.math.BigDecimal e : userNumber4){
   *     list.add(e);
   *   }
   * 
* @param userNumber4 value(s) to be added to {@code userNumber4} */ public void setUserNumber4( java.math.BigDecimal... userNumber4 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString0}. * @return The possibly null value for attribute {@code userString0}. */ public java.lang.String getUserString0( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString0}. * @param userString0 The possibly null new value for attribute {@code userString0}. */ public void setUserString0( java.lang.String userString0 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString1}. * @return The possibly null value for attribute {@code userString1}. */ public java.lang.String getUserString1( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString1}. * @param userString1 The possibly null new value for attribute {@code userString1}. */ public void setUserString1( java.lang.String userString1 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString2}. * @return The possibly null value for attribute {@code userString2}. */ public java.lang.String getUserString2( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString2}. * @param userString2 The possibly null new value for attribute {@code userString2}. */ public void setUserString2( java.lang.String userString2 ); // ---------------------------------------------------------------------------- // Instance/AttributeGet0_1 // ---------------------------------------------------------------------------- /** * Retrieves the possibly null value for the optional attribute {@code userString3}. * @return The possibly null value for attribute {@code userString3}. */ public java.lang.String getUserString3( ); // ---------------------------------------------------------------------------- // Instance/AttributeSet0_1 // ---------------------------------------------------------------------------- /** * Sets a new value for the attribute {@code userString3}. * @param userString3 The possibly null new value for attribute {@code userString3}. */ public void setUserString3( java.lang.String userString3 ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute {@code userString4}. * @return A list containing all elements for this attribute. */ public java.util.List getUserString4( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears {@code userString4} and adds the given value(s). *

* This method is equivalent to

   *   list.clear();
   *   for(java.lang.String e : userString4){
   *     list.add(e);
   *   }
   * 
* @param userString4 value(s) to be added to {@code userString4} */ public void setUserString4( java.lang.String... userString4 ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy