Searched refs:getForeignAttributes (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSComponent.java78 List<? extends ForeignAttributes> getForeignAttributes(); method in interface:XSComponent
87 * @see #getForeignAttributes()
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java93 public List<ForeignAttributesImpl> getForeignAttributes() { method in class:ComponentImpl
107 for( ForeignAttributesImpl fa : getForeignAttributes() ) {
H A DParticleImpl.java116 public List getForeignAttributes() { method in class:ParticleImpl
117 return getTerm().getForeignAttributes();
H A DSchemaImpl.java276 public List<ForeignAttributes> getForeignAttributes() { method in class:SchemaImpl
287 for( ForeignAttributes fa : getForeignAttributes() ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassInfo.java206 if (cref.getSchemaComponent().getForeignAttributes().size() > 0) {

Completed in 155 milliseconds