public class SchemaModule.SchemaModuleVersion
extends java.lang.Object
ObjectFactory.| Constructor and Description |
|---|
SchemaModuleVersion(java.lang.Class objectFactory,
java.lang.String xsdLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNamespace()
Gets the target namespace of this schema version.
|
java.lang.String |
getNamespacePrefix()
Gets our namespace prefix (the namespace with the final number (if any) removed).
|
java.lang.Class |
getObjectFactory()
Gets the
ObjectFactory for this schema version. |
java.io.InputStream |
getXsd()
Gets the XSD file for this schema version.
|
int |
hashCode() |
public SchemaModuleVersion(@NonNull
java.lang.Class objectFactory,
@NonNull
java.lang.String xsdLocation)
objectFactory - The xjc-generated ObjectFactory instance for this schema
version. Notably, the package containing this class must contain
a package-info.java with a XmlSchema annotation
giving the XML namespace of this schema.xsd - The XSD file for this schema.@NonNull public java.lang.Class getObjectFactory()
ObjectFactory for this schema version.@NonNull public java.io.InputStream getXsd()
@NonNull public java.lang.String getNamespace()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@NonNull public java.lang.String getNamespacePrefix()