Module org.eclipse.persistence.core
Class AttributeGroup
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
-
public class AttributeGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description AttributeGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyAttributegetAnyAttribute()List<Attribute>getAttributes()StringgetName()StringgetRef()voidsetAnyAttribute(AnyAttribute anyAttribute)voidsetAttributes(List<Attribute> attributes)voidsetName(String name)voidsetRef(String ref)
-
-
-
Method Detail
-
setName
public void setName(String name)
-
getName
public String getName()
-
setAnyAttribute
public void setAnyAttribute(AnyAttribute anyAttribute)
-
getAnyAttribute
public AnyAttribute getAnyAttribute()
-
setRef
public void setRef(String ref)
-
getRef
public String getRef()
-
-