com.asdf.parser
Class Custom

java.lang.Object
  extended by com.asdf.parser.Custom

public class Custom
extends java.lang.Object

Java class for Custom complex type.

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

 <complexType name="Custom">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Custom()
           
 
Method Summary
 org.w3c.dom.Element getAny()
          Gets the value of the any property.
 void setAny(org.w3c.dom.Element value)
          Sets the value of the any property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Custom

public Custom()
Method Detail

getAny

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

Returns:
possible object is Element

setAny

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

Parameters:
value - allowed object is Element