/**
* Create an instance of {@link JAXBElement }{@code <}{@link SecurityType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://schemas.xmlsoap.org/ws/2005/04/discovery", name = "Security")
public JAXBElement<SecurityType> createSecurity(SecurityType value) {
return new JAXBElement<SecurityType>(_Security_QNAME, SecurityType.class, null, value);
}
ObjectFactory.java 文件源码
java
阅读 26
收藏 0
点赞 0
评论 0
项目:onvifjava
作者:
评论列表
文章目录