Tabnine Logo
XmlPositiveInteger
Code IndexAdd Tabnine to your IDE (free)

How to use
XmlPositiveInteger
in
org.apache.xmlbeans

Best Java code snippets using org.apache.xmlbeans.XmlPositiveInteger (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.apache.xmlbeans/xmlbeans

if (dig.compareValue(myFacets[SchemaType.FACET_TOTAL_DIGITS]) > 0)
  state.error(XmlErrorCodes.DATATYPE_TOTAL_DIGITS_RESTRICTION, null, facet);
origin: org.apache.xmlbeans/xmlbeans

if (len > 0 && temp.charAt(0) == '-')
  len -= 1;
if (len > td.getBigIntegerValue().intValue())
    new Object[] { new Integer(len), temp, new Integer(td.getBigIntegerValue().intValue()), QNameHelper.readable(sType) });
  return;
origin: org.n52.sensorweb/52n-xml-gml-v311

/**
 * 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: com.github.pjfanning/xmlbeans

if (len > 0 && temp.charAt(0) == '-')
  len -= 1;
if (len > td.getBigIntegerValue().intValue())
    new Object[] { new Integer(len), temp, new Integer(td.getBigIntegerValue().intValue()), QNameHelper.readable(sType) });
  return;
origin: org.apache.xmlbeans/com.springsource.org.apache.xmlbeans

if (dig.compareValue(myFacets[SchemaType.FACET_TOTAL_DIGITS]) > 0)
  state.error(XmlErrorCodes.DATATYPE_TOTAL_DIGITS_RESTRICTION, null, facet);
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.apache.xmlbeans/com.springsource.org.apache.xmlbeans

if (len > 0 && temp.charAt(0) == '-')
  len -= 1;
if (len > td.getBigIntegerValue().intValue())
    new Object[] { new Integer(len), temp, new Integer(td.getBigIntegerValue().intValue()), QNameHelper.readable(sType) });
  return;
origin: com.github.pjfanning/xmlbeans

if (dig.compareValue(myFacets[SchemaType.FACET_TOTAL_DIGITS]) > 0)
  state.error(XmlErrorCodes.DATATYPE_TOTAL_DIGITS_RESTRICTION, null, facet);
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-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);
  }
}

org.apache.xmlbeansXmlPositiveInteger

Javadoc

Corresponds to the XML Schema xs:positiveInteger type. One of the derived types based on xs:decimal.

Verified to be positive when validating.

Convertible to java.math.BigInteger.

Most used methods

  • set
  • compareValue
  • getBigIntegerValue

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JCheckBox (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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