Package org.docx4j.customxml
Class SchemaLibrary.Schema
java.lang.Object
org.docx4j.customxml.SchemaLibrary.Schema
- All Implemented Interfaces:
Child
- Enclosing class:
- SchemaLibrary
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the manifestLocation property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the schemaLocation property.getUri()Gets the value of the uri property.voidsetManifestLocation(String value) Sets the value of the manifestLocation property.voidvoidsetSchemaLocation(String value) Sets the value of the schemaLocation property.voidSets the value of the uri property.
-
Field Details
-
uri
-
manifestLocation
-
schemaLocation
-
-
Constructor Details
-
Schema
public Schema()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
getManifestLocation
Gets the value of the manifestLocation property.- Returns:
- possible object is
String
-
setManifestLocation
Sets the value of the manifestLocation property.- Parameters:
value- allowed object isString
-
getSchemaLocation
Gets the value of the schemaLocation property.- Returns:
- possible object is
String
-
setSchemaLocation
Sets the value of the schemaLocation property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-