Searched refs:CAttributePropertyInfo (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCPropertyVisitor.java40 V onAttribute( CAttributePropertyInfo p );
H A DCAttributePropertyInfo.java44 public final class CAttributePropertyInfo extends CSingleTypePropertyInfo implements AttributePropertyInfo<NType,NClass> { class in inherits:CSingleTypePropertyInfo,AttributePropertyInfo
55 public CAttributePropertyInfo(String name, XSComponent source, CCustomizations customizations, method in class:CAttributePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DContentModelBinder.java30 import com.sun.tools.internal.xjc.model.CAttributePropertyInfo;
117 CAttributePropertyInfo ap = new CAttributePropertyInfo(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DPackageOutlineImpl.java41 import com.sun.tools.internal.xjc.model.CAttributePropertyInfo;
169 public Void onAttribute(CAttributePropertyInfo p) {
H A DBeanGenerator.java81 import com.sun.tools.internal.xjc.model.CAttributePropertyInfo;
527 if (!(p instanceof CAttributePropertyInfo)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java56 import com.sun.tools.internal.xjc.model.CAttributePropertyInfo;
139 if (prop instanceof CAttributePropertyInfo) {
348 CAttributePropertyInfo ap = (CAttributePropertyInfo) prop;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java43 import com.sun.tools.internal.xjc.model.CAttributePropertyInfo;
300 public CAttributePropertyInfo createAttributeProperty( XSAttributeUse use, TypeUse tu ) {
320 return wrapUp(new CAttributePropertyInfo(name,use,getCustomizations(use),use.getLocator(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java43 import com.sun.tools.internal.xjc.model.CAttributePropertyInfo;
325 CPropertyInfo r = new CAttributePropertyInfo(

Completed in 66 milliseconds