Class Schema
java.lang.Object
com.independentsoft.office.spreadsheet.Schema
The Class Schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getID()Gets the id.Gets the inner xml.Gets the namespace.Gets the reference.voidSets the id.voidsetInnerXml(String innerXml)Sets the inner xml.voidsetNamespace(String ns)Sets the namespace.voidsetReference(String reference)Sets the reference.toString()
-
Constructor Details
-
Schema
public Schema()Instantiates a new schema.
-
-
Method Details
-
clone
-
toString
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getNamespace
Gets the namespace.- Returns:
- the namespace
-
setNamespace
Sets the namespace.- Parameters:
ns- the new namespace
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getInnerXml
Gets the inner xml.- Returns:
- the inner xml
-
setInnerXml
Sets the inner xml.- Parameters:
innerXml- the new inner xml
-