
org.apache.airavata.schemas.wec.SecurityContextDocument Maven / Gradle / Ivy
The newest version!
/*
* An XML document type.
* Localname: security-context
* Namespace: http://airavata.apache.org/schemas/wec/2012/05
* Java type: org.apache.airavata.schemas.wec.SecurityContextDocument
*
* Automatically generated - do not modify.
*/
package org.apache.airavata.schemas.wec;
/**
* A document containing one security-context(@http://airavata.apache.org/schemas/wec/2012/05) element.
*
* This is a complex type.
*/
public interface SecurityContextDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityContextDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7A1C5DA561007603A7FBE05D1A9E7CD4").resolveHandle("securitycontexte925doctype");
/**
* Gets the "security-context" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext getSecurityContext();
/**
* Sets the "security-context" element
*/
void setSecurityContext(org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext securityContext);
/**
* Appends and returns a new empty "security-context" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext addNewSecurityContext();
/**
* An XML security-context(@http://airavata.apache.org/schemas/wec/2012/05).
*
* This is a complex type.
*/
public interface SecurityContext extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecurityContext.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7A1C5DA561007603A7FBE05D1A9E7CD4").resolveHandle("securitycontextea63elemtype");
/**
* Gets the "grid-proxy" element
*/
byte[] getGridProxy();
/**
* Gets (as xml) the "grid-proxy" element
*/
org.apache.xmlbeans.XmlBase64Binary xgetGridProxy();
/**
* Sets the "grid-proxy" element
*/
void setGridProxy(byte[] gridProxy);
/**
* Sets (as xml) the "grid-proxy" element
*/
void xsetGridProxy(org.apache.xmlbeans.XmlBase64Binary gridProxy);
/**
* Gets the "grid-myproxy-repository" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository getGridMyproxyRepository();
/**
* Sets the "grid-myproxy-repository" element
*/
void setGridMyproxyRepository(org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository gridMyproxyRepository);
/**
* Appends and returns a new empty "grid-myproxy-repository" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository addNewGridMyproxyRepository();
/**
* Gets the "ssh-authentication" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication getSshAuthentication();
/**
* Sets the "ssh-authentication" element
*/
void setSshAuthentication(org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication sshAuthentication);
/**
* Appends and returns a new empty "ssh-authentication" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication addNewSshAuthentication();
/**
* Gets the "credential-management-service" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService getCredentialManagementService();
/**
* Sets the "credential-management-service" element
*/
void setCredentialManagementService(org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService credentialManagementService);
/**
* Appends and returns a new empty "credential-management-service" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService addNewCredentialManagementService();
/**
* Gets the "amazon-webservices" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices getAmazonWebservices();
/**
* Sets the "amazon-webservices" element
*/
void setAmazonWebservices(org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices amazonWebservices);
/**
* Appends and returns a new empty "amazon-webservices" element
*/
org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices addNewAmazonWebservices();
/**
* An XML grid-myproxy-repository(@http://airavata.apache.org/schemas/wec/2012/05).
*
* This is a complex type.
*/
public interface GridMyproxyRepository extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GridMyproxyRepository.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7A1C5DA561007603A7FBE05D1A9E7CD4").resolveHandle("gridmyproxyrepository4f5belemtype");
/**
* Gets the "myproxy-server" element
*/
java.lang.String getMyproxyServer();
/**
* Gets (as xml) the "myproxy-server" element
*/
org.apache.xmlbeans.XmlString xgetMyproxyServer();
/**
* Sets the "myproxy-server" element
*/
void setMyproxyServer(java.lang.String myproxyServer);
/**
* Sets (as xml) the "myproxy-server" element
*/
void xsetMyproxyServer(org.apache.xmlbeans.XmlString myproxyServer);
/**
* Gets the "username" element
*/
java.lang.String getUsername();
/**
* Gets (as xml) the "username" element
*/
org.apache.xmlbeans.XmlString xgetUsername();
/**
* Sets the "username" element
*/
void setUsername(java.lang.String username);
/**
* Sets (as xml) the "username" element
*/
void xsetUsername(org.apache.xmlbeans.XmlString username);
/**
* Gets the "password" element
*/
java.lang.String getPassword();
/**
* Gets (as xml) the "password" element
*/
org.apache.xmlbeans.XmlString xgetPassword();
/**
* Sets the "password" element
*/
void setPassword(java.lang.String password);
/**
* Sets (as xml) the "password" element
*/
void xsetPassword(org.apache.xmlbeans.XmlString password);
/**
* Gets the "life-time-inhours" element
*/
int getLifeTimeInhours();
/**
* Gets (as xml) the "life-time-inhours" element
*/
org.apache.xmlbeans.XmlInt xgetLifeTimeInhours();
/**
* Sets the "life-time-inhours" element
*/
void setLifeTimeInhours(int lifeTimeInhours);
/**
* Sets (as xml) the "life-time-inhours" element
*/
void xsetLifeTimeInhours(org.apache.xmlbeans.XmlInt lifeTimeInhours);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository newInstance() {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.GridMyproxyRepository) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ssh-authentication(@http://airavata.apache.org/schemas/wec/2012/05).
*
* This is a complex type.
*/
public interface SshAuthentication extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SshAuthentication.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7A1C5DA561007603A7FBE05D1A9E7CD4").resolveHandle("sshauthentication348aelemtype");
/**
* Gets the "access-key-id" element
*/
java.lang.String getAccessKeyId();
/**
* Gets (as xml) the "access-key-id" element
*/
org.apache.xmlbeans.XmlString xgetAccessKeyId();
/**
* Sets the "access-key-id" element
*/
void setAccessKeyId(java.lang.String accessKeyId);
/**
* Sets (as xml) the "access-key-id" element
*/
void xsetAccessKeyId(org.apache.xmlbeans.XmlString accessKeyId);
/**
* Gets the "secret-access-key" element
*/
java.lang.String getSecretAccessKey();
/**
* Gets (as xml) the "secret-access-key" element
*/
org.apache.xmlbeans.XmlString xgetSecretAccessKey();
/**
* Sets the "secret-access-key" element
*/
void setSecretAccessKey(java.lang.String secretAccessKey);
/**
* Sets (as xml) the "secret-access-key" element
*/
void xsetSecretAccessKey(org.apache.xmlbeans.XmlString secretAccessKey);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication newInstance() {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.SshAuthentication) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML credential-management-service(@http://airavata.apache.org/schemas/wec/2012/05).
*
* This is a complex type.
*/
public interface CredentialManagementService extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CredentialManagementService.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7A1C5DA561007603A7FBE05D1A9E7CD4").resolveHandle("credentialmanagementserviced5b6elemtype");
/**
* Gets the "token_id" element
*/
java.lang.String getTokenId();
/**
* Gets (as xml) the "token_id" element
*/
org.apache.xmlbeans.XmlString xgetTokenId();
/**
* Sets the "token_id" element
*/
void setTokenId(java.lang.String tokenId);
/**
* Sets (as xml) the "token_id" element
*/
void xsetTokenId(org.apache.xmlbeans.XmlString tokenId);
/**
* Gets the "portal-user" element
*/
java.lang.String getPortalUser();
/**
* Gets (as xml) the "portal-user" element
*/
org.apache.xmlbeans.XmlString xgetPortalUser();
/**
* Sets the "portal-user" element
*/
void setPortalUser(java.lang.String portalUser);
/**
* Sets (as xml) the "portal-user" element
*/
void xsetPortalUser(org.apache.xmlbeans.XmlString portalUser);
/**
* Gets the "gateway-id" element
*/
java.lang.String getGatewayId();
/**
* Gets (as xml) the "gateway-id" element
*/
org.apache.xmlbeans.XmlString xgetGatewayId();
/**
* Sets the "gateway-id" element
*/
void setGatewayId(java.lang.String gatewayId);
/**
* Sets (as xml) the "gateway-id" element
*/
void xsetGatewayId(org.apache.xmlbeans.XmlString gatewayId);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService newInstance() {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.CredentialManagementService) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML amazon-webservices(@http://airavata.apache.org/schemas/wec/2012/05).
*
* This is a complex type.
*/
public interface AmazonWebservices extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AmazonWebservices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7A1C5DA561007603A7FBE05D1A9E7CD4").resolveHandle("amazonwebservices2b7eelemtype");
/**
* Gets the "access-key-id" element
*/
java.lang.String getAccessKeyId();
/**
* Gets (as xml) the "access-key-id" element
*/
org.apache.xmlbeans.XmlString xgetAccessKeyId();
/**
* Sets the "access-key-id" element
*/
void setAccessKeyId(java.lang.String accessKeyId);
/**
* Sets (as xml) the "access-key-id" element
*/
void xsetAccessKeyId(org.apache.xmlbeans.XmlString accessKeyId);
/**
* Gets the "secret-access-key" element
*/
java.lang.String getSecretAccessKey();
/**
* Gets (as xml) the "secret-access-key" element
*/
org.apache.xmlbeans.XmlString xgetSecretAccessKey();
/**
* Sets the "secret-access-key" element
*/
void setSecretAccessKey(java.lang.String secretAccessKey);
/**
* Sets (as xml) the "secret-access-key" element
*/
void xsetSecretAccessKey(org.apache.xmlbeans.XmlString secretAccessKey);
/**
* Gets the "ami-id" element
*/
java.lang.String getAmiId();
/**
* Gets (as xml) the "ami-id" element
*/
org.apache.xmlbeans.XmlString xgetAmiId();
/**
* Sets the "ami-id" element
*/
void setAmiId(java.lang.String amiId);
/**
* Sets (as xml) the "ami-id" element
*/
void xsetAmiId(org.apache.xmlbeans.XmlString amiId);
/**
* Gets the "instance-id" element
*/
java.lang.String getInstanceId();
/**
* Gets (as xml) the "instance-id" element
*/
org.apache.xmlbeans.XmlString xgetInstanceId();
/**
* Sets the "instance-id" element
*/
void setInstanceId(java.lang.String instanceId);
/**
* Sets (as xml) the "instance-id" element
*/
void xsetInstanceId(org.apache.xmlbeans.XmlString instanceId);
/**
* Gets the "instance-type" element
*/
java.lang.String getInstanceType();
/**
* Gets (as xml) the "instance-type" element
*/
org.apache.xmlbeans.XmlString xgetInstanceType();
/**
* Sets the "instance-type" element
*/
void setInstanceType(java.lang.String instanceType);
/**
* Sets (as xml) the "instance-type" element
*/
void xsetInstanceType(org.apache.xmlbeans.XmlString instanceType);
/**
* Gets the "username" element
*/
java.lang.String getUsername();
/**
* Gets (as xml) the "username" element
*/
org.apache.xmlbeans.XmlString xgetUsername();
/**
* Sets the "username" element
*/
void setUsername(java.lang.String username);
/**
* Sets (as xml) the "username" element
*/
void xsetUsername(org.apache.xmlbeans.XmlString username);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices newInstance() {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext.AmazonWebservices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext newInstance() {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.airavata.schemas.wec.SecurityContextDocument.SecurityContext) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.airavata.schemas.wec.SecurityContextDocument newInstance() {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.airavata.schemas.wec.SecurityContextDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.apache.airavata.schemas.wec.SecurityContextDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy