net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.decoration100
Interface Version

All Known Implementing Classes:
VersionImpl

public interface Version

Modify display properties for version published.

Java class for Version complex type.

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

 <complexType name="Version">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getPosition()
          Gets the value of the position property.
 void setPosition(String value)
          Sets the value of the position property.
 

Method Detail

getPosition

String getPosition()
Gets the value of the position property.

Returns:
possible object is String

setPosition

void setPosition(String value)
Sets the value of the position property.

Parameters:
value - allowed object is String


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