DependentLocalityTypeImpl.check_orphaned
Code IndexAdd Codota to your IDE (free)

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

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

/**
 * Sets array of all "DependentLocalityName" element
 */
public void setDependentLocalityNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.DependentLocalityType.DependentLocalityName[] dependentLocalityNameArray)
{
  synchronized (monitor())
  {
    check_orphaned();
    arraySetterHelper(dependentLocalityNameArray, DEPENDENTLOCALITYNAME$2);
  }
}

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

/**
 * Unsets the "DependentLocality" element
 */
public void unsetDependentLocality()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(DEPENDENTLOCALITY$18, 0);
  }
}

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

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

/**
 * Returns number of "AddressLine" element
 */
public int sizeOfAddressLineArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(ADDRESSLINE$0);
  }
}

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

/**
 * Unsets the "LargeMailUser" element
 */
public void unsetLargeMailUser()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(LARGEMAILUSER$8, 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$6, 0);
  }
}

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

/**
 * Unsets the "Thoroughfare" element
 */
public void unsetThoroughfare()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(THOROUGHFARE$14, 0);
  }
}

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

/**
 * Unsets the "PostOffice" element
 */
public void unsetPostOffice()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTOFFICE$10, 0);
  }
}

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

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

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

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

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

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

/**
 * True if has "DependentLocality" element
 */
public boolean isSetDependentLocality()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(DEPENDENTLOCALITY$18) != 0;
  }
}

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

/**
 * Returns number of "DependentLocalityName" element
 */
public int sizeOfDependentLocalityNameArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(DEPENDENTLOCALITYNAME$2);
  }
}

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

/**
 * Unsets the "Connector" attribute
 */
public void unsetConnector()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(CONNECTOR$26);
  }
}

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

/**
 * True if has "UsageType" attribute
 */
public boolean isSetUsageType()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(USAGETYPE$24) != null;
  }
}

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

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

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

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

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

/**
 * Unsets the "Thoroughfare" element
 */
public void unsetThoroughfare()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(THOROUGHFARE$14, 0);
  }
}

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

/**
 * True if has "LargeMailUser" element
 */
public boolean isSetLargeMailUser()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(LARGEMAILUSER$8) != 0;
  }
}

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

/**
 * Returns number of "AddressLine" element
 */
public int sizeOfAddressLineArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(ADDRESSLINE$0);
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implDependentLocalityTypeImplcheck_orphaned

Popular methods of DependentLocalityTypeImpl

  • arraySetterHelper
  • get_store
  • monitor

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • compareTo (BigDecimal)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Table (org.hibernate.mapping)
    A relational table
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin

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)