org.openvpms.esci.ubl.common.extension
Class ExtensionContentType

java.lang.Object
  extended by org.openvpms.esci.ubl.common.extension.ExtensionContentType

public class ExtensionContentType
extends Object

Java class for ExtensionContentType complex type.

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

 <complexType name="ExtensionContentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='skip' minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Element any
           
 
Constructor Summary
ExtensionContentType()
           
 
Method Summary
 Element getAny()
          Gets the value of the any property.
 void setAny(Element value)
          Sets the value of the any property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected Element any
Constructor Detail

ExtensionContentType

public ExtensionContentType()
Method Detail

getAny

public Element getAny()
Gets the value of the any property.

Returns:
possible object is Element

setAny

public void setAny(Element value)
Sets the value of the any property.

Parameters:
value - allowed object is Element


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