|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.api.SchemaModule.SchemaModuleVersion
public class SchemaModule.SchemaModuleVersion
Represents a single version of a schema, including a single XSD and a single
ObjectFactory.
| Constructor Summary | |
|---|---|
SchemaModule.SchemaModuleVersion(java.lang.Class objectFactory,
java.lang.String xsdLocation)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaModule.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.| Method Detail |
|---|
@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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||