Class Description


  • public class Description
    extends Object

    Java class for Description complex type.

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

     <complexType name="Description">
       <simpleContent>
         <extension base="<http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/>non-empty-string">
           <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • Description

        public Description()
    • 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
      • newCopyBuilder

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

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

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