public static class SchemaLibrary.Schema extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="manifestLocation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schemaLocation" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
manifestLocation |
protected String |
schemaLocation |
protected String |
uri |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getManifestLocation()
Gets the value of the manifestLocation property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSchemaLocation()
Gets the value of the schemaLocation property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setManifestLocation(String value)
Sets the value of the manifestLocation property.
|
void |
setParent(Object parent) |
void |
setSchemaLocation(String value)
Sets the value of the schemaLocation property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String uri
protected String manifestLocation
protected String schemaLocation
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic String getManifestLocation()
Stringpublic void setManifestLocation(String value)
value - allowed object is
Stringpublic String getSchemaLocation()
Stringpublic void setSchemaLocation(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.