DependentLocalityTypeImpl$DependentLocalityNameImpl
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using x0.oasisNamesTcCiqXsdschemaXAL2.impl.DependentLocalityTypeImpl$DependentLocalityNameImpl (Showing top 20 results out of 315)

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-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-v321

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

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-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-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-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

/**
 * 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

/**
 * 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$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    }
    target.set(code);
  }
}

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

/**
 * Gets the "Type" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType getType()
{
  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)
    {
      return null;
    }
    return target;
  }
}

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-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$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    }
    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$2) != null;
  }
}

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

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-kml-v220

/**
 * 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-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-gml-v33

/**
 * 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.implDependentLocalityTypeImpl$DependentLocalityNameImpl

Javadoc

An XML DependentLocalityName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.

Most used methods

  • check_orphaned
  • get_store
  • monitor

Popular in Java

  • Running tasks concurrently on multiple threads
  • setRequestProperty (URLConnection)
  • getContentResolver (Context)
  • onRequestPermissionsResult (Fragment)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within

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)