Package org.xlsx4j.sml
Class CTSchema
java.lang.Object
org.xlsx4j.sml.CTSchema
- All Implemented Interfaces:
Child
Java class for CT_Schema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Schema">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SchemaRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SchemaLanguage" type="{http://www.w3.org/2001/XMLSchema}token" />
</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 content property.getID()Gets the value of the id property.Gets the value of the namespace property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the schemaLanguage property.Gets the value of the schemaRef property.voidSets the value of the id property.voidsetNamespace(String value) Sets the value of the namespace property.voidvoidsetSchemaLanguage(String value) Sets the value of the schemaLanguage property.voidsetSchemaRef(String value) Sets the value of the schemaRef property.
-
Field Details
-
-
id
-
schemaRef
-
namespace
-
schemaLanguage
-
-
Constructor Details
-
CTSchema
public CTSchema()
-
-
Method Details
-
getContent
Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
StringObject -
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getSchemaRef
Gets the value of the schemaRef property.- Returns:
- possible object is
String
-
setSchemaRef
Sets the value of the schemaRef property.- Parameters:
value- allowed object isString
-
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
getSchemaLanguage
Gets the value of the schemaLanguage property.- Returns:
- possible object is
String
-
setSchemaLanguage
Sets the value of the schemaLanguage 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.
-