MailStopTypeImpl$MailStopNameImpl.check_orphaned
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using x0.oasisNamesTcCiqXsdschemaXAL2.impl.MailStopTypeImpl$MailStopNameImpl.check_orphaned (Showing top 20 results out of 315)

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * True if has "Type" attribute
 */
public boolean isSetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(TYPE$0) != null;
  }
}

origin: org.n52.sensorweb/52n-xml-kml-v220

/**
 * True if has "Type" attribute
 */
public boolean isSetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(TYPE$0) != null;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Appends and returns a new empty "Type" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewType()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    return target;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * Unsets the "Type" attribute
 */
public void unsetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(TYPE$0);
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * True if has "Type" attribute
 */
public boolean isSetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(TYPE$0) != null;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * True if has "Code" attribute
 */
public boolean isSetCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(CODE$2) != null;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v33

  /**
   * Unsets the "Code" attribute
   */
  public void unsetCode()
  {
    synchronized (monitor())
    {
      check_orphaned();
      get_store().remove_attribute(CODE$2);
    }
  }
}
origin: org.n52.sensorweb/52n-xml-kml-v220

/**
 * True if has "Code" attribute
 */
public boolean isSetCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(CODE$2) != null;
  }
}

origin: org.n52.sensorweb/52n-xml-kml-v220

  /**
   * Unsets the "Code" attribute
   */
  public void unsetCode()
  {
    synchronized (monitor())
    {
      check_orphaned();
      get_store().remove_attribute(CODE$2);
    }
  }
}
origin: org.n52.sensorweb/52n-xml-kml-v220

/**
 * Appends and returns a new empty "Code" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    return target;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Appends and returns a new empty "Code" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    return target;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * True if has "Code" attribute
 */
public boolean isSetCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(CODE$2) != null;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * Appends and returns a new empty "Type" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewType()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    return target;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

  /**
   * Unsets the "Code" attribute
   */
  public void unsetCode()
  {
    synchronized (monitor())
    {
      check_orphaned();
      get_store().remove_attribute(CODE$2);
    }
  }
}
origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * Appends and returns a new empty "Code" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    return target;
  }
}

origin: org.n52.sensorweb/52n-xml-kml-v220

/**
 * Unsets the "Type" attribute
 */
public void unsetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(TYPE$0);
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Gets the "Code" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType getCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$2);
    if (target == null)
    {
      return null;
    }
    return target;
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Unsets the "Type" attribute
 */
public void unsetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(TYPE$0);
  }
}

origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

origin: org.n52.sensorweb/52n-xml-kml-v220

/**
 * Appends and returns a new empty "Type" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewType()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    return target;
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implMailStopTypeImpl$MailStopNameImplcheck_orphaned

Popular methods of MailStopTypeImpl$MailStopNameImpl

  • get_store
  • monitor

Popular in Java

  • Making http post requests using okhttp
  • getSharedPreferences (Context)
  • runOnUiThread (Activity)
  • putExtra (Intent)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JFileChooser (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)