PostOfficeDocumentImpl$PostOfficeImpl$PostOfficeNameImpl.monitor
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using x0.oasisNamesTcCiqXsdschemaXAL2.impl.PostOfficeDocumentImpl$PostOfficeImpl$PostOfficeNameImpl.monitor (Showing top 20 results out of 315)

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

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

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

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

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

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

/**
 * 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 "Type" attribute
 */
public void unsetType()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(TYPE$0);
  }
}

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

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

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

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

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

x0.oasisNamesTcCiqXsdschemaXAL2.implPostOfficeDocumentImpl$PostOfficeImpl$PostOfficeNameImplmonitor

Popular methods of PostOfficeDocumentImpl$PostOfficeImpl$PostOfficeNameImpl

  • check_orphaned
  • get_store

Popular in Java

  • Running tasks concurrently on multiple threads
  • getResourceAsStream (ClassLoader)
  • startActivity (Activity)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Option (scala)

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)