public class Attribute
extends java.lang.Object
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getName() |
Attribute |
getRef() |
Type |
getType() |
boolean |
isGlobal() |
boolean |
isOptional() |
boolean |
isRef() |
void |
setGlobal(boolean isGlobal) |
void |
setName(javax.xml.namespace.QName name) |
void |
setOptional(boolean isOptional) |
void |
setRef(Attribute ref) |
void |
setType(Type type) |
java.lang.String |
toString() |
public javax.xml.namespace.QName getName()
public void setName(javax.xml.namespace.QName name)
public Type getType()
public void setType(Type type)
public boolean isRef()
public Attribute getRef()
public void setRef(Attribute ref)
public boolean isGlobal()
public void setGlobal(boolean isGlobal)
public boolean isOptional()
public void setOptional(boolean isOptional)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2019 Adobe. All Rights Reserved