Package org.cxml
Class Alternative
java.lang.Object
org.cxml.Alternative
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the alternativeType property.Gets the value of the basicLineNumber property.voidsetAlternativeType(String value) Sets the value of the alternativeType property.voidsetBasicLineNumber(String value) Sets the value of the basicLineNumber property.
-
Field Details
-
alternativeType
-
basicLineNumber
-
-
Constructor Details
-
Alternative
public Alternative()
-
-
Method Details
-
getAlternativeType
Gets the value of the alternativeType property.- Returns:
- possible object is
String
-
setAlternativeType
Sets the value of the alternativeType property.- Parameters:
value- allowed object isString
-
getBasicLineNumber
Gets the value of the basicLineNumber property.- Returns:
- possible object is
String
-
setBasicLineNumber
Sets the value of the basicLineNumber property.- Parameters:
value- allowed object isString
-