Package org.cxml

Class ExternalDocumentType

java.lang.Object
org.cxml.ExternalDocumentType

public class ExternalDocumentType extends Object
  • Field Details

    • documentType

      protected String documentType
    • description

      protected Description description
  • Constructor Details

    • ExternalDocumentType

      public ExternalDocumentType()
  • Method Details

    • getDocumentType

      public String getDocumentType()
      Gets the value of the documentType property.
      Returns:
      possible object is String
    • setDocumentType

      public void setDocumentType(String value)
      Sets the value of the documentType property.
      Parameters:
      value - allowed object is String
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description