net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.assembly111
Interface GroupVersionAlignment

All Known Implementing Classes:
GroupVersionAlignmentImpl

public interface GroupVersionAlignment

Allows a group of artifacts to be aligned to a specified version.

Java class for GroupVersionAlignment complex type.

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

 <complexType name="GroupVersionAlignment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="excludes" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface GroupVersionAlignment.Excludes
          Java class for anonymous complex type.
 
Method Summary
 GroupVersionAlignment.Excludes getExcludes()
          Gets the value of the excludes property.
 String getId()
          Gets the value of the id property.
 String getVersion()
          Gets the value of the version property.
 void setExcludes(GroupVersionAlignment.Excludes value)
          Sets the value of the excludes property.
 void setId(String value)
          Sets the value of the id property.
 void setVersion(String value)
          Sets the value of the version property.
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getExcludes

GroupVersionAlignment.Excludes getExcludes()
Gets the value of the excludes property.

Returns:
possible object is GroupVersionAlignment.Excludes

setExcludes

void setExcludes(GroupVersionAlignment.Excludes value)
Sets the value of the excludes property.

Parameters:
value - allowed object is GroupVersionAlignment.Excludes


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