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

Best Java code snippets using x0.oasisNamesTcCiqXsdschemaXAL2.impl.PostOfficeDocumentImpl$PostOfficeImpl$PostOfficeNameImpl (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-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

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

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

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

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

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

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

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

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

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

/**
 * 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-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.implPostOfficeDocumentImpl$PostOfficeImpl$PostOfficeNameImpl

Javadoc

An XML PostOfficeName(@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

  • Making http post requests using okhttp
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • getExternalFilesDir (Context)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Kernel (java.awt.image)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat

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)