net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.wsrm
Interface Identifier

All Known Implementing Classes:
IdentifierImpl

public interface Identifier

This type is for elements whose [children] is an anyURI and can have arbitrary attributes.

Java class for anonymous complex type.

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

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


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

Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getOtherAttributes

Map<QName,String> getOtherAttributes()


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