Class Union
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
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
FieldsFields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryIDFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the discriminator property.Gets the value of the unionbranch property.booleanGets the value of the nillable property.booleanbooleanbooleanvoidsetDiscriminator(QName value) Sets the value of the discriminator property.voidsetNillable(boolean value) Sets the value of the nillable property.voidvoidMethods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryIDMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
unionbranch
-
discriminator
-
nillable
-
-
Constructor Details
-
Union
public Union()
-
-
Method Details
-
getUnionbranch
Gets the value of the unionbranch property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
isSetUnionbranch
public boolean isSetUnionbranch() -
unsetUnionbranch
public void unsetUnionbranch() -
getDiscriminator
Gets the value of the discriminator property.- Returns:
- possible object is
QName
-
setDiscriminator
Sets the value of the discriminator property.- Parameters:
value- allowed object isQName
-
isSetDiscriminator
public boolean isSetDiscriminator() -
isNillable
public boolean isNillable()Gets the value of the nillable property.- Returns:
- possible object is
Boolean
-
setNillable
public void setNillable(boolean value) Sets the value of the nillable property.- Parameters:
value- allowed object isBoolean
-
isSetNillable
public boolean isSetNillable() -
unsetNillable
public void unsetNillable()
-