org.apache.schema_validation.types
Class SomeRequest

java.lang.Object
  extended by org.apache.schema_validation.types.SomeRequest

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:17-04:00",
           comments="JAXB RI v2.2.5.1")
public class SomeRequest
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://apache.org/schema_validation/types}RequestIdType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
 
Constructor Summary
SomeRequest()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:17-04:00",
           comments="JAXB RI v2.2.5.1")
protected String id
Constructor Detail

SomeRequest

public SomeRequest()
Method Detail

getId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:17-04:00",
           comments="JAXB RI v2.2.5.1")
public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-07-16T09:39:17-04:00",
           comments="JAXB RI v2.2.5.1")
public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Apache CXF