Package edu.sc.seis.sod.validator.model
Class NamedElement
java.lang.Object
edu.sc.seis.sod.validator.model.AbstractForm
edu.sc.seis.sod.validator.model.AbstractGenitorForm
edu.sc.seis.sod.validator.model.NamedElement
- All Implemented Interfaces:
Form
,FormProvider
,GenitorForm
-
Constructor Summary
ConstructorsConstructorDescriptionNamedElement
(int min, int max, String name) NamedElement
(int min, int max, String name, Form parent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyWithNewParent
(Form newParent) getName()
getXPath()
toString()
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractGenitorForm
copyGutsOver, getChild, isAncestorOf
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractForm
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface edu.sc.seis.sod.validator.model.Form
deref, getAnnotation, getDef, getNamespace, getParent, isAncestorOf, isFromDef
Methods inherited from interface edu.sc.seis.sod.validator.model.FormProvider
getForm, getMax, getMin, setAnnotation, setMax, setMin
-
Constructor Details
-
NamedElement
-
NamedElement
-
-
Method Details
-
getXPath
- Specified by:
getXPath
in interfaceForm
- Overrides:
getXPath
in classAbstractForm
-
getAttributes
-
getElementalChildren
-
getName
-
copyWithNewParent
-
toString
-
accept
- Specified by:
accept
in interfaceForm
- Overrides:
accept
in classAbstractGenitorForm
-