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

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

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

/**
 * Sets array of all "PostOfficeName" element
 */
public void setPostOfficeNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[] postOfficeNameArray)
{
  synchronized (monitor())
  {
    check_orphaned();
    arraySetterHelper(postOfficeNameArray, POSTOFFICENAME$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$12) != null;
  }
}

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

/**
 * Unsets the "Indicator" attribute
 */
public void unsetIndicator()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(INDICATOR$14);
  }
}
/**
origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * True if has "PostalRoute" element
 */
public boolean isSetPostalRoute()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(POSTALROUTE$6) != 0;
  }
}

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

/**
 * Unsets the "PostOfficeNumber" element
 */
public void unsetPostOfficeNumber()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTOFFICENUMBER$4, 0);
  }
}

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

/**
 * Removes the ith "AddressLine" element
 */
public void removeAddressLine(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(ADDRESSLINE$0, i);
  }
}

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

/**
 * True if has "Indicator" attribute
 */
public boolean isSetIndicator()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(INDICATOR$14) != null;
  }
}

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

/**
 * Unsets the "Indicator" attribute
 */
public void unsetIndicator()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(INDICATOR$14);
  }
}
/**
origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * True if has "PostalCode" element
 */
public boolean isSetPostalCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(POSTALCODE$10) != 0;
  }
}

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

/**
 * Unsets the "PostBox" element
 */
public void unsetPostBox()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTBOX$8, 0);
  }
}

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

/**
 * True if has "PostOfficeNumber" element
 */
public boolean isSetPostOfficeNumber()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(POSTOFFICENUMBER$4) != 0;
  }
}

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

/**
 * Removes the ith "AddressLine" element
 */
public void removeAddressLine(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(ADDRESSLINE$0, i);
  }
}

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

/**
 * True if has "Indicator" attribute
 */
public boolean isSetIndicator()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(INDICATOR$14) != null;
  }
}

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

/**
 * Unsets the "PostBox" element
 */
public void unsetPostBox()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTBOX$8, 0);
  }
}

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

/**
 * Returns number of "PostOfficeName" element
 */
public int sizeOfPostOfficeNameArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(POSTOFFICENAME$2);
  }
}

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

/**
 * Unsets the "PostalCode" element
 */
public void unsetPostalCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTALCODE$10, 0);
  }
}

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

/**
 * Sets array of all "AddressLine" element
 */
public void setAddressLineArray(x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] addressLineArray)
{
  synchronized (monitor())
  {
    check_orphaned();
    arraySetterHelper(addressLineArray, ADDRESSLINE$0);
  }
}

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

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

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

/**
 * Unsets the "PostalRoute" element
 */
public void unsetPostalRoute()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTALROUTE$6, 0);
  }
}

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

/**
 * Unsets the "PostalCode" element
 */
public void unsetPostalCode()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTALCODE$10, 0);
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implPostOfficeDocumentImpl$PostOfficeImplcheck_orphaned

Popular methods of PostOfficeDocumentImpl$PostOfficeImpl

  • arraySetterHelper
  • get_store
  • monitor

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • scheduleAtFixedRate (Timer)
  • orElseThrow (Optional)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,

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)