Package org.w3.soap

Class Reasontext


  • public class Reasontext
    extends Object

    Java class for reasontext complex type.

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

     <complexType name="reasontext">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • Reasontext

        public Reasontext()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getLang

        public String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String
      • copyTo

        public <_B> void copyTo​(Reasontext.Builder<_B> _other)
        Copies all state of this object to a builder. This method is used by the copyOf(org.w3.soap.Reasontext) 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> Reasontext.Builder<_B> newCopyBuilder​(_B _parentBuilder)
      • copyTo

        public <_B> void copyTo​(Reasontext.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.w3.soap.Reasontext) 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> Reasontext.Builder<_B> newCopyBuilder​(_B _parentBuilder,
                                                          com.kscs.util.jaxb.PropertyTree _propertyTree,
                                                          com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
      • newCopyBuilder

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

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