org.apache.xmlbeans.XmlAnySimpleType.set()方法的使用及代码示例

x33g5p2x  于2022-02-03 转载在 其他  
字(9.4k)|赞(0)|评价(0)|浏览(98)

本文整理了Java中org.apache.xmlbeans.XmlAnySimpleType.set()方法的一些代码示例,展示了XmlAnySimpleType.set()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XmlAnySimpleType.set()方法的具体详情如下:
包路径:org.apache.xmlbeans.XmlAnySimpleType
类名称:XmlAnySimpleType
方法名:set

XmlAnySimpleType.set介绍

[英]Sets the value as a String
[中]将值设置为字符串

代码示例

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Indicator" attribute
 */
public void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INDICATOR$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INDICATOR$2);
    }
    target.set(indicator);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "ValidFromDate" attribute
 */
public void setValidFromDate(org.apache.xmlbeans.XmlAnySimpleType validFromDate)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(VALIDFROMDATE$18);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(VALIDFROMDATE$18);
    }
    target.set(validFromDate);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Usage" attribute
 */
public void setUsage(org.apache.xmlbeans.XmlAnySimpleType usage)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(USAGE$22);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(USAGE$22);
    }
    target.set(usage);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$2);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$2);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$2);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    }
    target.set(code);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$2);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    }
    target.set(code);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$0);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$0);
    }
    target.set(code);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "NumberSuffixSeparator" attribute
 */
public void setNumberSuffixSeparator(org.apache.xmlbeans.XmlAnySimpleType numberSuffixSeparator)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(NUMBERSUFFIXSEPARATOR$0);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(NUMBERSUFFIXSEPARATOR$0);
    }
    target.set(numberSuffixSeparator);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$10);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$10);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$0);
    }
    target.set(type);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "NameNumberSeparator" attribute
 */
public void setNameNumberSeparator(org.apache.xmlbeans.XmlAnySimpleType nameNumberSeparator)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(NAMENUMBERSEPARATOR$0);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(NAMENUMBERSEPARATOR$0);
    }
    target.set(nameNumberSeparator);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$2);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    }
    target.set(code);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$4);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$4);
    }
    target.set(code);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Code" attribute
 */
public void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(CODE$2);
    if (target == null)
    {
     target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(CODE$2);
    }
    target.set(code);
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Sets the "Type" attribute
 */
public void setType(org.apache.xmlbeans.XmlAnySimpleType type)
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.XmlAnySimpleType target = null;
    target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(TYPE$22);
    if (target == null)
    {
      target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(TYPE$22);
    }
    target.set(type);
  }
}

相关文章