|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl org.apache.cxf.binding.corba.wsdl.CorbaType org.apache.cxf.binding.corba.wsdl.NamedType org.apache.cxf.binding.corba.wsdl.Union
public class Union
Java class for union complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="union"> <complexContent> <extension base="{http://cxf.apache.org/bindings/corba}namedType"> <sequence> <element name="unionbranch" type="{http://cxf.apache.org/bindings/corba}unionbranch" maxOccurs="unbounded"/> </sequence> <attribute name="discriminator" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="nillable" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected QName |
discriminator
|
protected Boolean |
nillable
|
protected List<Unionbranch> |
unionbranch
|
Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType |
---|
repositoryID |
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType |
---|
name, qualified, type |
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl |
---|
qname |
Constructor Summary | |
---|---|
Union()
|
Method Summary | |
---|---|
QName |
getDiscriminator()
Gets the value of the discriminator property. |
List<Unionbranch> |
getUnionbranch()
Gets the value of the unionbranch property. |
boolean |
isNillable()
Gets the value of the nillable property. |
boolean |
isSetDiscriminator()
|
boolean |
isSetNillable()
|
boolean |
isSetUnionbranch()
|
void |
setDiscriminator(QName value)
Sets the value of the discriminator property. |
void |
setNillable(boolean value)
Sets the value of the nillable property. |
void |
unsetNillable()
|
void |
unsetUnionbranch()
|
Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType |
---|
getRepositoryID, isSetRepositoryID, setRepositoryID |
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType |
---|
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified |
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl |
---|
getQName, isSetQName, setQName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Unionbranch> unionbranch
protected QName discriminator
protected Boolean nillable
Constructor Detail |
---|
public Union()
Method Detail |
---|
public List<Unionbranch> getUnionbranch()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the unionbranch property.
For example, to add a new item, do as follows:
getUnionbranch().add(newItem);
Objects of the following type(s) are allowed in the list
Unionbranch
public boolean isSetUnionbranch()
public void unsetUnionbranch()
public QName getDiscriminator()
QName
public void setDiscriminator(QName value)
value
- allowed object is
QName
public boolean isSetDiscriminator()
public boolean isNillable()
Boolean
public void setNillable(boolean value)
value
- allowed object is
Boolean
public boolean isSetNillable()
public void unsetNillable()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |