PremiseDocumentImpl$PremiseImpl
Code IndexAdd Codota to your IDE (free)

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

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

/**
 * Removes the ith "SubPremise" element
 */
public void removeSubPremise(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(SUBPREMISE$16, i);
  }
}

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

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

/**
 * Unsets the "PremiseThoroughfareConnector" attribute
 */
public void unsetPremiseThoroughfareConnector()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_attribute(PREMISETHOROUGHFARECONNECTOR$32);
  }
}
/**
origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets array of all "PremiseNumber" element
 */
public void setPremiseNumberArray(x0.oasisNamesTcCiqXsdschemaXAL2.PremiseNumberDocument.PremiseNumber[] premiseNumberArray)
{
  synchronized (monitor())
  {
    check_orphaned();
    arraySetterHelper(premiseNumberArray, PREMISENUMBER$6);
  }
}

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

/**
 * Unsets the "PremiseNumberRange" element
 */
public void unsetPremiseNumberRange()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(PREMISENUMBERRANGE$8, 0);
  }
}

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

/**
 * Removes the ith "PremiseNumber" element
 */
public void removePremiseNumber(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(PREMISENUMBER$6, i);
  }
}

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

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

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

/**
 * Returns number of "SubPremise" element
 */
public int sizeOfSubPremiseArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(SUBPREMISE$16);
  }
}

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

/**
 * Returns number of "PremiseNumberSuffix" element
 */
public int sizeOfPremiseNumberSuffixArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().count_elements(PREMISENUMBERSUFFIX$12);
  }
}

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

/**
 * Unsets the "PremiseLocation" element
 */
public void unsetPremiseLocation()
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(PREMISELOCATION$4, 0);
  }
}

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

/**
 * True if has "PremiseThoroughfareConnector" attribute
 */
public boolean isSetPremiseThoroughfareConnector()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(PREMISETHOROUGHFARECONNECTOR$32) != null;
  }
}

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

/**
 * True if has "PremiseDependencyType" attribute
 */
public boolean isSetPremiseDependencyType()
{
  synchronized (monitor())
  {
    check_orphaned();
    return get_store().find_attribute_user(PREMISEDEPENDENCYTYPE$30) != null;
  }
}

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

/**
 * Sets array of all "PremiseName" element
 */
public void setPremiseNameArray(x0.oasisNamesTcCiqXsdschemaXAL2.PremiseDocument.Premise.PremiseName[] premiseNameArray)
{
  synchronized (monitor())
  {
    check_orphaned();
    arraySetterHelper(premiseNameArray, PREMISENAME$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$22, 0);
  }
}

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

/**
 * Removes the ith "SubPremise" element
 */
public void removeSubPremise(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(SUBPREMISE$16, i);
  }
}

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

/**
 * Removes the ith "PremiseNumber" element
 */
public void removePremiseNumber(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(PREMISENUMBER$6, i);
  }
}

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

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

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

/**
 * Removes the ith "BuildingName" element
 */
public void removeBuildingName(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(BUILDINGNAME$14, i);
  }
}

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

/**
 * Removes the ith "PremiseNumberSuffix" element
 */
public void removePremiseNumberSuffix(int i)
{
  synchronized (monitor())
  {
    check_orphaned();
    get_store().remove_element(PREMISENUMBERSUFFIX$12, i);
  }
}

x0.oasisNamesTcCiqXsdschemaXAL2.implPremiseDocumentImpl$PremiseImpl

Javadoc

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

  • Parsing JSON documents to java classes using gson
  • getSharedPreferences (Context)
  • onRequestPermissionsResult (Fragment)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Notification (javax.management)
  • Reference (javax.naming)
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o

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)