Package org.cxml
Class ExternalDocumentType
java.lang.Object
org.cxml.ExternalDocumentType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the documentType property.voidsetDescription(Description value) Sets the value of the description property.voidsetDocumentType(String value) Sets the value of the documentType property.
-
Field Details
-
documentType
-
description
-
-
Constructor Details
-
ExternalDocumentType
public ExternalDocumentType()
-
-
Method Details
-
getDocumentType
Gets the value of the documentType property.- Returns:
- possible object is
String
-
setDocumentType
Sets the value of the documentType property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-