org.apache.type_test.types1
Class ComplexRestriction2

java.lang.Object
  extended by org.apache.type_test.types1.ExtendsSimpleType
      extended by org.apache.type_test.types1.ComplexRestriction2

public class ComplexRestriction2
extends ExtendsSimpleType

Java class for ComplexRestriction2 complex type.

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

 <complexType name="ComplexRestriction2">
   <simpleContent>
     <restriction base="<http://apache.org/type_test/types1>ExtendsSimpleType">
     </restriction>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.type_test.types1.ExtendsSimpleType
value
 
Constructor Summary
ComplexRestriction2()
           
 
Method Summary
 
Methods inherited from class org.apache.type_test.types1.ExtendsSimpleType
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexRestriction2

public ComplexRestriction2()


Apache CXF