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

  • Finding current android device location
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setContentView (Activity)
  • getContentResolver (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • JComboBox (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • 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