vcard_temp.x.update.X Maven / Gradle / Ivy
The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-146
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.06.09 at 04:21:19 AM BST
//
package vcard_temp.x.update;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="photo" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"photo"
})
@XmlRootElement(name = "x")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2010-06-09T03:53:30+0000", comments = "hudson-jaxb-ri-2.2-146 uk.org.retep.tools:jaxb:10.6")
public class X {
protected byte[] photo;
/**
* Gets the value of the photo property.
*
* @return
* possible object is
* byte[]
*/
public byte[] getPhoto() {
return photo;
}
/**
* Sets the value of the photo property.
*
* @param value
* allowed object is
* byte[]
*/
public void setPhoto(byte[] value) {
this.photo = ((byte[]) value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy