org.apache.schema_validation.types
Class SomeResponseWithHeader

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:16:00-04:00",
           comments="JAXB RI v2.2.5.1")
public class SomeResponseWithHeader
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
SomeResponseWithHeader()
           
 
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="2013-05-03T10:16:00-04:00",
           comments="JAXB RI v2.2.5.1")
protected String transactionId
Constructor Detail

SomeResponseWithHeader

public SomeResponseWithHeader()
Method Detail

getTransactionId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:16:00-04:00",
           comments="JAXB RI v2.2.5.1")
public String getTransactionId()
Gets the value of the transactionId property.

Returns:
possible object is String

setTransactionId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2013-05-03T10:16:00-04:00",
           comments="JAXB RI v2.2.5.1")
public void setTransactionId(String value)
Sets the value of the transactionId property.

Parameters:
value - allowed object is String


Apache CXF