org.openvpms.esci.ubl.common.basic
Class ValueType

java.lang.Object
  extended by org.openvpms.esci.ubl.common.TextType
      extended by org.openvpms.esci.ubl.common.basic.ValueType

public class ValueType
extends TextType

Java class for ValueType complex type.

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

 <complexType name="ValueType">
   <simpleContent>
     <extension base="<urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2>TextType">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.openvpms.esci.ubl.common.TextType
languageID, value
 
Constructor Summary
ValueType()
           
 
Method Summary
 
Methods inherited from class org.openvpms.esci.ubl.common.TextType
getLanguageID, getValue, setLanguageID, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueType

public ValueType()


Copyright © 2010-2011 OpenVPMS. All Rights Reserved..