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
      • newCopyBuilder

        public <_B> Schema.Builder<_B> newCopyBuilder​(_B _parentBuilder)
      • copyTo

        public <_B> void copyTo​(Schema.Builder<_B> _other,
                                com.kscs.util.jaxb.PropertyTree _propertyTree,
                                com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
        Copies all state of this object to a builder. This method is used by the copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema) method and should not be called directly by client code.
        Parameters:
        _other - A builder instance to which the state of this object will be copied.
      • newCopyBuilder

        public <_B> Schema.Builder<_B> newCopyBuilder​(_B _parentBuilder,
                                                      com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                      com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • newCopyBuilder

        public Schema.Builder<Void> newCopyBuilder​(com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                   com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • copyOf

        public static <_B> Schema.Builder<_B> copyOf​(Schema _other,
                                                     com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                     com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • copyExcept

        public static Schema.Builder<Void> copyExcept​(Schema _other,
                                                      com.kscs.util.jaxb.PropertyTree _propertyTree)
      • copyOnly

        public static Schema.Builder<Void> copyOnly​(Schema _other,
                                                    com.kscs.util.jaxb.PropertyTree _propertyTree)