PostalRouteTypeImpl$PostalRouteNumberImpl.check_orphaned
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using x0.oasisNamesTcCiqXsdschemaXAL2.impl.PostalRouteTypeImpl$PostalRouteNumberImpl.check_orphaned (Showing top 15 results out of 315)

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$0) != null;
  }
}

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$0);
    return target;
  }
}

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$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$0);
    }
  }
}
origin: org.n52.sensorweb/52n-xml-kml-v220

  /**
   * Unsets the "Code" attribute
   */
  public void unsetCode()
  {
    synchronized (monitor())
    {
      check_orphaned();
      get_store().remove_attribute(CODE$0);
    }
  }
}
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$0);
    return target;
  }
}

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

/**
 * 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$0);
    if (target == null)
    {
      return null;
    }
    return target;
  }
}

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$0);
    if (target == null)
    {
      return null;
    }
    return target;
  }
}

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

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$0);
    }
    target.set(code);
  }
}

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

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$0);
    }
    target.set(code);
  }
}

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

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

/**
 * 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$0);
    if (target == null)
    {
      return null;
    }
    return target;
  }
}

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$0) != null;
  }
}

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

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$0);
    }
    target.set(code);
  }
}

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$0) != null;
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implPostalRouteTypeImpl$PostalRouteNumberImplcheck_orphaned

Popular methods of PostalRouteTypeImpl$PostalRouteNumberImpl

  • get_store
  • monitor

Popular in Java

  • Making http post requests using okhttp
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • onCreateOptionsMenu (Activity)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Table (org.hibernate.mapping)
    A relational table

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)