Petals-SE-Jsr181 1.1

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History

\\
{code:lang=java}import java.util.Calendar;
{code:lang=java}
import javax.xml.bind.annotation.XmlAttribute;

public class Person {

}

@XmlAttribute @XmlElement
private String firstName;

@XmlAttribute @XmlElement
private String surname;

@XmlAttribute @XmlElement
private Calendar birthday;

@XmlAttribute @XmlElement
private Sex sex;