/**
* @return the map for holding unspecified (user) attributes
*/
@XmlAnyAttribute
public Map<QName,Object> getAny() {
return attrs;
}
java类javax.xml.bind.annotation.XmlAnyAttribute的实例源码
TableSchemaModel.java 文件源码
项目:DominoHBase
阅读 21
收藏 0
点赞 0
评论 0
ColumnSchemaModel.java 文件源码
项目:hindex
阅读 27
收藏 0
点赞 0
评论 0
/**
* @return the map for holding unspecified (user) attributes
*/
@XmlAnyAttribute
public Map<QName,Object> getAny() {
return attrs;
}
TableSchemaModel.java 文件源码
项目:hindex
阅读 20
收藏 0
点赞 0
评论 0
/**
* @return the map for holding unspecified (user) attributes
*/
@XmlAnyAttribute
public Map<QName,Object> getAny() {
return attrs;
}
LinkJaxb.java 文件源码
项目:APIServer
阅读 18
收藏 0
点赞 0
评论 0
/**
* Ciccio.
*
* @return Ciccio.
*/
@XmlAnyAttribute
public final Map<QName, Object> getParams() {
return params;
}