Searched refs:isCollectionNillable (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DMapPropertyInfo.java82 boolean isCollectionNillable(); method in interface:MapPropertyInfo
H A DElementPropertyInfo.java100 boolean isCollectionNillable(); method in interface:ElementPropertyInfo
H A DReferencePropertyInfo.java86 boolean isCollectionNillable(); method in interface:ReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DERPropertyInfoImpl.java88 public final boolean isCollectionNillable() { method in class:ERPropertyInfoImpl
H A DMapPropertyInfoImpl.java86 public boolean isCollectionNillable() { method in class:MapPropertyInfoImpl
H A DElementInfoImpl.java149 public boolean isCollectionNillable() { method in class:ElementInfoImpl.PropertyImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCElementPropertyInfo.java133 public boolean isCollectionNillable() { method in class:CElementPropertyInfo
H A DCReferencePropertyInfo.java210 public boolean isCollectionNillable() { method in class:CReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayReferenceNodeProperty.java69 super(p, prop, prop.getXmlName(), prop.isCollectionNillable());
H A DArrayElementProperty.java85 super(grammar, prop, prop.getXmlName(), prop.isCollectionNillable());
H A DSingleMapNodeProperty.java96 this.nillable = prop.isCollectionNillable();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1120 if(ep.isCollectionNillable()) {
1310 if(rp.isCollectionNillable())
1336 if(mp.isCollectionNillable())

Completed in 76 milliseconds