net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.decoration100
Interface PublishDate

All Known Implementing Classes:
PublishDateImpl

public interface PublishDate

Modify display properties for date published.

Java class for PublishDate complex type.

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

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


Method Summary
 String getFormat()
          Gets the value of the format property.
 String getPosition()
          Gets the value of the position property.
 void setFormat(String value)
          Sets the value of the format 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

getFormat

String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String


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