
org.springframework.schema.beans.ConstructorArg 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.05.05 at 02:27:11 PM BST
//
package org.springframework.schema.beans;
import javax.annotation.Generated;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
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 ref="{http://www.springframework.org/schema/beans}description" minOccurs="0"/>
* <choice minOccurs="0">
* <element ref="{http://www.springframework.org/schema/beans}bean"/>
* <element ref="{http://www.springframework.org/schema/beans}ref"/>
* <element ref="{http://www.springframework.org/schema/beans}idref"/>
* <element ref="{http://www.springframework.org/schema/beans}value"/>
* <element ref="{http://www.springframework.org/schema/beans}null"/>
* <element ref="{http://www.springframework.org/schema/beans}list"/>
* <element ref="{http://www.springframework.org/schema/beans}set"/>
* <element ref="{http://www.springframework.org/schema/beans}map"/>
* <element ref="{http://www.springframework.org/schema/beans}props"/>
* <any namespace='##other'/>
* </choice>
* </sequence>
* <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"description",
"child"
})
@XmlRootElement(name = "constructor-arg")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2010-05-05T14:27:11+0000", comments = "hudson-jaxb-ri-2.2-146 uk.org.retep.tools:jaxb:10.5.1")
public class ConstructorArg {
protected Description description;
@XmlElementRefs({
@XmlElementRef(name = "idref", namespace = "http://www.springframework.org/schema/beans", type = Idref.class),
@XmlElementRef(name = "set", namespace = "http://www.springframework.org/schema/beans", type = Set.class),
@XmlElementRef(name = "props", namespace = "http://www.springframework.org/schema/beans", type = JAXBElement.class),
@XmlElementRef(name = "bean", namespace = "http://www.springframework.org/schema/beans", type = Bean.class),
@XmlElementRef(name = "map", namespace = "http://www.springframework.org/schema/beans", type = JAXBElement.class),
@XmlElementRef(name = "list", namespace = "http://www.springframework.org/schema/beans", type = List.class),
@XmlElementRef(name = "value", namespace = "http://www.springframework.org/schema/beans", type = Value.class),
@XmlElementRef(name = "null", namespace = "http://www.springframework.org/schema/beans", type = Null.class),
@XmlElementRef(name = "ref", namespace = "http://www.springframework.org/schema/beans", type = Ref.class)
})
@XmlAnyElement(lax = true)
protected Object child;
@XmlAttribute(name = "index")
protected String index;
@XmlAttribute(name = "type")
protected String type;
@XmlAttribute(name = "ref")
protected String refShortcut;
@XmlAttribute(name = "value")
protected String valueShortcut;
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link Description }
*
*/
public Description getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link Description }
*
*/
public void setDescription(Description value) {
this.description = value;
}
/**
* Gets the value of the child property.
*
* @return
* possible object is
* {@link Idref }
* {@link Set }
* {@link JAXBElement }{@code <}{@link PropsType }{@code >}
* {@link JAXBElement }{@code <}{@link MapType }{@code >}
* {@link Bean }
* {@link Object }
* {@link List }
* {@link Null }
* {@link Value }
* {@link Ref }
*
*/
public Object getChild() {
return child;
}
/**
* Sets the value of the child property.
*
* @param value
* allowed object is
* {@link Idref }
* {@link Set }
* {@link JAXBElement }{@code <}{@link PropsType }{@code >}
* {@link JAXBElement }{@code <}{@link MapType }{@code >}
* {@link Bean }
* {@link Object }
* {@link List }
* {@link Null }
* {@link Value }
* {@link Ref }
*
*/
public void setChild(Object value) {
this.child = value;
}
/**
* Gets the value of the index property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getIndex() {
return index;
}
/**
* Sets the value of the index property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIndex(String value) {
this.index = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setType(String value) {
this.type = value;
}
/**
* Gets the value of the refShortcut property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRefShortcut() {
return refShortcut;
}
/**
* Sets the value of the refShortcut property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRefShortcut(String value) {
this.refShortcut = value;
}
/**
* Gets the value of the valueShortcut property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValueShortcut() {
return valueShortcut;
}
/**
* Sets the value of the valueShortcut property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValueShortcut(String value) {
this.valueShortcut = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy