ThoroughfareDocumentImpl$ThoroughfareImpl$ThoroughfareNumberRangeImpl
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using x0.oasisNamesTcCiqXsdschemaXAL2.impl.ThoroughfareDocumentImpl$ThoroughfareImpl$ThoroughfareNumberRangeImpl (Showing top 20 results out of 315)

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

/**
 * Gets array of all "AddressLine" elements
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] getAddressLineArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(ADDRESSLINE$0, targetList);
    x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[] result = new x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine[targetList.size()];
    targetList.toArray(result);
    return result;
  }
}

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

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

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

/**
 * Unsets the "Indicator" attribute
 */
public void unsetIndicator()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(INDICATOR$8);
  }
}

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

/**
 * True if has "Separator" attribute
 */
public boolean isSetSeparator()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(SEPARATOR$10) != null;
  }
}

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

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

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

/**
 * True if has "RangeType" attribute
 */
public boolean isSetRangeType()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(RANGETYPE$6) != null;
  }
}

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

/**
 * Gets (as xml) the "NumberRangeOccurrence" attribute
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence xgetNumberRangeOccurrence()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.NumberRangeOccurrence)get_store().find_attribute_user(NUMBERRANGEOCCURRENCE$14);
    return target;
  }
}

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

/**
 * Appends and returns a new empty "ThoroughfareNumberFrom" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom addNewThoroughfareNumberFrom()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberFrom)get_store().add_element_user(THOROUGHFARENUMBERFROM$2);
    return target;
  }
}

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

/**
 * Gets (as xml) the "RangeType" attribute
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType xgetRangeType()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType)get_store().find_attribute_user(RANGETYPE$6);
    return target;
  }
}

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

/**
 * Appends and returns a new empty "Separator" attribute
 */
public org.apache.xmlbeans.XmlAnySimpleType addNewSeparator()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(SEPARATOR$10);
    return target;
  }
}

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

/**
 * Appends and returns a new empty value (as xml) as the last "AddressLine" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine addNewAddressLine()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.AddressLineDocument.AddressLine)get_store().add_element_user(ADDRESSLINE$0);
    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$16) != null;
  }
}

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

/**
 * Gets (as xml) the "RangeType" attribute
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType xgetRangeType()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.RangeType)get_store().find_attribute_user(RANGETYPE$6);
    return target;
  }
}

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

/**
 * True if has "IndicatorOccurrence" attribute
 */
public boolean isSetIndicatorOccurrence()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(INDICATOROCCURRENCE$12) != null;
  }
}

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

/**
 * Appends and returns a new empty "ThoroughfareNumberTo" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo addNewThoroughfareNumberTo()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.ThoroughfareNumberTo)get_store().add_element_user(THOROUGHFARENUMBERTO$4);
    return target;
  }
}

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

/**
 * Unsets the "IndicatorOccurrence" attribute
 */
public void unsetIndicatorOccurrence()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(INDICATOROCCURRENCE$12);
  }
}

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$16);
    return target;
  }
}

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

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

/**
 * Gets (as xml) the "IndicatorOccurrence" attribute
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence xgetIndicatorOccurrence()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareDocument.Thoroughfare.ThoroughfareNumberRange.IndicatorOccurrence)get_store().find_attribute_user(INDICATOROCCURRENCE$12);
    return target;
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implThoroughfareDocumentImpl$ThoroughfareImpl$ThoroughfareNumberRangeImpl

Javadoc

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

Most used methods

  • arraySetterHelper
  • check_orphaned
  • get_store
  • monitor

Popular in Java

  • Creating JSON documents from java classes using gson
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • onCreateOptionsMenu (Activity)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Reference (javax.naming)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common

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)