gov.nih.nlm.ncbi.jats1.Year类的使用及代码示例

x33g5p2x  于2022-02-05 转载在 其他  
字(2.0k)|赞(0)|评价(0)|浏览(72)

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

Year介绍

[英]Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType> 
<complexContent> 
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 
<attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute name="iso-8601-date" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute name="calendar" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute name="specific-use" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> 
</restriction> 
</complexContent> 
</complexType>

[中]匿名复杂类型的Java类。
以下架构片段指定了该类中包含的预期内容。

<complexType> 
<complexContent> 
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> 
<attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute name="iso-8601-date" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute name="calendar" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute name="specific-use" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> 
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> 
</restriction> 
</complexContent> 
</complexType>

代码示例

代码示例来源:origin: pl.edu.icm.synat/synat-business-services-impl

/**
 * Create an instance of {@link Year }
 * 
 */
public Year createYear() {
  return new Year();
}

代码示例来源:origin: pl.edu.icm.bwmeta/bwmeta-2-foreign-transformers

/**
 * Create an instance of {@link Year }
 * 
 */
public Year createYear() {
  return new Year();
}

相关文章

微信公众号

最新文章

更多