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

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

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

/**
 * Gets array of all "PostOfficeName" elements
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[] getPostOfficeNameArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(POSTOFFICENAME$2, targetList);
    x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[] result = new x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName[targetList.size()];
    targetList.toArray(result);
    return result;
  }
}

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

/**
 * Inserts and returns a new empty value (as xml) as the ith "PostOfficeName" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName insertNewPostOfficeName(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName)get_store().insert_element_user(POSTOFFICENAME$2, i);
    return target;
  }
}

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

/**
 * Appends and returns a new empty value (as xml) as the last "PostOfficeName" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName addNewPostOfficeName()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeName)get_store().add_element_user(POSTOFFICENAME$2);
    return target;
  }
}

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

/**
 * Appends and returns a new empty "PostBox" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox addNewPostBox()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox)get_store().add_element_user(POSTBOX$8);
    return target;
  }
}

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

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

/**
 * Appends and returns a new empty "PostOfficeNumber" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeNumber addNewPostOfficeNumber()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeNumber target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostOfficeDocument.PostOffice.PostOfficeNumber)get_store().add_element_user(POSTOFFICENUMBER$4);
    return target;
  }
}

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

/**
 * 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 "PostOfficeNumber" element
 */
public void unsetPostOfficeNumber()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTOFFICENUMBER$4, 0);
  }
}

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

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

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

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

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

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

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

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

/**
 * Removes the ith "PostOfficeName" element
 */
public void removePostOfficeName(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(POSTOFFICENAME$2, i);
  }
}

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

/**
 * Appends and returns a new empty "PostalRoute" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType addNewPostalRoute()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostalRouteType)get_store().add_element_user(POSTALROUTE$6);
    return target;
  }
}

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

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

/**
 * Appends and returns a new empty "PostBox" element
 */
public x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox addNewPostBox()
{
  synchronized (monitor())
  {
    check_orphaned();
    x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox target = null;
    target = (x0.oasisNamesTcCiqXsdschemaXAL2.PostBoxDocument.PostBox)get_store().add_element_user(POSTBOX$8);
    return target;
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implPostOfficeDocumentImpl$PostOfficeImpl

Javadoc

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

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Collectors (java.util.stream)

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)