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

org.opencrx.kernel.address1.cci2.UriAddressable Maven / Gradle / Ivy

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

/**
 * Abstract class {@code UriAddressable}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:35.086686828Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface UriAddressable
{

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code automaticParsing}.
   * @return The possibly null value for attribute {@code automaticParsing}.
   */
  public java.lang.Boolean isAutomaticParsing(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code automaticParsing}.
   * @param automaticParsing The possibly null new value for attribute {@code automaticParsing}.
   */
  public void setAutomaticParsing(
    java.lang.Boolean automaticParsing
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriAuthority}.
   * @return The possibly null value for attribute {@code uriAuthority}.
   */
  public java.lang.String getUriAuthority(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriAuthority}.
   * @param uriAuthority The possibly null new value for attribute {@code uriAuthority}.
   */
  public void setUriAuthority(
    java.lang.String uriAuthority
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriFragment}.
   * @return The possibly null value for attribute {@code uriFragment}.
   */
  public java.lang.String getUriFragment(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriFragment}.
   * @param uriFragment The possibly null new value for attribute {@code uriFragment}.
   */
  public void setUriFragment(
    java.lang.String uriFragment
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriHost}.
   * @return The possibly null value for attribute {@code uriHost}.
   */
  public java.lang.String getUriHost(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriHost}.
   * @param uriHost The possibly null new value for attribute {@code uriHost}.
   */
  public void setUriHost(
    java.lang.String uriHost
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriPath}.
   * @return The possibly null value for attribute {@code uriPath}.
   */
  public java.lang.String getUriPath(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriPath}.
   * @param uriPath The possibly null new value for attribute {@code uriPath}.
   */
  public void setUriPath(
    java.lang.String uriPath
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriPort}.
   * @return The possibly null value for attribute {@code uriPort}.
   */
  public java.lang.String getUriPort(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriPort}.
   * @param uriPort The possibly null new value for attribute {@code uriPort}.
   */
  public void setUriPort(
    java.lang.String uriPort
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriQuery}.
   * @return The possibly null value for attribute {@code uriQuery}.
   */
  public java.lang.String getUriQuery(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriQuery}.
   * @param uriQuery The possibly null new value for attribute {@code uriQuery}.
   */
  public void setUriQuery(
    java.lang.String uriQuery
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriReference}.
   * @return The possibly null value for attribute {@code uriReference}.
   */
  public java.lang.String getUriReference(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriReference}.
   * @param uriReference The possibly null new value for attribute {@code uriReference}.
   */
  public void setUriReference(
    java.lang.String uriReference
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriScheme}.
   * @return The possibly null value for attribute {@code uriScheme}.
   */
  public java.lang.String getUriScheme(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriScheme}.
   * @param uriScheme The possibly null new value for attribute {@code uriScheme}.
   */
  public void setUriScheme(
    java.lang.String uriScheme
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriSchemeSpecificPart}.
   * @return The possibly null value for attribute {@code uriSchemeSpecificPart}.
   */
  public java.lang.String getUriSchemeSpecificPart(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriSchemeSpecificPart}.
   * @param uriSchemeSpecificPart The possibly null new value for attribute {@code uriSchemeSpecificPart}.
   */
  public void setUriSchemeSpecificPart(
    java.lang.String uriSchemeSpecificPart
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriSchemeSpecificPartFormatted}.
   * @return The possibly null value for attribute {@code uriSchemeSpecificPartFormatted}.
   */
  public java.lang.String getUriSchemeSpecificPartFormatted(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriSchemeSpecificPartFormatted}.
   * @param uriSchemeSpecificPartFormatted The possibly null new value for attribute {@code uriSchemeSpecificPartFormatted}.
   */
  public void setUriSchemeSpecificPartFormatted(
    java.lang.String uriSchemeSpecificPartFormatted
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code uriUserInfo}.
   * @return The possibly null value for attribute {@code uriUserInfo}.
   */
  public java.lang.String getUriUserInfo(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code uriUserInfo}.
   * @param uriUserInfo The possibly null new value for attribute {@code uriUserInfo}.
   */
  public void setUriUserInfo(
    java.lang.String uriUserInfo
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy