net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.wsaddr
Interface ProblemActionType

All Known Implementing Classes:
ProblemActionTypeImpl

public interface ProblemActionType

Java class for ProblemActionType complex type.

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

 <complexType name="ProblemActionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2005/08/addressing}Action" minOccurs="0"/>
         <element name="SoapAction" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 AttributedURIType getAction()
          Gets the value of the action property.
 Map<QName,String> getOtherAttributes()
           
 String getSoapAction()
          Gets the value of the soapAction property.
 void setAction(AttributedURIType value)
          Sets the value of the action property.
 void setSoapAction(String value)
          Sets the value of the soapAction property.
 

Method Detail

getAction

AttributedURIType getAction()
Gets the value of the action property.

Returns:
possible object is AttributedURIType

setAction

void setAction(AttributedURIType value)
Sets the value of the action property.

Parameters:
value - allowed object is AttributedURIType

getSoapAction

String getSoapAction()
Gets the value of the soapAction property.

Returns:
possible object is String

setSoapAction

void setSoapAction(String value)
Sets the value of the soapAction property.

Parameters:
value - allowed object is String

getOtherAttributes

Map<QName,String> getOtherAttributes()


Copyright © 2009 The CC-XJC Community. All Rights Reserved.