net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.wsaddr
Interface AttributedQNameType

All Known Implementing Classes:
AttributedQNameTypeImpl

public interface AttributedQNameType

Java class for AttributedQNameType complex type.

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

 <complexType name="AttributedQNameType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>QName">
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 Map<QName,String> getOtherAttributes()
           
 QName getValue()
          Gets the value of the value property.
 void setValue(QName value)
          Sets the value of the value property.
 

Method Detail

getValue

QName getValue()
Gets the value of the value property.

Returns:
possible object is QName

setValue

void setValue(QName value)
Sets the value of the value property.

Parameters:
value - allowed object is QName

getOtherAttributes

Map<QName,String> getOtherAttributes()


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