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

x33g5p2x  于2022-01-30 转载在 其他  
字(6.3k)|赞(0)|评价(0)|浏览(118)

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

SimpleValue.getCalendarValue介绍

[英]Returns the value as a Calendar.
[中]将值作为日历返回。

代码示例

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

public Calendar getCalendarValue()
{
  return ((SimpleValue)underlyingXmlObject()).getCalendarValue();
}

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

public Calendar getCalendarValue()
  { check_dated(); return _value == null ? null : ((SimpleValue)_value).getCalendarValue(); }

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

case SchemaType.BTC_G_DAY:
case SchemaType.BTC_G_MONTH:
  return base.getCalendarValue();

代码示例来源:origin: com.github.pjfanning/xmlbeans

public Calendar getCalendarValue()
{
  return ((SimpleValue)underlyingXmlObject()).getCalendarValue();
}

代码示例来源:origin: org.apache.xmlbeans/com.springsource.org.apache.xmlbeans

public Calendar getCalendarValue()
{
  return ((SimpleValue)underlyingXmlObject()).getCalendarValue();
}

代码示例来源:origin: com.github.pjfanning/xmlbeans

public Calendar getCalendarValue()
  { check_dated(); return _value == null ? null : ((SimpleValue)_value).getCalendarValue(); }

代码示例来源:origin: org.apache.xmlbeans/com.springsource.org.apache.xmlbeans

public Calendar getCalendarValue()
  { check_dated(); return _value == null ? null : ((SimpleValue)_value).getCalendarValue(); }

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

/**
 * Gets the "referenceDate" element
 */
public java.util.Calendar getReferenceDate()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REFERENCEDATE$2, 0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

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

/**
 * Gets the "referenceTime" attribute
 */
public java.util.Calendar getReferenceTime()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(REFERENCETIME$6);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

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

/**
 * Gets the "realizationEpoch" element
 */
public java.util.Calendar getRealizationEpoch()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REALIZATIONEPOCH$6, 0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

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

/**
 * Gets the "eventTime" element
 */
public java.util.Calendar getEventTime()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EVENTTIME$0, 0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.n52.wps/52n-xml-wps-v20

/**
 * Gets the "ExpirationDate" element
 */
public java.util.Calendar getExpirationDate()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EXPIRATIONDATE$2, 0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.openehr.java-libs/oet-parser

/**
 * Gets the "maxDateTime" element
 */
public java.util.Calendar getMaxDateTime()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MAXDATETIME$0, 0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

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

/**
 * Gets the "dateOfExemptedSource" attribute
 */
public java.util.Calendar getDateOfExemptedSource()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DATEOFEXEMPTEDSOURCE$32);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.n52.security/52n-security-xb

/**
 * Gets the "IssueInstant" attribute
 */
public java.util.Calendar getIssueInstant()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ISSUEINSTANT$22);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.n52.security/52n-security-xb

/**
 * Gets the "IssueInstant" attribute
 */
public java.util.Calendar getIssueInstant()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ISSUEINSTANT$10);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

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

/**
 * Gets the "NewTerminationTime" element
 */
public java.util.Calendar getNewTerminationTime()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NEWTERMINATIONTIME$0, 0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.n52.security/52n-security-xb

/**
 * Gets the "NotBefore" attribute
 */
public java.util.Calendar getNotBefore()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NOTBEFORE$0);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.n52.security/52n-security-xb

/**
 * Gets the "NotOnOrAfter" attribute
 */
public java.util.Calendar getNotOnOrAfter()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NOTONORAFTER$2);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

代码示例来源:origin: org.n52.security/52n-security-xb

/**
 * Gets the "NotOnOrAfter" attribute
 */
public java.util.Calendar getNotOnOrAfter()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NOTONORAFTER$10);
    if (target == null)
    {
      return null;
    }
    return target.getCalendarValue();
  }
}

相关文章

微信公众号

最新文章

更多

SimpleValue类方法