public class ComplexJobMixType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for ComplexJobMixType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobMixType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="stream" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="channel" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="gain" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobMixType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected int |
channel |
protected float |
gain |
protected int |
id |
protected int |
stream |
Constructor and Description |
---|
ComplexJobMixType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
int |
getChannel()
Gets the value of the channel property.
|
float |
getGain()
Gets the value of the gain property.
|
int |
getId()
Gets the value of the id property.
|
int |
getStream()
Gets the value of the stream property.
|
boolean |
isSetChannel() |
boolean |
isSetGain() |
boolean |
isSetId() |
boolean |
isSetStream() |
void |
setChannel(int value)
Sets the value of the channel property.
|
void |
setGain(float value)
Sets the value of the gain property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
ComplexJobMixType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ComplexJobMixType |
withChannel(int value) |
ComplexJobMixType |
withGain(float value) |
ComplexJobMixType |
withId(int value) |
ComplexJobMixType |
withStream(int value) |
protected int id
protected int stream
protected int channel
protected float gain
public int getId()
public void setId(int value)
public boolean isSetId()
public int getStream()
public void setStream(int value)
public boolean isSetStream()
public int getChannel()
public void setChannel(int value)
public boolean isSetChannel()
public float getGain()
public void setGain(float value)
public boolean isSetGain()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ComplexJobMixType withId(int value)
public ComplexJobMixType withStream(int value)
public ComplexJobMixType withChannel(int value)
public ComplexJobMixType withGain(float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ComplexJobMixType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.