congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
XmlPositiveInteger.set
Code IndexAdd Tabnine to your IDE (free)

How to use
set
method
in
org.apache.xmlbeans.XmlPositiveInteger

Best Java code snippets using org.apache.xmlbeans.XmlPositiveInteger.set (Showing top 20 results out of 315)

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

/**
 * Sets (as xml) ith "modifiedCoordinate" element
 */
public void xsetModifiedCoordinateArray(int i, org.apache.xmlbeans.XmlPositiveInteger modifiedCoordinate)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_element_user(MODIFIEDCOORDINATE$0, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(modifiedCoordinate);
  }
}

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

/**
 * Sets (as xml) the "inDimension" element
 */
public void xsetInDimension(org.apache.xmlbeans.XmlPositiveInteger inDimension)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_element_user(INDIMENSION$4, 0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_element_user(INDIMENSION$4);
    }
    target.set(inDimension);
  }
}

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

/**
 * Sets (as xml) the "targetDimensions" element
 */
public void xsetTargetDimensions(org.apache.xmlbeans.XmlPositiveInteger targetDimensions)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_element_user(TARGETDIMENSIONS$6, 0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_element_user(TARGETDIMENSIONS$6);
    }
    target.set(targetDimensions);
  }
}

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

/**
 * Sets (as xml) the "count" attribute
 */
public void xsetCount(org.apache.xmlbeans.XmlPositiveInteger count)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(COUNT$8);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(COUNT$8);
    }
    target.set(count);
  }
}

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

/**
 * Sets (as xml) the "sourceDimensions" element
 */
public void xsetSourceDimensions(org.apache.xmlbeans.XmlPositiveInteger sourceDimensions)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_element_user(SOURCEDIMENSIONS$6, 0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_element_user(SOURCEDIMENSIONS$6);
    }
    target.set(sourceDimensions);
  }
}

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

/**
 * Sets (as xml) the "dimension" attribute
 */
public void xsetDimension(org.apache.xmlbeans.XmlPositiveInteger dimension)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(DIMENSION$4);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(DIMENSION$4);
    }
    target.set(dimension);
  }
}

origin: org.n52.sensorweb/52n-xml-sweCommon-v101

/**
 * Sets (as xml) the "byteLength" attribute
 */
public void xsetByteLength(org.apache.xmlbeans.XmlPositiveInteger byteLength)
{
  synchronized (monitor())
  {
   check_orphaned();
   org.apache.xmlbeans.XmlPositiveInteger target = null;
   target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(BYTELENGTH$2);
   if (target == null)
   {
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(BYTELENGTH$2);
   }
   target.set(byteLength);
  }
}

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

/**
 * Sets (as xml) the "inDimension" element
 */
public void xsetInDimension(org.apache.xmlbeans.XmlPositiveInteger inDimension)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_element_user(INDIMENSION$4, 0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_element_user(INDIMENSION$4);
    }
    target.set(inDimension);
  }
}

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

/**
 * Sets (as xml) the "srsDimension" attribute
 */
public void xsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(SRSDIMENSION$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(SRSDIMENSION$2);
    }
    target.set(srsDimension);
  }
}

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

/**
 * Sets (as xml) the "srsDimension" attribute
 */
public void xsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(SRSDIMENSION$4);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(SRSDIMENSION$4);
    }
    target.set(srsDimension);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v20

/**
 * Sets (as xml) the "dimensions" attribute
 */
public void xsetDimensions(org.apache.xmlbeans.XmlPositiveInteger dimensions)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(DIMENSIONS$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(DIMENSIONS$2);
    }
    target.set(dimensions);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v20

/**
 * Sets (as xml) the "dimensions" attribute
 */
public void xsetDimensions(org.apache.xmlbeans.XmlPositiveInteger dimensions)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(DIMENSIONS$6);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(DIMENSIONS$6);
    }
    target.set(dimensions);
  }
}

origin: org.n52.sensorweb/52n-xml-csw-v202

/**
 * Sets (as xml) the "startPosition" attribute
 */
public void xsetStartPosition(org.apache.xmlbeans.XmlPositiveInteger startPosition)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(STARTPOSITION$14);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(STARTPOSITION$14);
    }
    target.set(startPosition);
  }
}

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

/**
 * Sets (as xml) the "srsDimension" attribute
 */
public void xsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(SRSDIMENSION$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(SRSDIMENSION$2);
    }
    target.set(srsDimension);
  }
}

origin: org.n52.sensorweb/52n-xml-sweCommon-v100

/**
 * Sets (as xml) the "significantBits" attribute
 */
public void xsetSignificantBits(org.apache.xmlbeans.XmlPositiveInteger significantBits)
{
  synchronized (monitor())
  {
   check_orphaned();
   org.apache.xmlbeans.XmlPositiveInteger target = null;
   target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(SIGNIFICANTBITS$4);
   if (target == null)
   {
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(SIGNIFICANTBITS$4);
   }
   target.set(significantBits);
  }
}

origin: org.n52.sensorweb/52n-xml-wfs-v110

/**
 * Sets (as xml) the "traverseXlinkExpiry" attribute
 */
public void xsetTraverseXlinkExpiry(org.apache.xmlbeans.XmlPositiveInteger traverseXlinkExpiry)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(TRAVERSEXLINKEXPIRY$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(TRAVERSEXLINKEXPIRY$2);
    }
    target.set(traverseXlinkExpiry);
  }
}

origin: org.n52.sensorweb/52n-xml-csw-v202

/**
 * Sets (as xml) the "hopCount" attribute
 */
public void xsetHopCount(org.apache.xmlbeans.XmlPositiveInteger hopCount)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(HOPCOUNT$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(HOPCOUNT$0);
    }
    target.set(hopCount);
  }
}

origin: org.n52.sensorweb/52n-xml-sweCommon-v100

/**
 * Sets (as xml) the "elementCount" attribute
 */
public void xsetElementCount(org.apache.xmlbeans.XmlPositiveInteger elementCount)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(ELEMENTCOUNT$4);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(ELEMENTCOUNT$4);
    }
    target.set(elementCount);
  }
}

origin: org.n52.sensorweb/52n-xml-cv-v022

/**
 * Sets (as xml) the "fieldCount" attribute
 */
public void xsetFieldCount(org.apache.xmlbeans.XmlPositiveInteger fieldCount)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(FIELDCOUNT$4);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(FIELDCOUNT$4);
    }
    target.set(fieldCount);
  }
}

origin: org.n52.sensorweb/52n-xml-sweCommon-v100

/**
 * Sets (as xml) the "byteLength" attribute
 */
public void xsetByteLength(org.apache.xmlbeans.XmlPositiveInteger byteLength)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlPositiveInteger target = null;
    target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().find_attribute_user(BYTELENGTH$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlPositiveInteger)get_store().add_attribute_user(BYTELENGTH$2);
    }
    target.set(byteLength);
  }
}

org.apache.xmlbeansXmlPositiveIntegerset

Popular methods of XmlPositiveInteger

  • compareValue
  • getBigIntegerValue

Popular in Java

  • Making http requests using okhttp
  • getApplicationContext (Context)
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now