pl.edu.icm.unity.saml.xmlbeans.soap.impl.EncodingStyleImpl Maven / Gradle / Ivy
/*
* XML Type: encodingStyle
* Namespace: http://schemas.xmlsoap.org/soap/envelope/
* Java type: pl.edu.icm.unity.saml.xmlbeans.soap.EncodingStyle
*
* Automatically generated - do not modify.
*/
package pl.edu.icm.unity.saml.xmlbeans.soap.impl;
/**
* An XML encodingStyle(@http://schemas.xmlsoap.org/soap/envelope/).
*
* This is a list type whose items are org.apache.xmlbeans.XmlAnyURI.
*/
public class EncodingStyleImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements pl.edu.icm.unity.saml.xmlbeans.soap.EncodingStyle
{
private static final long serialVersionUID = 1L;
public EncodingStyleImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected EncodingStyleImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy