net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.decoration100
Interface LinkItem

All Known Implementing Classes:
LinkItemImpl

public interface LinkItem

A link in the navigation.

Java class for LinkItem complex type.

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

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


Method Summary
 String getHref()
          Gets the value of the href property.
 String getName()
          Gets the value of the name property.
 void setHref(String value)
          Sets the value of the href property.
 void setName(String value)
          Sets the value of the name property.
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getHref

String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


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