org.apache.schema_validation.types
Class SomeResponse

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T11:38:52-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class SomeResponse
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="transactionId" type="{http://apache.org/schema_validation/types}ResponseTransactionType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

transactionId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T11:38:52-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String transactionId
Constructor Detail

SomeResponse

public SomeResponse()
Method Detail

getTransactionId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T11:38:52-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTransactionId()
Gets the value of the transactionId property.

Returns:
possible object is String

setTransactionId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T11:38:52-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTransactionId(String value)
Sets the value of the transactionId property.

Parameters:
value - allowed object is String


Apache CXF