Class Schema


  • public class Schema
    extends Object

    Java class for Schema complex type

    .

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

    
     <complexType name="Schema">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="version" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" />
           <attribute name="namespace" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • location

        protected String location
      • version

        protected String version
      • namespace

        protected String namespace
    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • getLocation

        public String getLocation()
        Gets the value of the location property.
        Returns:
        possible object is String
      • setLocation

        public void setLocation​(String value)
        Sets the value of the location property.
        Parameters:
        value - allowed object is String
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getNamespace

        public String getNamespace()
        Gets the value of the namespace property.
        Returns:
        possible object is String
      • setNamespace

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