Class InternationalStringValueType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Serializable, Cloneable

    @CodingStyleguideUnaware
    public class InternationalStringValueType
    extends ValueType
    A specialized ValueType that may be used as a container for a InternationalString value.

    Java class for InternationalStringValueType complex type.

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

    
     <complexType name="InternationalStringValueType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}ValueType">
           <sequence>
             <element name="Value" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}InternationalStringType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     

    This class was annotated by ph-jaxb-plugin -Xph-annotate

    This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

    This class contains methods created by ph-jaxb-plugin -Xph-tostring

    This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

    This class contains methods created by ph-jaxb-plugin -Xph-value-extender

    See Also:
    Serialized Form
    • Constructor Detail

      • InternationalStringValueType

        public InternationalStringValueType()
        Default constructor
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
      • InternationalStringValueType

        public InternationalStringValueType​(@Nullable
                                            InternationalStringType valueParam)
        Constructor for value of type InternationalStringType
        Note: automatically created by ph-jaxb-plugin -Xph-value-extender
        Parameters:
        valueParam - The value to be set. May be null.