Class ExtensionType


  • public class ExtensionType
    extends Object

    Java class for ExtensionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExtensionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExtensionType

        public ExtensionType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getPrefix

        public String getPrefix()
        Gets the value of the prefix property.
        Returns:
        possible object is String
      • setPrefix

        public void setPrefix​(String value)
        Sets the value of the prefix property.
        Parameters:
        value - allowed object is String
      • getUri

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String