Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.xmlmodel
Class XmlIsSetNullPolicy

java.lang.Object
  extended by org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
      extended by org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy


public class XmlIsSetNullPolicy
extends XmlAbstractNullPolicy

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-abstract-null-policy">
       <sequence>
         <element name="is_set_parameter" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="is_set_method_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class XmlIsSetNullPolicy.IsSetParameter
          Java class for anonymous complex type.

 

Field Summary
protected  java.lang.String isSetMethodName
           
protected  java.util.List<XmlIsSetNullPolicy.IsSetParameter> isSetParameter
           

 

Fields inherited from class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
emptyNodeRepresentsNull, nullRepresentationForXml, xsiNilRepresentsNull

 

Constructor Summary
XmlIsSetNullPolicy()
           

 

Method Summary
 java.lang.String getIsSetMethodName()
          Gets the value of the isSetMethodName property.
 java.util.List<XmlIsSetNullPolicy.IsSetParameter> getIsSetParameter()
          Gets the value of the isSetParameter property.
 void setIsSetMethodName(java.lang.String value)
          Sets the value of the isSetMethodName property.

 

Methods inherited from class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
getNullRepresentationForXml, isEmptyNodeRepresentsNull, isXsiNilRepresentsNull, setEmptyNodeRepresentsNull, setNullRepresentationForXml, setXsiNilRepresentsNull

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

isSetParameter

protected java.util.List<XmlIsSetNullPolicy.IsSetParameter> isSetParameter

isSetMethodName

protected java.lang.String isSetMethodName

Constructor Detail

XmlIsSetNullPolicy

public XmlIsSetNullPolicy()

Method Detail

getIsSetParameter

public java.util.List<XmlIsSetNullPolicy.IsSetParameter> getIsSetParameter()
Gets the value of the isSetParameter 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 JAXB object. This is why there is not a set method for the isSetParameter property.

For example, to add a new item, do as follows:

    getIsSetParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list XmlIsSetNullPolicy.IsSetParameter


getIsSetMethodName

public java.lang.String getIsSetMethodName()
Gets the value of the isSetMethodName property.
Returns:
possible object is String

setIsSetMethodName

public void setIsSetMethodName(java.lang.String value)
Sets the value of the isSetMethodName property.
Parameters:
value - allowed object is String

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.